diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-09-16 14:01:43 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-09-16 14:01:43 -0500 |
commit | f6bad0eb26fa7e092570afe1fb7f38b3d1a1941d (patch) | |
tree | 0ca05e7a95cfb30d8b286f3ec72e8c95e212511b | |
parent | 5b64c92e0816e733c2f88b88ddc0aec070cdc0d3 (diff) | |
parent | 1b4e199668ada5c2ec47df7432ab69e315dc0601 (diff) | |
download | mediagoblin-f6bad0eb26fa7e092570afe1fb7f38b3d1a1941d.tar.lz mediagoblin-f6bad0eb26fa7e092570afe1fb7f38b3d1a1941d.tar.xz mediagoblin-f6bad0eb26fa7e092570afe1fb7f38b3d1a1941d.zip |
Merge branch 'master' into merge-python3-port
Has some issues, will iteratively fix!
Conflicts:
mediagoblin/gmg_commands/__init__.py
mediagoblin/gmg_commands/deletemedia.py
mediagoblin/gmg_commands/users.py
mediagoblin/oauth/views.py
mediagoblin/plugins/api/views.py
mediagoblin/tests/test_api.py
mediagoblin/tests/test_edit.py
mediagoblin/tests/test_oauth1.py
mediagoblin/tests/test_util.py
mediagoblin/tools/mail.py
mediagoblin/webfinger/views.py
setup.py
215 files changed, 50247 insertions, 10537 deletions
diff --git a/.gitmodules b/.gitmodules index 20fa20e2..562ad4e4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "extlib/skeleton"] path = extlib/skeleton url = git://github.com/dhg/Skeleton.git +[submodule "extlib/sandyseventiesspeedboat"] + path = extlib/sandyseventiesspeedboat + url = https://github.com/jpope777/sandyseventiesspeedboat-mg.git @@ -15,11 +15,14 @@ Thank you! * Aleksej Serdjukov * Alon Levy * Alex Camelio +* Amirouche Boubekki * András Veres-Szentkirályi * Asheesh Laroia +* Andrew Browning * Bassam Kurdali * Bernhard Keller * Berker Peksag +* Beuc * Boris Bobrov * Brandon Invergo * Brett Smith @@ -44,6 +47,7 @@ Thank you! * Jef van Schendel * Jeremy Pope * Jessica Tallon +* Jiyda Mint Moussa * Jim Campbell * Joar Wandborg * Jorge Araya Navarro @@ -55,12 +59,14 @@ Thank you! * Laura Arjona * Larisa Hoffenbecker * Lenna Peterson +* Loïc Le Ninan * Luke Slater * Manuel Urbano Santos * Marcel van der Boom * Mark Holmquist * Mats Sjöberg * Matt Lee +* Matt Molyneaux * Michele Azzolari * Mike Linksvayer * Natalie Foust-Pilcher @@ -71,16 +77,20 @@ Thank you! * Praveen Kumar * Rasmus Larsson * Rodney Ewing +* Rodrigo Rodrigues da Silva * Runar Petursson * Sacha De'Angeli * Sam Clegg * Sam Kleinman * Sam Tuke +* Sebastian Hugentobler * Sebastian Spaeth +* Sergio Durigan Junior * Shawn Khan * Simon Fondrie-Teitler * Stefano Zacchiroli * sturm +* thallian * Tiberiu C. Turbureanu * Tran Thanh Bao * Tryggvi Björgvinsson diff --git a/PKG-INFO b/PKG-INFO deleted file mode 100644 index 24fb75b1..00000000 --- a/PKG-INFO +++ /dev/null @@ -1,19 +0,0 @@ -Metadata-Version: 1.2 -Name: mediagoblin -Version: 0.4.0.dev -Summary: UNKNOWN -Home-page: http://mediagoblin.org/ -Author: Free Software Foundation and contributors -Author-email: cwebber@gnu.org -License: AGPLv3 -Download-URL: http://mediagoblin.org/download/ -Description: -Platform: UNKNOWN -Classifier: Development Status :: 3 - Alpha -Classifier: Environment :: Web Environment -Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) -Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 2.6 -Classifier: Programming Language :: Python :: 2.7 -Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content @@ -1,13 +1,13 @@ # Extraction from Python source files [python: mediagoblin/**.py] -# Extraction from Genshi HTML and text templates +# Extraction from Jinja2 HTML and text templates [jinja2: mediagoblin/**/templates/**.html] -# Extract jinja templates (html) +# Extract Jinja2 templates (html) encoding = utf-8 extensions = jinja2.ext.autoescape, mediagoblin.tools.template.TemplateHookExtension [jinja2: mediagoblin/templates/**.txt] -# Extract jinja templates (text) +# Extract Jinja2 templates (text) encoding = utf-8 extensions = jinja2.ext.autoescape diff --git a/configure.ac b/configure.ac index e56a55a5..b3933e88 100644 --- a/configure.ac +++ b/configure.ac @@ -147,7 +147,7 @@ AC_PROG_INSTALL # Check for a supported database program AC_PATH_PROG([SQLITE], [sqlite3]) -AC_PATH_PROG([POSTGRES], [postgres]) +AC_PATH_PROG([POSTGRES], [psql]) AS_IF([test "x$SQLITE" = x -a "x$POSTGRES" = "x"], [AC_MSG_ERROR([SQLite or PostgreSQL is required])]) diff --git a/docs/source/api/media.rst b/docs/source/api/media.rst new file mode 100644 index 00000000..bafe43d3 --- /dev/null +++ b/docs/source/api/media.rst @@ -0,0 +1,155 @@ +.. MediaGoblin Documentation + + Written in 2011, 2012 by MediaGoblin contributors + + To the extent possible under law, the author(s) have dedicated all + copyright and related and neighboring rights to this software to + the public domain worldwide. This software is distributed without + any warranty. + + You should have received a copy of the CC0 Public Domain + Dedication along with this software. If not, see + <http://creativecommons.org/publicdomain/zero/1.0/>. + +.. info:: Currently only image uploading is supported. + +=============== +Uploading Media +=============== + +To use any the APIs mentioned in this document you will required :doc:`oauth` + +Uploading and posting an media requiest you to make two to three requests: + +1) Uploads the data to the server +2) Post media to feed +3) Update media to have title, description, license, etc. (optional) + +These steps could be condenced in the future however currently this is how the +pump.io API works. There is currently an issue open, if you would like to change +how this works please contribute upstream: https://github.com/e14n/pump.io/issues/657 + +---------------------- +Upload Media to Server +---------------------- + +To upload media you should use the URI `/api/user/<username>/uploads`. + +A POST request should be made to the media upload URI submitting at least two header: + +* `Content-Type` - This being a valid mimetype for the media. +* `Content-Length` - size in bytes of the media. + +The media data should be submitted as POST data to the image upload URI. +You will get back a JSON encoded response which will look similiar to:: + + { + "updated": "2014-01-11T09:45:48Z", + "links": { + "self": { + "href": "https://<server>/image/4wiBUV1HT8GRqseyvX8m-w" + } + }, + "fullImage": { + "url": "https://<server>//uploads/<username>/2014/1/11/V3cBMw.jpg", + "width": 505, + "height": 600 + }, + "replies": { + "url": "https://<server>//api/image/4wiBUV1HT8GRqseyvX8m-w/replies" + }, + "image": { + "url": "https://<server>/uploads/<username>/2014/1/11/V3cBMw_thumb.jpg", + "width": 269, + "height": 320 + }, + "author": { + "preferredUsername": "<username>", + "displayName": "<username>", + "links": { + "activity-outbox": { + "href": "https://<server>/api/user/<username>/feed" + }, + "self": { + "href": "https://<server>/api/user/<username>/profile" + }, + "activity-inbox": { + "href": "https://<server>/api/user/<username>/inbox" + } + }, + "url": "https://<server>/<username>", + "updated": "2013-08-14T10:01:21Z", + "id": "acct:<username>@<server>", + "objectType": "person" + }, + "url": "https://<server>/<username>/image/4wiBUV1HT8GRqseyvX8m-w", + "published": "2014-01-11T09:45:48Z", + "id": "https://<server>/api/image/4wiBUV1HT8GRqseyvX8m-w", + "objectType": "image" + } + +The main things in this response is `fullImage` which contains `url` (the URL +of the original image - i.e. fullsize) and `image` which contains `url` (the URL +of a thumbnail version). + +.. warning:: Media which have been uploaded but not submitted to a feed will + periodically be deleted. + +-------------- +Submit to feed +-------------- + +This is submitting the media to appear on the website. This will create an +object in your feed which will then appear on the GNU MediaGoblin website so the +user and others can view and interact with the media. + +The URL you need to POST to is `/api/user/<username>/feed` + +You first should do a post to the feed URI with some of the information you got +back from the above request (which uploaded the media). The request should look +something like:: + + { + "verb": "post", + "object": { + "id": "https://<server>/api/image/6_K9m-2NQFi37je845c83w", + "objectType": "image" + } + } + +.. warning:: Any other data submitted **will** be ignored + +------------------- +Submitting Metadata +------------------- + +Finally if you wish to set a title, description and license you will need to do +and update request to the endpoint, the following attributes can be submitted: + ++--------------+---------------------------------------+-------------------+ +| Name | Description | Required/Optional | ++==============+=======================================+===================+ +| displayName | This is the title for the media | Optional | ++--------------+---------------------------------------+-------------------+ +| content | This is the description for the media | Optional | ++--------------+---------------------------------------+-------------------+ +| license | This is the license to be used | Optional | ++--------------+---------------------------------------+-------------------+ + +.. note:: license attribute is mediagoblin specific, pump.io does not support this attribute + + +The update request should look something similiar to:: + + { + "verb": "update", + "object": { + "displayName": "My super awesome image!", + "content": "The awesome image I took while backpacking to modor", + "license": "creativecommons.org/licenses/by-sa/3.0/", + "id": "https://<server>/api/image/6_K9m-2NQFi37je845c83w", + "objectType": "image" + } + } + +.. warning:: Any other data submitted **will** be ignored. diff --git a/docs/source/api/media_interaction.rst b/docs/source/api/media_interaction.rst new file mode 100644 index 00000000..41114a71 --- /dev/null +++ b/docs/source/api/media_interaction.rst @@ -0,0 +1,65 @@ +.. MediaGoblin Documentation + + Written in 2011, 2012 by MediaGoblin contributors + + To the extent possible under law, the author(s) have dedicated all + copyright and related and neighboring rights to this software to + the public domain worldwide. This software is distributed without + any warranty. + + You should have received a copy of the CC0 Public Domain + Dedication along with this software. If not, see + <http://creativecommons.org/publicdomain/zero/1.0/>. + +Pump.io supports a number of different interactions that can happen against +media. Theser are commenting, liking/favoriting and (re-)sharing. Currently +MediaGoblin supports just commenting although other interactions will come at +a later date. + +-------------- +How to comment +-------------- + +.. warning:: Commenting on a comment currently is NOT supported. + +Commenting is done by posting a comment activity to the users feed. The +activity should look similiar to:: + + { + "verb": "post", + "object": { + "objectType": "comment", + "inReplyTo": <media> + } + } + +This is where `<media>` is the media object you have got with from the server. + +---------------- +Getting comments +---------------- + +The media object you get back should have a `replies` section. This should +be an object which contains the number of replies and if there are any (i.e. +number of replies > 0) then `items` will include an array of every item:: + + { + "totalItems": 2, + "items: [ + { + "id": 1, + "objectType": "comment", + "content": "I'm a comment ^_^", + "author": <author user object> + }, + { + "id": 4, + "objectType": "comment", + "content": "Another comment! Blimey!", + "author": <author user object> + } + ], + "url": "http://some.server/api/images/1/comments/" + } + + diff --git a/docs/source/index.rst b/docs/source/index.rst index 3ead6136..8e49d1d1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -78,6 +78,7 @@ This guide covers writing new GNU MediaGoblin plugins. pluginwriter/database pluginwriter/api pluginwriter/tests + pluginwriter/hooks pluginwriter/media_type_hooks pluginwriter/authhooks @@ -96,6 +97,26 @@ This chapter contains various information for developers. devel/migrations +Part 5: Pump API +================ + +This chapter covers MediaGoblin's `Pump API +<https://github.com/e14n/pump.io/blob/master/API.md>`_ support. (A +work in progress; full federation is not supported at the moment, but +media uploading works! You can use something like +`PyPump <http://pypump.org>`_ +to write MediaGoblin uploadable applications.) + +.. toctree:: + :maxdepth: 1 + + api/client_register + api/oauth + api/media + api/media_interaction + + + Indices and tables ================== diff --git a/docs/source/pluginwriter/hooks.rst b/docs/source/pluginwriter/hooks.rst new file mode 100644 index 00000000..4aa062e8 --- /dev/null +++ b/docs/source/pluginwriter/hooks.rst @@ -0,0 +1,35 @@ +.. MediaGoblin Documentation + + Written in 2014 by MediaGoblin contributors + + To the extent possible under law, the author(s) have dedicated all + copyright and related and neighboring rights to this software to + the public domain worldwide. This software is distributed without + any warranty. + + You should have received a copy of the CC0 Public Domain + Dedication along with this software. If not, see + <http://creativecommons.org/publicdomain/zero/1.0/>. + + +=============================== +Documentation on Built-in Hooks +=============================== + +This section explains built-in hooks to MediaGoblin. + + +What hooks are available? +========================= + +'collection_add_media' +---------------------- + +This hook is used by ``add_media_to_collection`` +in ``mediagoblin.user_pages.lib``. +It gets a ``CollectionItem`` as its argument. +It's the newly created item just before getting commited. +So the item can be modified by the hook, if needed. +Changing the session regarding this item is currently +undefined behaviour, as the SQL Session might contain other +things. diff --git a/docs/source/siteadmin/commandline-upload.rst b/docs/source/siteadmin/commandline-upload.rst index be19df58..69098312 100644 --- a/docs/source/siteadmin/commandline-upload.rst +++ b/docs/source/siteadmin/commandline-upload.rst @@ -15,7 +15,13 @@ Command-line uploading ====================== -Want to submit media via the command line? It's fairly easy to do:: +If you're a site administrator and have access to the server then you +can use the 'addmedia' task. If you're just a user and want to upload +media by the command line you can. This can be done with the pump.io +API. There is `p <https://github.com/xray7224/p/>`_, which will allow you +to easily upload media from the command line, follow p's docs to do that. + +To use the addmedia command:: ./bin/gmg addmedia username your_media.jpg @@ -39,3 +45,70 @@ You can also pass in the `--celery` option if you would prefer that your media be passed over to celery to be processed rather than be processed immediately. +============================ +Command-line batch uploading +============================ + +There's another way to submit media, and it can be much more powerful, although +it is a bit more complex. + + ./bin/gmg batchaddmedia admin /path/to/your/metadata.csv + +This is an example of what a script may look like. The important part here is +that you have to create the 'metadata.csv' file.:: + + media:location,dcterms:title,dcterms:creator,dcterms:type + "http://www.example.net/path/to/nap.png","Goblin taking a nap",,"Image" + "http://www.example.net/path/to/snore.ogg","Goblin Snoring","Me","Audio" + +The above is an example of a very simple metadata.csv file. The batchaddmedia +script would read this and attempt to upload only two pieces of media, and would +be able to automatically name them appropriately. + +The csv file +============ +The location column +------------------- +The location column is the one column that is absolutely necessary for +uploading your media. This gives a path to each piece of media you upload. This +can either a path to a local file or a direct link to remote media (with the +link in http format). As you can see in the example above the (fake) media was +stored remotely on "www.example.net". + +Other internal nodes +-------------------- +There are other columns which can be used by the script to provide information. +These are not stored as part of the media's metadata. You can use these columns to +provide default information for your media entry, but as you'll see below, it's +just as easy to provide this information through the correct metadata columns. + +- **id** is used to identify the media entry to the user in case of an error in the batchaddmedia script. +- **license** is used to set a license for your piece a media for mediagoblin's use. This must be a URI. +- **title** will set the title displayed to mediagoblin users. +- **description** will set a description of your media. + +Metadata columns +---------------- +Other columns can be used to provide detailed metadata about each media entry. +Our metadata system accepts any information provided for in the +`RDFa Core Initial Context`_, and the batchupload script recognizes all of the +resources provided within it. + +.. _RDFa Core Initial Context: http://www.w3.org/2011/rdfa-context/rdfa-1.1 + +The uploader may include the metadata for each piece of media, or +leave them blank if they want to. A few columns from `Dublin Core`_ are +notable because the batchaddmedia script also uses them to set the default +information of uploaded media entries. + +.. _Dublin Core: http://wiki.dublincore.org/index.php/User_Guide + +- **dc:title** sets a title for your media entry. +- **dc:description** sets a description of your media entry. + +If both a metadata column and an internal node for the title are provided, mediagoblin +will use the internal node as the media entry's display name. This makes it so +that if you want to display a piece of media with a different title +than the one provided in its metadata, you can just provide different data for +the 'dc:title' and 'title' columns. The same is true of the 'description' and +'dc:description'. diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 0dde3b6a..ad68c897 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -165,11 +165,11 @@ to the unpriviledged system account. To do this, enter either of the following commands, changing the defaults to suit your particular requirements:: - sudo mkdir -p /srv/mediagoblin.example.org && sudo chown -hR mediagoblin:mediagoblin /srv/mediagoblin.example.org + sudo mkdir -p /srv/mediagoblin.example.org && sudo chown -hR mediagoblin: /srv/mediagoblin.example.org or (as the root user):: - mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin:mediagoblin /srv/mediagoblin.example.org + mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin: /srv/mediagoblin.example.org Install MediaGoblin and Virtualenv @@ -200,7 +200,7 @@ Clone the MediaGoblin repository and set up the git submodules:: And set up the in-package virtualenv:: - (virtualenv --system-site-packages . || virtualenv .) && ./bin/python setup.py develop + (virtualenv --python=python2 --system-site-packages . || virtualenv --python=python2 .) && ./bin/python setup.py develop .. note:: @@ -214,16 +214,6 @@ And set up the in-package virtualenv:: Note: this is liable to break. Use this method with caution. -.. :: - - (NOTE: Is this still relevant?) - - If you have problems here, consider trying to install virtualenv - with the ``--distribute`` or ``--no-site-packages`` options. If - your system's default Python is in the 3.x series you may need to - run ``virtualenv`` with the ``--python=python2.7`` or - ``--python=python2.6`` options. - The above provides an in-package install of ``virtualenv``. While this is counter to the conventional ``virtualenv`` configuration, it is more reliable and considerably easier to configure and illustrate. If @@ -244,7 +234,7 @@ This concludes the initial configuration of the development environment. In the future, when you update your codebase, you should also run:: - ./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule fetch + git submodule update && ./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate Note: If you are running an active site, depending on your server configuration, you may need to stop it first or the dbupdate command diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst index 3e8a94e9..f8030081 100644 --- a/docs/source/siteadmin/media-types.rst +++ b/docs/source/siteadmin/media-types.rst @@ -1,6 +1,6 @@ .. MediaGoblin Documentation - Written in 2011, 2012 by MediaGoblin contributors + Written in 2011, 2012, 2014 by MediaGoblin contributors To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to @@ -18,8 +18,8 @@ Media Types ==================== In the future, there will be all sorts of media types you can enable, -but in the meanwhile there are five additional media types: video, audio, -ascii art, STL/3d models, PDF and Document. +but in the meanwhile there are six additional media types: video, audio, +raw image, ascii art, STL/3d models, PDF and Document. First, you should probably read ":doc:`configuration`" to make sure you know how to modify the mediagoblin config file. @@ -149,6 +149,28 @@ Run You should now be able to upload and listen to audio files! +Raw image +========= + +To enable raw image you need to install pyexiv2. On Debianoid systems + +.. code-block:: bash + + sudo apt-get install python-pyexiv2 + +Add ``[[mediagoblin.media_types.raw_image]]`` under the ``[plugins]`` +section in your ``mediagoblin_local.ini`` and restart MediaGoblin. + +Run + +.. code-block:: bash + + ./bin/gmg dbupdate + +Now you should be able to submit raw images, and mediagoblin should +extract the JPEG preview from them. + + Ascii art ========= @@ -242,3 +264,13 @@ Run ./bin/gmg dbupdate +Blog (HIGHLY EXPERIMENTAL) +========================== + +MediaGoblin has a blog media type, which you might notice by looking +through the docs! However, it is *highly experimental*. We have not +security reviewed this, and it acts in a way that is not like normal +blogs (the blogposts are themselves media types!). + +So you can play with this, but it is not necessarily recommended yet +for production use! :) diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 3542bdcb..ff701b1f 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -21,6 +21,85 @@ This chapter has important information for releases in it. If you're upgrading from a previous release, please read it carefully, or at least skim over it. +0.7.0 +==== + +**Do this to upgrade** + +1. Update to the latest release. If checked out from git, run: + ``git fetch && git checkout -q v0.7.0 && git submodule init && git submodule update`` +2. Make sure to run + ``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate`` + +(NOTE: earlier versions of the 0.7.0 release instructions left out the +``git submodule init`` step! If you did an upgrade earlier based on +these instructions and your theme looks weirdly aligned, try running +the following:) + + ``git submodule init && git submodule update`` + +That's it, probably! If you run into problems, don't hesitate to +`contact us <http://mediagoblin.org/pages/join.html>`_ +(IRC is often best). + +**New features:** + +- New mobile upload API making use of the + `Pump API <https://github.com/e14n/pump.io/blob/master/API.md>`_ + (which will be the foundation for MediaGoblin's federation) +- New theme: Sandy 70s Speedboat! + +- Metadata features! We also now have a json-ld context. + +- Many improvements for archival institutions, including metadata + support and featuring items on the homepage. With the (new!) + archivalook plugin enabled, featuring media is possible. + Additionally, metadata about the particular media item will show up + in the sidebar. + + In the future these plugins may be separated, but for now they have + come together as part of the same plugin. + +- There is a new gmg subcommand called batchaddmedia that allows for + uploading many files at once. This is aimed to be useful for + archival institutions and groups where there is an already existing + and large set of available media that needs to be included. +- Speaking of, the call to postgres in the makefile is fixed. +- We have a new, generic media-page context hook that allows for + adding context depending on the type of media. +- Tired of video thumbnails breaking during processing all the time? + Good news, everyone! Video thumbnail generation should not fail + frequently anymore. (We think...) +- You can now set default permissions for new users in the config. + +- bootstrap.sh / gnu configuration stuff still exists, but moves to be + experimental-bootstrap.sh so as to not confuse newcomers. There are + some problems currently with the autoconf stuff that we need to work + out... we still have interest in supporting it, though help is + welcome. + +- MediaGoblin now checks whether or not the database is up to date + when starting. +- Switched to `Skeleton <http://www.getskeleton.com/>`_ as a system for + graphic design. +- New gmg subcommands for administrators: + - A "deletemedia" command + - A "deleteuser" command +- We now have a blogging media type... it's very experimental, + however. Use with caution! +- We have switched to exifread as an external library for reading EXIF + data. It's basically the same thing as before, but packaged + separately from MediaGoblin. +- Many improvements to internationalization. Also (still rudimentary, + but existant!) RTL language support! + +**Known issues:** + - The host-meta is now json by default; in the spec it should be xml by + default. We have done this because of compatibility with the pump + API. We are checking with upstream to see if there is a way to + resolve this discrepancy. + + 0.6.1 ===== diff --git a/extlib/sandyseventiesspeedboat b/extlib/sandyseventiesspeedboat new file mode 160000 +Subproject 8873d9b559a4c5b3bb90997227d5455f8730fd4 diff --git a/lazystarter.sh b/lazystarter.sh index 102830ad..0b1b4056 100755 --- a/lazystarter.sh +++ b/lazystarter.sh @@ -75,7 +75,7 @@ case "$selfname" in lazycelery.sh) MEDIAGOBLIN_CONFIG="${ini_file}" \ CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_celery \ - $starter "$@" + $starter -B "$@" ;; *) exit 1 ;; esac diff --git a/mediagoblin.ini b/mediagoblin.ini index fe9d5cd2..5e2477a4 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -27,14 +27,15 @@ allow_reporting = true # local_templates = %(here)s/user_dev/templates/ ## You can set your theme by specifying this (not specifying it will -## use the default theme). Run `gmg theme assetlink` to apply the change. -## The airy theme comes with GMG; please see the theming docs on how to -## install other themes. +## use the default theme). Run `gmg assetlink` to apply the change. +## The airy and sandyseventiesspeedboat theme comes with GMG; please +## see the theming docs on how to install other themes. # theme = airy ## If you want the terms of service displayed, you can uncomment this # show_tos = true +user_privilege_scheme = "uploader,commenter,reporter" [storage:queuestore] base_dir = %(here)s/user_dev/media/queue diff --git a/mediagoblin/_version.py b/mediagoblin/_version.py index 9ff2a374..ed7dd40c 100644 --- a/mediagoblin/_version.py +++ b/mediagoblin/_version.py @@ -23,4 +23,4 @@ # see http://www.python.org/dev/peps/pep-0386/ -__version__ = "0.6.2.dev" +__version__ = "0.7.1.dev" diff --git a/mediagoblin/app.py b/mediagoblin/app.py index d912206e..d38588b3 100644 --- a/mediagoblin/app.py +++ b/mediagoblin/app.py @@ -234,6 +234,8 @@ class MediaGoblinApp(object): request, e, e.get_description(environ))(environ, start_response) + request = hook_transform("modify_request", request) + request.start_response = start_response # get the Http response from the controller diff --git a/mediagoblin/auth/__init__.py b/mediagoblin/auth/__init__.py index be5d0eed..f518a09d 100644 --- a/mediagoblin/auth/__init__.py +++ b/mediagoblin/auth/__init__.py @@ -25,7 +25,6 @@ def create_user(register_form): results = hook_runall("auth_create_user", register_form) return results[0] - def extra_validation(register_form): from mediagoblin.auth.tools import basic_extra_validation diff --git a/mediagoblin/auth/tools.py b/mediagoblin/auth/tools.py index 8c919498..f153737b 100644 --- a/mediagoblin/auth/tools.py +++ b/mediagoblin/auth/tools.py @@ -134,11 +134,7 @@ def register_user(request, register_form): user = auth.create_user(register_form) # give the user the default privileges - default_privileges = [ - Privilege.query.filter(Privilege.privilege_name==u'commenter').first(), - Privilege.query.filter(Privilege.privilege_name==u'uploader').first(), - Privilege.query.filter(Privilege.privilege_name==u'reporter').first()] - user.all_privileges += default_privileges + user.all_privileges += get_default_privileges(user) user.save() # log the user in @@ -153,6 +149,14 @@ def register_user(request, register_form): return None +def get_default_privileges(user): + instance_privilege_scheme = mg_globals.app_config['user_privilege_scheme'] + default_privileges = [Privilege.query.filter( + Privilege.privilege_name==privilege_name).first() + for privilege_name in instance_privilege_scheme.split(',')] + default_privileges = [privilege for privilege in default_privileges if not privilege == None] + + return default_privileges def check_login_simple(username, password): user = auth.get_user(username=username) diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index cc1ac637..b5c957c8 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -23,13 +23,29 @@ direct_remote_path = string(default="/mgoblin_static/") # set to false to enable sending notices email_debug_mode = boolean(default=True) + +# Uses SSL/TLS when connecting to SMTP server email_smtp_use_ssl = boolean(default=False) + +# Uses STARTTLS when connecting to SMTP server +email_smtp_force_starttls = boolean(default=False) + +# Email address which notices are sent from email_sender_address = string(default="notice@mediagoblin.example.org") + +# Hostname of SMTP server email_smtp_host = string(default='') + +# Port for SMTP server email_smtp_port = integer(default=0) + +# Username used for SMTP server email_smtp_user = string(default=None) + +# Password used for SMTP server email_smtp_pass = string(default=None) + # Set to false to disable registrations allow_registration = boolean(default=True) @@ -89,6 +105,13 @@ upload_limit = integer(default=None) # Max file size (in Mb) max_file_size = integer(default=None) +# Privilege scheme +user_privilege_scheme = string(default="uploader,commenter,reporter") + +# Frequency garbage collection will run (setting to 0 or false to disable) +# Setting units are minutes. +garbage_collection = integer(default=60) + [jinja2] # Jinja2 supports more directives than the minimum required by mediagoblin. # This setting allows users creating custom templates to specify a list of diff --git a/mediagoblin/db/__init__.py b/mediagoblin/db/__init__.py index 27ca4b06..719b56e7 100644 --- a/mediagoblin/db/__init__.py +++ b/mediagoblin/db/__init__.py @@ -14,36 +14,3 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -""" -Database Abstraction/Wrapper Layer -================================== - -This submodule is for most of the db specific stuff. - -There are two main ideas here: - -1. Open up a small possibility to replace mongo by another - db. This means, that all direct mongo accesses should - happen in the db submodule. While all the rest uses an - API defined by this submodule. - - Currently this API happens to be basicly mongo. - Which means, that the abstraction/wrapper layer is - extremely thin. - -2. Give the rest of the app a simple and easy way to get most of - their db needs. Which often means some simple import - from db.util. - -What does that mean? - -* Never import mongo directly outside of this submodule. - -* Inside this submodule you can do whatever is needed. The - API border is exactly at the submodule layer. Nowhere - else. - -* helper functions can be moved in here. They become part - of the db.* API - -""" diff --git a/mediagoblin/db/migrations.py b/mediagoblin/db/migrations.py index b3cea871..349d16d5 100644 --- a/mediagoblin/db/migrations.py +++ b/mediagoblin/db/migrations.py @@ -21,18 +21,19 @@ import six from sqlalchemy import (MetaData, Table, Column, Boolean, SmallInteger, Integer, Unicode, UnicodeText, DateTime, - ForeignKey, Date) + ForeignKey, Date, Index) from sqlalchemy.exc import ProgrammingError from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.sql import and_ from sqlalchemy.schema import UniqueConstraint - from mediagoblin.db.extratypes import JSONEncoded, MutationDict from mediagoblin.db.migration_tools import ( RegisterMigration, inspect_table, replace_table_hack) -from mediagoblin.db.models import (MediaEntry, Collection, MediaComment, User, - Privilege) +from mediagoblin.db.models import (MediaEntry, Collection, MediaComment, User, + Privilege) +from mediagoblin.db.extratypes import JSONEncoded, MutationDict + MIGRATIONS = {} @@ -467,7 +468,6 @@ def create_oauth1_tables(db): db.commit() - @RegisterMigration(15, MIGRATIONS) def wants_notifications(db): """Add a wants_notifications field to User model""" @@ -661,8 +661,8 @@ def create_moderation_tables(db): # admin, an active user or an inactive user ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ for admin_user in admin_users_ids: admin_user_id = admin_user['id'] - for privilege_id in [admin_privilege_id, uploader_privilege_id, - reporter_privilege_id, commenter_privilege_id, + for privilege_id in [admin_privilege_id, uploader_privilege_id, + reporter_privilege_id, commenter_privilege_id, active_privilege_id]: db.execute(user_privilege_assoc.insert().values( core__privilege_id=admin_user_id, @@ -670,7 +670,7 @@ def create_moderation_tables(db): for active_user in active_users_ids: active_user_id = active_user['id'] - for privilege_id in [uploader_privilege_id, reporter_privilege_id, + for privilege_id in [uploader_privilege_id, reporter_privilege_id, commenter_privilege_id, active_privilege_id]: db.execute(user_privilege_assoc.insert().values( core__privilege_id=active_user_id, @@ -678,7 +678,7 @@ def create_moderation_tables(db): for inactive_user in inactive_users_ids: inactive_user_id = inactive_user['id'] - for privilege_id in [uploader_privilege_id, reporter_privilege_id, + for privilege_id in [uploader_privilege_id, reporter_privilege_id, commenter_privilege_id]: db.execute(user_privilege_assoc.insert().values( core__privilege_id=inactive_user_id, @@ -709,6 +709,8 @@ def create_moderation_tables(db): is_admin.drop() db.commit() + + @RegisterMigration(19, MIGRATIONS) def drop_MediaEntry_collected(db): """ @@ -722,3 +724,171 @@ def drop_MediaEntry_collected(db): media_collected.drop() db.commit() + + +@RegisterMigration(20, MIGRATIONS) +def add_metadata_column(db): + metadata = MetaData(bind=db.bind) + + media_entry = inspect_table(metadata, 'core__media_entries') + + col = Column('media_metadata', MutationDict.as_mutable(JSONEncoded), + default=MutationDict()) + col.create(media_entry) + + db.commit() + + +class PrivilegeUserAssociation_R1(declarative_base()): + __tablename__ = 'rename__privileges_users' + user = Column( + "user", + Integer, + ForeignKey(User.id), + primary_key=True) + privilege = Column( + "privilege", + Integer, + ForeignKey(Privilege.id), + primary_key=True) + +@RegisterMigration(21, MIGRATIONS) +def fix_privilege_user_association_table(db): + """ + There was an error in the PrivilegeUserAssociation table that allowed for a + dangerous sql error. We need to the change the name of the columns to be + unique, and properly referenced. + """ + metadata = MetaData(bind=db.bind) + + privilege_user_assoc = inspect_table( + metadata, 'core__privileges_users') + + # This whole process is more complex if we're dealing with sqlite + if db.bind.url.drivername == 'sqlite': + PrivilegeUserAssociation_R1.__table__.create(db.bind) + db.commit() + + new_privilege_user_assoc = inspect_table( + metadata, 'rename__privileges_users') + result = db.execute(privilege_user_assoc.select()) + for row in result: + # The columns were improperly named before, so we switch the columns + user_id, priv_id = row['core__privilege_id'], row['core__user_id'] + db.execute(new_privilege_user_assoc.insert().values( + user=user_id, + privilege=priv_id)) + + db.commit() + + privilege_user_assoc.drop() + new_privilege_user_assoc.rename('core__privileges_users') + + # much simpler if postgres though! + else: + privilege_user_assoc.c.core__user_id.alter(name="privilege") + privilege_user_assoc.c.core__privilege_id.alter(name="user") + + db.commit() + + +@RegisterMigration(22, MIGRATIONS) +def add_index_username_field(db): + """ + This migration has been found to be doing the wrong thing. See + the documentation in migration 23 (revert_username_index) below + which undoes this for those databases that did run this migration. + + Old description: + This indexes the User.username field which is frequently queried + for example a user logging in. This solves the issue #894 + """ + ## This code is left commented out *on purpose!* + ## + ## We do not normally allow commented out code like this in + ## MediaGoblin but this is a special case: since this migration has + ## been nullified but with great work to set things back below, + ## this is commented out for historical clarity. + # + # metadata = MetaData(bind=db.bind) + # user_table = inspect_table(metadata, "core__users") + # + # new_index = Index("ix_core__users_uploader", user_table.c.username) + # new_index.create() + # + # db.commit() + pass + + +@RegisterMigration(23, MIGRATIONS) +def revert_username_index(db): + """ + Revert the stuff we did in migration 22 above. + + There were a couple of problems with what we did: + - There was never a need for this migration! The unique + constraint had an implicit b-tree index, so it wasn't really + needed. (This is my (Chris Webber's) fault for suggesting it + needed to happen without knowing what's going on... my bad!) + - On top of that, databases created after the models.py was + changed weren't the same as those that had been run through + migration 22 above. + + As such, we're setting things back to the way they were before, + but as it turns out, that's tricky to do! + """ + metadata = MetaData(bind=db.bind) + user_table = inspect_table(metadata, "core__users") + indexes = dict( + [(index.name, index) for index in user_table.indexes]) + + # index from unnecessary migration + users_uploader_index = indexes.get(u'ix_core__users_uploader') + # index created from models.py after (unique=True, index=True) + # was set in models.py + users_username_index = indexes.get(u'ix_core__users_username') + + if users_uploader_index is None and users_username_index is None: + # We don't need to do anything. + # The database isn't in a state where it needs fixing + # + # (ie, either went through the previous borked migration or + # was initialized with a models.py where core__users was both + # unique=True and index=True) + return + + if db.bind.url.drivername == 'sqlite': + # Again, sqlite has problems. So this is tricky. + + # Yes, this is correct to use User_vR1! Nothing has changed + # between the *correct* version of this table and migration 18. + User_vR1.__table__.create(db.bind) + db.commit() + new_user_table = inspect_table(metadata, 'rename__users') + replace_table_hack(db, user_table, new_user_table) + + else: + # If the db is not run using SQLite, we don't need to do crazy + # table copying. + + # Remove whichever of the not-used indexes are in place + if users_uploader_index is not None: + users_uploader_index.drop() + if users_username_index is not None: + users_username_index.drop() + + # Given we're removing indexes then adding a unique constraint + # which *we know might fail*, thus probably rolling back the + # session, let's commit here. + db.commit() + + try: + # Add the unique constraint + constraint = UniqueConstraint( + 'username', table=user_table) + constraint.create() + except ProgrammingError: + # constraint already exists, no need to add + db.rollback() + + db.commit() diff --git a/mediagoblin/db/mixin.py b/mediagoblin/db/mixin.py index 048cc07c..1f2e7ec3 100644 --- a/mediagoblin/db/mixin.py +++ b/mediagoblin/db/mixin.py @@ -202,6 +202,17 @@ class MediaEntryMixin(GenerateSlugMixin): thumb_url = mg_globals.app.staticdirector(manager[u'default_thumb']) return thumb_url + @property + def original_url(self): + """ Returns the URL for the original image + will return self.thumb_url if original url doesn't exist""" + if u"original" not in self.media_files: + return self.thumb_url + + return mg_globals.app.public_store.file_url( + self.media_files[u"original"] + ) + @cached_property def media_manager(self): """Returns the MEDIA_MANAGER of the media's media_type @@ -248,7 +259,7 @@ class MediaEntryMixin(GenerateSlugMixin): if 'Image DateTimeOriginal' in exif_all: # format date taken - takendate = datetime.datetime.strptime( + takendate = datetime.strptime( exif_all['Image DateTimeOriginal']['printable'], '%Y:%m:%d %H:%M:%S').date() taken = takendate.strftime('%B %d %Y') @@ -294,6 +305,13 @@ class MediaCommentMixin(object): """ return cleaned_markdown_conversion(self.content) + def __unicode__(self): + return u'<{klass} #{id} {author} "{comment}">'.format( + klass=self.__class__.__name__, + id=self.id, + author=self.get_author, + comment=self.content) + def __repr__(self): return '<{klass} #{id} {author} "{comment}">'.format( klass=self.__class__.__name__, diff --git a/mediagoblin/db/models.py b/mediagoblin/db/models.py index d3d1ec4b..5a07effe 100644 --- a/mediagoblin/db/models.py +++ b/mediagoblin/db/models.py @@ -101,25 +101,26 @@ class User(Base, UserMixin): super(User, self).delete(**kwargs) _log.info('Deleted user "{0}" account'.format(self.username)) - def has_privilege(self,*priv_names): + def has_privilege(self, privilege, allow_admin=True): """ This method checks to make sure a user has all the correct privileges to access a piece of content. - :param priv_names A variable number of unicode objects which rep- - -resent the different privileges which may give - the user access to this content. If you pass - multiple arguments, the user will be granted - access if they have ANY of the privileges - passed. + :param privilege A unicode object which represent the different + privileges which may give the user access to + content. + + :param allow_admin If this is set to True the then if the user is + an admin, then this will always return True + even if the user hasn't been given the + privilege. (defaults to True) """ - if len(priv_names) == 1: - priv = Privilege.query.filter( - Privilege.privilege_name==priv_names[0]).one() - return (priv in self.all_privileges) - elif len(priv_names) > 1: - return self.has_privilege(priv_names[0]) or \ - self.has_privilege(*priv_names[1:]) + priv = Privilege.query.filter_by(privilege_name=privilege).one() + if priv in self.all_privileges: + return True + elif allow_admin and self.has_privilege(u'admin', allow_admin=False): + return True + return False def is_banned(self): @@ -132,6 +133,48 @@ class User(Base, UserMixin): return UserBan.query.get(self.id) is not None + def serialize(self, request): + user = { + "id": "acct:{0}@{1}".format(self.username, request.host), + "preferredUsername": self.username, + "displayName": "{0}@{1}".format(self.username, request.host), + "objectType": "person", + "pump_io": { + "shared": False, + "followed": False, + }, + "links": { + "self": { + "href": request.urlgen( + "mediagoblin.federation.user.profile", + username=self.username, + qualified=True + ), + }, + "activity-inbox": { + "href": request.urlgen( + "mediagoblin.federation.inbox", + username=self.username, + qualified=True + ) + }, + "activity-outbox": { + "href": request.urlgen( + "mediagoblin.federation.feed", + username=self.username, + qualified=True + ) + }, + }, + } + + if self.bio: + user.update({"summary": self.bio}) + if self.url: + user.update({"url": self.url}) + + return user + class Client(Base): """ Model representing a client - Used for API Auth @@ -197,7 +240,6 @@ class NonceTimestamp(Base): nonce = Column(Unicode, nullable=False, primary_key=True) timestamp = Column(DateTime, nullable=False, primary_key=True) - class MediaEntry(Base, MediaEntryMixin): """ TODO: Consider fetching the media_files using join @@ -260,6 +302,8 @@ class MediaEntry(Base, MediaEntryMixin): cascade="all, delete-orphan" ) collections = association_proxy("collections_helper", "in_collection") + media_metadata = Column(MutationDict.as_mutable(JSONEncoded), + default=MutationDict()) ## TODO # fail_error @@ -382,6 +426,80 @@ class MediaEntry(Base, MediaEntryMixin): # pass through commit=False/True in kwargs super(MediaEntry, self).delete(**kwargs) + @property + def objectType(self): + """ Converts media_type to pump-like type - don't use internally """ + return self.media_type.split(".")[-1] + + def serialize(self, request, show_comments=True): + """ Unserialize MediaEntry to object """ + author = self.get_uploader + context = { + "id": self.id, + "author": author.serialize(request), + "objectType": self.objectType, + "url": self.url_for_self(request.urlgen), + "image": { + "url": request.host_url + self.thumb_url[1:], + }, + "fullImage":{ + "url": request.host_url + self.original_url[1:], + }, + "published": self.created.isoformat(), + "updated": self.created.isoformat(), + "pump_io": { + "shared": False, + }, + "links": { + "self": { + "href": request.urlgen( + "mediagoblin.federation.object", + objectType=self.objectType, + id=self.id, + qualified=True + ), + }, + + } + } + + if self.title: + context["displayName"] = self.title + + if self.description: + context["content"] = self.description + + if self.license: + context["license"] = self.license + + if show_comments: + comments = [comment.serialize(request) for comment in self.get_comments()] + total = len(comments) + context["replies"] = { + "totalItems": total, + "items": comments, + "url": request.urlgen( + "mediagoblin.federation.object.comments", + objectType=self.objectType, + id=self.id, + qualified=True + ), + } + + return context + + def unserialize(self, data): + """ Takes API objects and unserializes on existing MediaEntry """ + if "displayName" in data: + self.title = data["displayName"] + + if "content" in data: + self.description = data["content"] + + if "license" in data: + self.license = data["license"] + + return True class FileKeynames(Base): """ @@ -528,6 +646,47 @@ class MediaComment(Base, MediaCommentMixin): lazy="dynamic", cascade="all, delete-orphan")) + def serialize(self, request): + """ Unserialize to python dictionary for API """ + media = MediaEntry.query.filter_by(id=self.media_entry).first() + author = self.get_author + context = { + "id": self.id, + "objectType": "comment", + "content": self.content, + "inReplyTo": media.serialize(request, show_comments=False), + "author": author.serialize(request) + } + + return context + + def unserialize(self, data): + """ Takes API objects and unserializes on existing comment """ + # Do initial checks to verify the object is correct + required_attributes = ["content", "inReplyTo"] + for attr in required_attributes: + if attr not in data: + return False + + # Validate inReplyTo has ID + if "id" not in data["inReplyTo"]: + return False + + # Validate that the ID is correct + try: + media_id = int(data["inReplyTo"]["id"]) + except ValueError: + return False + + media = MediaEntry.query.filter_by(id=media_id).first() + if media is None: + return False + + self.media_entry = media.id + self.content = data["content"] + return True + + class Collection(Base, CollectionMixin): """An 'album' or 'set' of media by a user. @@ -563,6 +722,14 @@ class Collection(Base, CollectionMixin): return CollectionItem.query.filter_by( collection=self.id).order_by(order_col) + def __repr__(self): + safe_title = self.title.encode('ascii', 'replace') + return '<{classname} #{id}: {title} by {creator}>'.format( + id=self.id, + classname=self.__class__.__name__, + creator=self.creator, + title=safe_title) + class CollectionItem(Base, CollectionItemMixin): __tablename__ = "core__collection_items" @@ -592,6 +759,13 @@ class CollectionItem(Base, CollectionItemMixin): """A dict like view on this object""" return DictReadAttrProxy(self) + def __repr__(self): + return '<{classname} #{id}: Entry {entry} in {collection}>'.format( + id=self.id, + classname=self.__class__.__name__, + collection=self.collection, + entry=self.media_entry) + class ProcessingMetaData(Base): __tablename__ = 'core__processing_metadata' @@ -667,6 +841,14 @@ class Notification(Base): subject=getattr(self, 'subject', None), seen='unseen' if not self.seen else 'seen') + def __unicode__(self): + return u'<{klass} #{id}: {user}: {subject} ({seen})>'.format( + id=self.id, + klass=self.__class__.__name__, + user=self.user, + subject=getattr(self, 'subject', None), + seen='unseen' if not self.seen else 'seen') + class CommentNotification(Notification): __tablename__ = 'core__comment_notifications' @@ -871,13 +1053,13 @@ class PrivilegeUserAssociation(Base): __tablename__ = 'core__privileges_users' - privilege_id = Column( - 'core__privilege_id', + user = Column( + "user", Integer, ForeignKey(User.id), primary_key=True) - user_id = Column( - 'core__user_id', + privilege = Column( + "privilege", Integer, ForeignKey(Privilege.id), primary_key=True) diff --git a/mediagoblin/db/util.py b/mediagoblin/db/util.py index aba9c59c..515fd6cd 100644 --- a/mediagoblin/db/util.py +++ b/mediagoblin/db/util.py @@ -76,11 +76,16 @@ def check_db_up_to_date(): dbdatas = gather_database_data(mgg.global_config.get('plugins', {}).keys()) for dbdata in dbdatas: - migration_manager = dbdata.make_migration_manager(Session()) - if migration_manager.database_current_migration is None or \ - migration_manager.migrations_to_run(): - sys.exit("Your database is not up to date. Please run " - "'gmg dbupdate' before starting MediaGoblin.") + session = Session() + try: + migration_manager = dbdata.make_migration_manager(session) + if migration_manager.database_current_migration is None or \ + migration_manager.migrations_to_run(): + sys.exit("Your database is not up to date. Please run " + "'gmg dbupdate' before starting MediaGoblin.") + finally: + Session.rollback() + Session.remove() if __name__ == '__main__': diff --git a/mediagoblin/decorators.py b/mediagoblin/decorators.py index 61d078b2..f3be679d 100644 --- a/mediagoblin/decorators.py +++ b/mediagoblin/decorators.py @@ -23,7 +23,7 @@ from six.moves.urllib.parse import urljoin from mediagoblin import mg_globals as mgg from mediagoblin import messages -from mediagoblin.db.models import MediaEntry, User, MediaComment +from mediagoblin.db.models import MediaEntry, User, MediaComment, AccessToken from mediagoblin.tools.response import ( redirect, render_404, render_user_banned, json_response) @@ -75,7 +75,7 @@ def require_active_login(controller): return new_controller_func -def user_has_privilege(privilege_name): +def user_has_privilege(privilege_name, allow_admin=True): """ Requires that a user have a particular privilege in order to access a page. In order to require that a user have multiple privileges, use this @@ -86,14 +86,17 @@ def user_has_privilege(privilege_name): the privilege object. This object is the name of the privilege, as assigned in the Privilege.privilege_name column + + :param allow_admin If this is true then if the user is an admin + it will allow the user even if the user doesn't + have the privilage given in privilage_name. """ def user_has_privilege_decorator(controller): @wraps(controller) @require_active_login def wrapper(request, *args, **kwargs): - user_id = request.user.id - if not request.user.has_privilege(privilege_name): + if not request.user.has_privilege(privilege_name, allow_admin): raise Forbidden() return controller(request, *args, **kwargs) @@ -370,7 +373,8 @@ def require_admin_or_moderator_login(controller): @wraps(controller) def new_controller_func(request, *args, **kwargs): if request.user and \ - not request.user.has_privilege(u'admin',u'moderator'): + not (request.user.has_privilege(u'admin') + or request.user.has_privilege(u'moderator')): raise Forbidden() elif not request.user: @@ -402,10 +406,10 @@ def oauth_required(controller): request_validator = GMGRequestValidator() resource_endpoint = ResourceEndpoint(request_validator) - valid, request = resource_endpoint.validate_protected_resource_request( + valid, r = resource_endpoint.validate_protected_resource_request( uri=request.url, http_method=request.method, - body=request.get_data(), + body=request.data, headers=dict(request.headers), ) @@ -413,6 +417,13 @@ def oauth_required(controller): error = "Invalid oauth prarameter." return json_response({"error": error}, status=400) + # Fill user if not already + token = authorization[u"oauth_token"] + access_token = AccessToken.query.filter_by(token=token).first() + if access_token is not None and request.user is None: + user_id = access_token.user + request.user = User.query.filter_by(id=user_id).first() + return controller(request, *args, **kwargs) return wrapper diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py index 2c9b5e99..c0bece8b 100644 --- a/mediagoblin/edit/forms.py +++ b/mediagoblin/edit/forms.py @@ -15,10 +15,12 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. import wtforms +from jsonschema import Draft4Validator from mediagoblin.tools.text import tag_length_validator from mediagoblin.tools.translate import lazy_pass_to_ugettext as _ from mediagoblin.tools.licenses import licenses_as_choices +from mediagoblin.tools.metadata import DEFAULT_SCHEMA, DEFAULT_CHECKER from mediagoblin.auth.tools import normalize_user_or_email_field @@ -38,7 +40,7 @@ class EditForm(wtforms.Form): "Separate tags by commas.")) slug = wtforms.TextField( _('Slug'), - [wtforms.validators.Required(message=_("The slug can't be empty"))], + [wtforms.validators.InputRequired(message=_("The slug can't be empty"))], description=_( "The title part of this media's address. " "You usually don't need to change this.")) @@ -85,7 +87,7 @@ class EditAttachmentsForm(wtforms.Form): class EditCollectionForm(wtforms.Form): title = wtforms.TextField( _('Title'), - [wtforms.validators.Length(min=0, max=500), wtforms.validators.Required(message=_("The title can't be empty"))]) + [wtforms.validators.Length(min=0, max=500), wtforms.validators.InputRequired(message=_("The title can't be empty"))]) description = wtforms.TextAreaField( _('Description of this collection'), description=_("""You can use @@ -93,7 +95,7 @@ class EditCollectionForm(wtforms.Form): Markdown</a> for formatting.""")) slug = wtforms.TextField( _('Slug'), - [wtforms.validators.Required(message=_("The slug can't be empty"))], + [wtforms.validators.InputRequired(message=_("The slug can't be empty"))], description=_( "The title part of this collection's address. " "You usually don't need to change this.")) @@ -102,12 +104,12 @@ class EditCollectionForm(wtforms.Form): class ChangePassForm(wtforms.Form): old_password = wtforms.PasswordField( _('Old password'), - [wtforms.validators.Required()], + [wtforms.validators.InputRequired()], description=_( "Enter your old password to prove you own this account.")) new_password = wtforms.PasswordField( _('New password'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), wtforms.validators.Length(min=6, max=30)], id="password") @@ -115,10 +117,45 @@ class ChangePassForm(wtforms.Form): class ChangeEmailForm(wtforms.Form): new_email = wtforms.TextField( _('New email address'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field(allow_user=False)]) password = wtforms.PasswordField( _('Password'), - [wtforms.validators.Required()], + [wtforms.validators.InputRequired()], description=_( "Enter your password to prove you own this account.")) + +class MetaDataValidator(object): + """ + Custom validator which runs form data in a MetaDataForm through a jsonschema + validator and passes errors recieved in jsonschema to wtforms. + + :param schema The json schema to validate the data against. By + default this uses the DEFAULT_SCHEMA from + mediagoblin.tools.metadata. + :param format_checker The FormatChecker object that limits which types + jsonschema can recognize. By default this uses + DEFAULT_CHECKER from mediagoblin.tools.metadata. + """ + def __init__(self, schema=DEFAULT_SCHEMA, format_checker=DEFAULT_CHECKER): + self.schema = schema + self.format_checker = format_checker + + def __call__(self, form, field): + metadata_dict = {field.data:form.value.data} + validator = Draft4Validator(self.schema, + format_checker=self.format_checker) + errors = [e.message + for e in validator.iter_errors(metadata_dict)] + if len(errors) >= 1: + raise wtforms.validators.ValidationError( + errors.pop()) + +class MetaDataForm(wtforms.Form): + identifier = wtforms.TextField(_(u'Identifier'),[MetaDataValidator()]) + value = wtforms.TextField(_(u'Value')) + +class EditMetaDataForm(wtforms.Form): + media_metadata = wtforms.FieldList( + wtforms.FormField(MetaDataForm, ""), + ) diff --git a/mediagoblin/edit/views.py b/mediagoblin/edit/views.py index 52f808b6..59d851f6 100644 --- a/mediagoblin/edit/views.py +++ b/mediagoblin/edit/views.py @@ -19,8 +19,10 @@ import six from datetime import datetime from itsdangerous import BadSignature +from pyld import jsonld from werkzeug.exceptions import Forbidden from werkzeug.utils import secure_filename +from jsonschema import ValidationError, Draft4Validator from mediagoblin import messages from mediagoblin import mg_globals @@ -31,8 +33,11 @@ from mediagoblin.edit import forms from mediagoblin.edit.lib import may_edit_media from mediagoblin.decorators import (require_active_login, active_user_from_url, get_media_entry_by_id, user_may_alter_collection, - get_user_collection) + get_user_collection, user_has_privilege, + user_not_banned) from mediagoblin.tools.crypto import get_timed_signer_url +from mediagoblin.tools.metadata import (compact_and_validate, DEFAULT_CHECKER, + DEFAULT_SCHEMA) from mediagoblin.tools.mail import email_debug_message from mediagoblin.tools.response import (render_to_response, redirect, redirect_obj, render_404) @@ -434,3 +439,30 @@ def change_email(request): 'mediagoblin/edit/change_email.html', {'form': form, 'user': user}) + +@user_has_privilege(u'admin') +@require_active_login +@get_media_entry_by_id +def edit_metadata(request, media): + form = forms.EditMetaDataForm(request.form) + if request.method == "POST" and form.validate(): + metadata_dict = dict([(row['identifier'],row['value']) + for row in form.media_metadata.data]) + json_ld_metadata = None + json_ld_metadata = compact_and_validate(metadata_dict) + media.media_metadata = json_ld_metadata + media.save() + return redirect_obj(request, media) + + if len(form.media_metadata) == 0: + for identifier, value in media.media_metadata.iteritems(): + if identifier == "@context": continue + form.media_metadata.append_entry({ + 'identifier':identifier, + 'value':value}) + + return render_to_response( + request, + 'mediagoblin/edit/metadata.html', + {'form':form, + 'media':media}) diff --git a/mediagoblin/webfinger/__init__.py b/mediagoblin/federation/__init__.py index 126e6ea2..621845ba 100644 --- a/mediagoblin/webfinger/__init__.py +++ b/mediagoblin/federation/__init__.py @@ -13,13 +13,3 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -''' -mediagoblin.webfinger_ provides an LRDD discovery service and -a web host meta information file - -Links: -- `LRDD Discovery Draft - <http://tools.ietf.org/html/draft-hammer-discovery-06>`_. -- `RFC 6415 - Web Host Metadata - <http://tools.ietf.org/html/rfc6415>`_. -''' diff --git a/mediagoblin/federation/decorators.py b/mediagoblin/federation/decorators.py new file mode 100644 index 00000000..3dd6264e --- /dev/null +++ b/mediagoblin/federation/decorators.py @@ -0,0 +1,49 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +from functools import wraps + +from mediagoblin.db.models import User +from mediagoblin.decorators import require_active_login +from mediagoblin.tools.response import json_response + +def user_has_privilege(privilege_name): + """ + Requires that a user have a particular privilege in order to access a page. + In order to require that a user have multiple privileges, use this + decorator twice on the same view. This decorator also makes sure that the + user is not banned, or else it redirects them to the "You are Banned" page. + + :param privilege_name A unicode object that is that represents + the privilege object. This object is + the name of the privilege, as assigned + in the Privilege.privilege_name column + """ + + def user_has_privilege_decorator(controller): + @wraps(controller) + @require_active_login + def wrapper(request, *args, **kwargs): + if not request.user.has_privilege(privilege_name): + error = "User '{0}' needs '{1}' privilege".format( + request.user.username, + privilege_name + ) + return json_response({"error": error}, status=403) + + return controller(request, *args, **kwargs) + + return wrapper + return user_has_privilege_decorator diff --git a/mediagoblin/federation/routing.py b/mediagoblin/federation/routing.py new file mode 100644 index 00000000..c1c5a264 --- /dev/null +++ b/mediagoblin/federation/routing.py @@ -0,0 +1,79 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +from mediagoblin.tools.routing import add_route + +# Add user profile +add_route( + "mediagoblin.federation.user", + "/api/user/<string:username>/", + "mediagoblin.federation.views:user_endpoint" +) + +add_route( + "mediagoblin.federation.user.profile", + "/api/user/<string:username>/profile", + "mediagoblin.federation.views:profile_endpoint" +) + +# Inbox and Outbox (feed) +add_route( + "mediagoblin.federation.feed", + "/api/user/<string:username>/feed", + "mediagoblin.federation.views:feed_endpoint" +) + +add_route( + "mediagoblin.federation.user.uploads", + "/api/user/<string:username>/uploads", + "mediagoblin.federation.views:uploads_endpoint" +) + +add_route( + "mediagoblin.federation.inbox", + "/api/user/<string:username>/inbox", + "mediagoblin.federation.views:feed_endpoint" +) + +# object endpoints +add_route( + "mediagoblin.federation.object", + "/api/<string:objectType>/<string:id>", + "mediagoblin.federation.views:object_endpoint" + ) +add_route( + "mediagoblin.federation.object.comments", + "/api/<string:objectType>/<string:id>/comments", + "mediagoblin.federation.views:object_comments" +) + +add_route( + "mediagoblin.webfinger.well-known.host-meta", + "/.well-known/host-meta", + "mediagoblin.federation.views:host_meta" +) + +add_route( + "mediagoblin.webfinger.well-known.host-meta.json", + "/.well-known/host-meta.json", + "mediagoblin.federation.views:host_meta" +) + +add_route( + "mediagoblin.webfinger.whoami", + "/api/whoami", + "mediagoblin.federation.views:whoami" +) diff --git a/mediagoblin/federation/views.py b/mediagoblin/federation/views.py new file mode 100644 index 00000000..3d6953a7 --- /dev/null +++ b/mediagoblin/federation/views.py @@ -0,0 +1,469 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +import json +import io +import mimetypes + +from werkzeug.datastructures import FileStorage + +from mediagoblin.decorators import oauth_required +from mediagoblin.federation.decorators import user_has_privilege +from mediagoblin.db.models import User, MediaEntry, MediaComment +from mediagoblin.tools.response import redirect, json_response, json_error +from mediagoblin.meddleware.csrf import csrf_exempt +from mediagoblin.submit.lib import new_upload_entry, api_upload_request, \ + api_add_to_feed + +# MediaTypes +from mediagoblin.media_types.image import MEDIA_TYPE as IMAGE_MEDIA_TYPE + +# Getters +def get_profile(request): + """ + Gets the user's profile for the endpoint requested. + + For example an endpoint which is /api/{username}/feed + as /api/cwebber/feed would get cwebber's profile. This + will return a tuple (username, user_profile). If no user + can be found then this function returns a (None, None). + """ + username = request.matchdict["username"] + user = User.query.filter_by(username=username).first() + + if user is None: + return None, None + + return user, user.serialize(request) + + +# Endpoints +@oauth_required +def profile_endpoint(request): + """ This is /api/user/<username>/profile - This will give profile info """ + user, user_profile = get_profile(request) + + if user is None: + username = request.matchdict["username"] + return json_error( + "No such 'user' with username '{0}'".format(username), + status=404 + ) + + # user profiles are public so return information + return json_response(user_profile) + +@oauth_required +def user_endpoint(request): + """ This is /api/user/<username> - This will get the user """ + user, user_profile = get_profile(request) + + if user is None: + username = request.matchdict["username"] + return json_error( + "No such 'user' with username '{0}'".format(username), + status=404 + ) + + return json_response({ + "nickname": user.username, + "updated": user.created.isoformat(), + "published": user.created.isoformat(), + "profile": user_profile, + }) + +@oauth_required +@csrf_exempt +@user_has_privilege(u'uploader') +def uploads_endpoint(request): + """ Endpoint for file uploads """ + username = request.matchdict["username"] + requested_user = User.query.filter_by(username=username).first() + + if requested_user is None: + return json_error("No such 'user' with id '{0}'".format(username), 404) + + if request.method == "POST": + # Ensure that the user is only able to upload to their own + # upload endpoint. + if requested_user.id != request.user.id: + return json_error( + "Not able to post to another users feed.", + status=403 + ) + + # Wrap the data in the werkzeug file wrapper + if "Content-Type" not in request.headers: + return json_error( + "Must supply 'Content-Type' header to upload media." + ) + + mimetype = request.headers["Content-Type"] + filename = mimetypes.guess_all_extensions(mimetype) + filename = 'unknown' + filename[0] if filename else filename + file_data = FileStorage( + stream=io.BytesIO(request.data), + filename=filename, + content_type=mimetype + ) + + # Find media manager + entry = new_upload_entry(request.user) + entry.media_type = IMAGE_MEDIA_TYPE + return api_upload_request(request, file_data, entry) + + return json_error("Not yet implemented", 501) + +@oauth_required +@csrf_exempt +def feed_endpoint(request): + """ Handles the user's outbox - /api/user/<username>/feed """ + username = request.matchdict["username"] + requested_user = User.query.filter_by(username=username).first() + + # check if the user exists + if requested_user is None: + return json_error("No such 'user' with id '{0}'".format(username), 404) + + if request.data: + data = json.loads(request.data) + else: + data = {"verb": None, "object": {}} + + + if request.method in ["POST", "PUT"]: + # Validate that the activity is valid + if "verb" not in data or "object" not in data: + return json_error("Invalid activity provided.") + + # Check that the verb is valid + if data["verb"] not in ["post", "update"]: + return json_error("Verb not yet implemented", 501) + + # We need to check that the user they're posting to is + # the person that they are. + if requested_user.id != request.user.id: + return json_error( + "Not able to post to another users feed.", + status=403 + ) + + # Handle new posts + if data["verb"] == "post": + obj = data.get("object", None) + if obj is None: + return json_error("Could not find 'object' element.") + + if obj.get("objectType", None) == "comment": + # post a comment + if not request.user.has_privilege(u'commenter'): + return json_error( + "Privilege 'commenter' required to comment.", + status=403 + ) + + comment = MediaComment(author=request.user.id) + comment.unserialize(data["object"]) + comment.save() + data = { + "verb": "post", + "object": comment.serialize(request) + } + return json_response(data) + + elif obj.get("objectType", None) == "image": + # Posting an image to the feed + media_id = int(data["object"]["id"]) + media = MediaEntry.query.filter_by(id=media_id).first() + + if media is None: + return json_response( + "No such 'image' with id '{0}'".format(media_id), + status=404 + ) + + if media.uploader != request.user.id: + return json_error( + "Privilege 'commenter' required to comment.", + status=403 + ) + + + if not media.unserialize(data["object"]): + return json_error( + "Invalid 'image' with id '{0}'".format(media_id) + ) + + media.save() + api_add_to_feed(request, media) + + return json_response({ + "verb": "post", + "object": media.serialize(request) + }) + + elif obj.get("objectType", None) is None: + # They need to tell us what type of object they're giving us. + return json_error("No objectType specified.") + else: + # Oh no! We don't know about this type of object (yet) + object_type = obj.get("objectType", None) + return json_error( + "Unknown object type '{0}'.".format(object_type) + ) + + # Updating existing objects + if data["verb"] == "update": + # Check we've got a valid object + obj = data.get("object", None) + + if obj is None: + return json_error("Could not find 'object' element.") + + if "objectType" not in obj: + return json_error("No objectType specified.") + + if "id" not in obj: + return json_error("Object ID has not been specified.") + + obj_id = obj["id"] + + # Now try and find object + if obj["objectType"] == "comment": + if not request.user.has_privilege(u'commenter'): + return json_error( + "Privilege 'commenter' required to comment.", + status=403 + ) + + comment = MediaComment.query.filter_by(id=obj_id).first() + if comment is None: + return json_error( + "No such 'comment' with id '{0}'.".format(obj_id) + ) + + # Check that the person trying to update the comment is + # the author of the comment. + if comment.author != request.user.id: + return json_error( + "Only author of comment is able to update comment.", + status=403 + ) + + if not comment.unserialize(data["object"]): + return json_error( + "Invalid 'comment' with id '{0}'".format(obj_id) + ) + + comment.save() + + activity = { + "verb": "update", + "object": comment.serialize(request), + } + return json_response(activity) + + elif obj["objectType"] == "image": + image = MediaEntry.query.filter_by(id=obj_id).first() + if image is None: + return json_error( + "No such 'image' with the id '{0}'.".format(obj_id) + ) + + # Check that the person trying to update the comment is + # the author of the comment. + if image.uploader != request.user.id: + return json_error( + "Only uploader of image is able to update image.", + status=403 + ) + + if not image.unserialize(obj): + return json_error( + "Invalid 'image' with id '{0}'".format(obj_id) + ) + image.save() + + activity = { + "verb": "update", + "object": image.serialize(request), + } + return json_response(activity) + + elif request.method != "GET": + return json_error( + "Unsupported HTTP method {0}".format(request.method), + status=501 + ) + + feed_url = request.urlgen( + "mediagoblin.federation.feed", + username=request.user.username, + qualified=True + ) + + feed = { + "displayName": "Activities by {user}@{host}".format( + user=request.user.username, + host=request.host + ), + "objectTypes": ["activity"], + "url": feed_url, + "links": { + "first": { + "href": feed_url, + }, + "self": { + "href": request.url, + }, + "prev": { + "href": feed_url, + }, + "next": { + "href": feed_url, + } + }, + "author": request.user.serialize(request), + "items": [], + } + + + # Look up all the media to put in the feed (this will be changed + # when we get real feeds/inboxes/outboxes/activites) + for media in MediaEntry.query.all(): + item = { + "verb": "post", + "object": media.serialize(request), + "actor": media.get_uploader.serialize(request), + "content": "{0} posted a picture".format(request.user.username), + "id": media.id, + } + item["updated"] = item["object"]["updated"] + item["published"] = item["object"]["published"] + item["url"] = item["object"]["url"] + feed["items"].append(item) + feed["totalItems"] = len(feed["items"]) + + return json_response(feed) + +@oauth_required +def object_endpoint(request): + """ Lookup for a object type """ + object_type = request.matchdict["objectType"] + try: + object_id = int(request.matchdict["id"]) + except ValueError: + error = "Invalid object ID '{0}' for '{1}'".format( + request.matchdict["id"], + object_type + ) + return json_error(error) + + if object_type not in ["image"]: + # not sure why this is 404, maybe ask evan. Maybe 400? + return json_error( + "Unknown type: {0}".format(object_type), + status=404 + ) + + media = MediaEntry.query.filter_by(id=object_id).first() + if media is None: + return json_error( + "Can't find '{0}' with ID '{1}'".format(object_type, object_id), + status=404 + ) + + return json_response(media.serialize(request)) + +@oauth_required +def object_comments(request): + """ Looks up for the comments on a object """ + media = MediaEntry.query.filter_by(id=request.matchdict["id"]).first() + if media is None: + return json_error("Can't find '{0}' with ID '{1}'".format( + request.matchdict["objectType"], + request.matchdict["id"] + ), 404) + + comments = response.serialize(request) + comments = comments.get("replies", { + "totalItems": 0, + "items": [], + "url": request.urlgen( + "mediagoblin.federation.object.comments", + objectType=media.objectType, + id=media.id, + qualified=True + ) + }) + + comments["displayName"] = "Replies to {0}".format(comments["url"]) + comments["links"] = { + "first": comments["url"], + "self": comments["url"], + } + return json_response(comments) + +## +# Well known +## +def host_meta(request): + """ /.well-known/host-meta - provide URLs to resources """ + links = [] + + links.append({ + "ref": "registration_endpoint", + "href": request.urlgen( + "mediagoblin.oauth.client_register", + qualified=True + ), + }) + links.append({ + "ref": "http://apinamespace.org/oauth/request_token", + "href": request.urlgen( + "mediagoblin.oauth.request_token", + qualified=True + ), + }) + links.append({ + "ref": "http://apinamespace.org/oauth/authorize", + "href": request.urlgen( + "mediagoblin.oauth.authorize", + qualified=True + ), + }) + links.append({ + "ref": "http://apinamespace.org/oauth/access_token", + "href": request.urlgen( + "mediagoblin.oauth.access_token", + qualified=True + ), + }) + + return json_response({"links": links}) + +def whoami(request): + """ /api/whoami - HTTP redirect to API profile """ + if request.user is None: + return json_error("Not logged in.", status=401) + + profile = request.urlgen( + "mediagoblin.federation.user.profile", + username=request.user.username, + qualified=True + ) + + return redirect(request, location=profile) diff --git a/mediagoblin/gmg_commands/__init__.py b/mediagoblin/gmg_commands/__init__.py index 79fb7701..22fef91c 100644 --- a/mediagoblin/gmg_commands/__init__.py +++ b/mediagoblin/gmg_commands/__init__.py @@ -39,6 +39,10 @@ SUBCOMMAND_MAP = { 'setup': 'mediagoblin.gmg_commands.users:changepw_parser_setup', 'func': 'mediagoblin.gmg_commands.users:changepw', 'help': 'Changes a user\'s password'}, + 'deleteuser': { + 'setup': 'mediagoblin.gmg_commands.users:deleteuser_parser_setup', + 'func': 'mediagoblin.gmg_commands.users:deleteuser', + 'help': 'Deletes a user'}, 'dbupdate': { 'setup': 'mediagoblin.gmg_commands.dbupdate:dbupdate_parse_setup', 'func': 'mediagoblin.gmg_commands.dbupdate:dbupdate', @@ -63,6 +67,10 @@ SUBCOMMAND_MAP = { 'setup': 'mediagoblin.gmg_commands.serve:parser_setup', 'func': 'mediagoblin.gmg_commands.serve:serve', 'help': 'PasteScript replacement'}, + 'batchaddmedia': { + 'setup': 'mediagoblin.gmg_commands.batchaddmedia:parser_setup', + 'func': 'mediagoblin.gmg_commands.batchaddmedia:batchaddmedia', + 'help': 'Add many media entries at once'}, # 'theme': { # 'setup': 'mediagoblin.gmg_commands.theme:theme_parser_setup', # 'func': 'mediagoblin.gmg_commands.theme:theme', diff --git a/mediagoblin/gmg_commands/batchaddmedia.py b/mediagoblin/gmg_commands/batchaddmedia.py new file mode 100644 index 00000000..4931bda2 --- /dev/null +++ b/mediagoblin/gmg_commands/batchaddmedia.py @@ -0,0 +1,206 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +import os +import requests, codecs +import csv +from urlparse import urlparse + +from mediagoblin.gmg_commands import util as commands_util +from mediagoblin.submit.lib import ( + submit_media, get_upload_file_limits, + FileUploadLimit, UserUploadLimit, UserPastUploadLimit) +from mediagoblin.tools.metadata import compact_and_validate +from mediagoblin.tools.translate import pass_to_ugettext as _ +from jsonschema.exceptions import ValidationError + + +def parser_setup(subparser): + subparser.description = """\ +This command allows the administrator to upload many media files at once.""" + subparser.epilog = _(u"""For more information about how to properly run this +script (and how to format the metadata csv file), read the MediaGoblin +documentation page on command line uploading +<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>""") + subparser.add_argument( + 'username', + help=_(u"Name of user these media entries belong to")) + subparser.add_argument( + 'metadata_path', + help=_( +u"""Path to the csv file containing metadata information.""")) + subparser.add_argument( + '--celery', + action='store_true', + help=_(u"Don't process eagerly, pass off to celery")) + + +def batchaddmedia(args): + # Run eagerly unless explicetly set not to + if not args.celery: + os.environ['CELERY_ALWAYS_EAGER'] = 'true' + + app = commands_util.setup_app(args) + + files_uploaded, files_attempted = 0, 0 + + # get the user + user = app.db.User.query.filter_by(username=args.username.lower()).first() + if user is None: + print _(u"Sorry, no user by username '{username}' exists".format( + username=args.username)) + return + + upload_limit, max_file_size = get_upload_file_limits(user) + temp_files = [] + + if os.path.isfile(args.metadata_path): + metadata_path = args.metadata_path + + else: + error = _(u'File at {path} not found, use -h flag for help'.format( + path=args.metadata_path)) + print error + return + + abs_metadata_filename = os.path.abspath(metadata_path) + abs_metadata_dir = os.path.dirname(abs_metadata_filename) + upload_limit, max_file_size = get_upload_file_limits(user) + + def maybe_unicodeify(some_string): + # this is kinda terrible + if some_string is None: + return None + else: + return unicode(some_string) + + with codecs.open( + abs_metadata_filename, 'r', encoding='utf-8') as all_metadata: + contents = all_metadata.read() + media_metadata = parse_csv_file(contents) + + for media_id, file_metadata in media_metadata.iteritems(): + files_attempted += 1 + # In case the metadata was not uploaded initialize an empty dictionary. + json_ld_metadata = compact_and_validate({}) + + # Get all metadata entries starting with 'media' as variables and then + # delete them because those are for internal use only. + original_location = file_metadata['location'] + + ### Pull the important media information for mediagoblin from the + ### metadata, if it is provided. + title = file_metadata.get('title') or file_metadata.get('dc:title') + description = (file_metadata.get('description') or + file_metadata.get('dc:description')) + + license = file_metadata.get('license') + try: + json_ld_metadata = compact_and_validate(file_metadata) + except ValidationError, exc: + error = _(u"""Error with media '{media_id}' value '{error_path}': {error_msg} +Metadata was not uploaded.""".format( + media_id=media_id, + error_path=exc.path[0], + error_msg=exc.message)) + print error + continue + + url = urlparse(original_location) + filename = url.path.split()[-1] + + if url.scheme == 'http': + res = requests.get(url.geturl(), stream=True) + media_file = res.raw + + elif url.scheme == '': + path = url.path + if os.path.isabs(path): + file_abs_path = os.path.abspath(path) + else: + file_path = os.path.join(abs_metadata_dir, path) + file_abs_path = os.path.abspath(file_path) + try: + media_file = file(file_abs_path, 'r') + except IOError: + print _(u"""\ +FAIL: Local file {filename} could not be accessed. +{filename} will not be uploaded.""".format(filename=filename)) + continue + try: + submit_media( + mg_app=app, + user=user, + submitted_file=media_file, + filename=filename, + title=maybe_unicodeify(title), + description=maybe_unicodeify(description), + license=maybe_unicodeify(license), + metadata=json_ld_metadata, + tags_string=u"", + upload_limit=upload_limit, max_file_size=max_file_size) + print _(u"""Successfully submitted {filename}! +Be sure to look at the Media Processing Panel on your website to be sure it +uploaded successfully.""".format(filename=filename)) + files_uploaded += 1 + except FileUploadLimit: + print _( +u"FAIL: This file is larger than the upload limits for this site.") + except UserUploadLimit: + print _( +"FAIL: This file will put this user past their upload limits.") + except UserPastUploadLimit: + print _("FAIL: This user is already past their upload limits.") + print _( +"{files_uploaded} out of {files_attempted} files successfully submitted".format( + files_uploaded=files_uploaded, + files_attempted=files_attempted)) + + +def unicode_csv_reader(unicode_csv_data, dialect=csv.excel, **kwargs): + # csv.py doesn't do Unicode; encode temporarily as UTF-8: + csv_reader = csv.reader(utf_8_encoder(unicode_csv_data), + dialect=dialect, **kwargs) + for row in csv_reader: + # decode UTF-8 back to Unicode, cell by cell: + yield [unicode(cell, 'utf-8') for cell in row] + +def utf_8_encoder(unicode_csv_data): + for line in unicode_csv_data: + yield line.encode('utf-8') + +def parse_csv_file(file_contents): + """ + The helper function which converts the csv file into a dictionary where each + item's key is the provided value 'id' and each item's value is another + dictionary. + """ + list_of_contents = file_contents.split('\n') + key, lines = (list_of_contents[0].split(','), + list_of_contents[1:]) + objects_dict = {} + + # Build a dictionary + for index, line in enumerate(lines): + if line.isspace() or line == u'': continue + values = unicode_csv_reader([line]).next() + line_dict = dict([(key[i], val) + for i, val in enumerate(values)]) + media_id = line_dict.get('id') or index + objects_dict[media_id] = (line_dict) + + return objects_dict + diff --git a/mediagoblin/gmg_commands/deletemedia.py b/mediagoblin/gmg_commands/deletemedia.py index d8926a6b..415389c4 100644 --- a/mediagoblin/gmg_commands/deletemedia.py +++ b/mediagoblin/gmg_commands/deletemedia.py @@ -15,19 +15,23 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. from __future__ import print_function +import sys from mediagoblin.gmg_commands import util as commands_util def parser_setup(subparser): subparser.add_argument('media_ids', - help='Comma separated list of media IDs to will be deleted.') + help='Comma separated list of media IDs will be deleted.') def deletemedia(args): app = commands_util.setup_app(args) - media_ids = set(map(int, args.media_ids.split(','))) + media_ids = set([int(mid) for mid in args.media_ids.split(',') if mid.isdigit()]) + if not media_ids: + print 'Can\'t find any valid media ID(s).' + sys.exit(1) found_medias = set() filter_ids = app.db.MediaEntry.id.in_(media_ids) medias = app.db.MediaEntry.query.filter(filter_ids).all() @@ -38,3 +42,4 @@ def deletemedia(args): for media in media_ids - found_medias: print('Can\'t find a media with ID %d.' % media) print('Done.') + sys.exit(0) diff --git a/mediagoblin/gmg_commands/users.py b/mediagoblin/gmg_commands/users.py index 050c5348..93b72ea4 100644 --- a/mediagoblin/gmg_commands/users.py +++ b/mediagoblin/gmg_commands/users.py @@ -38,7 +38,7 @@ def adduser(args): #TODO: Lets trust admins this do not validate Emails :) commands_util.setup_app(args) - args.username = commands_util.prompt_if_not_set(args.username, "Username:") + args.username = unicode(commands_util.prompt_if_not_set(args.username, "Username:")) args.password = commands_util.prompt_if_not_set(args.password, "Password:",True) args.email = commands_util.prompt_if_not_set(args.email, "Email:") @@ -119,3 +119,23 @@ def changepw(args): print(u'Password successfully changed') else: print(u'The user doesn\'t exist') + + +def deleteuser_parser_setup(subparser): + subparser.add_argument( + 'username', + help="Username to delete") + + +def deleteuser(args): + commands_util.setup_app(args) + + db = mg_globals.database + + user = db.User.query.filter_by( + username=unicode(args.username.lower())).one() + if user: + user.delete() + print('The user %s has been deleted' % args.username) + else: + print('The user %s doesn\'t exist' % args.username) diff --git a/mediagoblin/i18n/ar/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/ar/LC_MESSAGES/mediagoblin.mo Binary files differindex 7c3411f7..7432ac4a 100644 --- a/mediagoblin/i18n/ar/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/ar/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/ar/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/ar/LC_MESSAGES/mediagoblin.po index 8c0454d9..5fc73217 100644 --- a/mediagoblin/i18n/ar/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/ar/LC_MESSAGES/mediagoblin.po @@ -1,37 +1,37 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: -# Jiyda <jiydam@gmail.com>, 2013 -# Majid Al-Dharrab <majid@aldharrab.com>, 2011 -# minaeid90 <minaeid90@gmail.com>, 2013 +# Jiyda Mint Mohamed Moussa <jiydam@gmail.com>, 2013 +# Majid Al-Dharrab, 2011 +# Mena Rezk Eid <minaeid90@gmail.com>, 2013 # OmarKH <Omar.w.kh@gmail.com>, 2011 # OsamaK <osamak@gnu.org>, 2011 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/mediagoblin/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "عÙوًا، التسجيل غير Ù…ØªØ§Ø Ù‡Ù†Ø§." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -52,12 +52,12 @@ msgstr "هذا الØÙ‚Ù„ ÙŠØØªØ§Ø¬ ايميل." msgid "Sorry, a user with that name already exists." msgstr "عذرًا، لقد اختار مستخدم آخر هذا الاسم." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "عذرًا، لقد اختار مستخدم آخر هذا الايميل." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -83,174 +83,189 @@ msgstr "لقد قمت Ø¨Ø§Ù„ÙØ¹Ù„ بالتØÙ‚Ù‚ من عنوان البريد Ø msgid "Resent your verification email." msgstr "أعدنا إرسال رسالة التØÙ‚Ù‚." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "العنوان" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "وص٠هذا العمل." -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "بامكانك استخدام âŽ\n<a href=\"http://daringfireball.net/projects/markdown/basics\">âŽ\nMarkdown</a> للإدراج." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "الوسوم" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "قم Ø¨ÙØµÙ„ Ø§Ù„Ù…ØØ¯Ø¯Ø§Øª Ø¨ÙØµÙ„Ø©." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "المسار" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "لا يمكن ترك المسار ÙØ§Ø±ØºÙ‹Ø§" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "مقدمة عنوان هذه الميديا, غالبا لن ØªØØªØ§Ø¬ لتغيره." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "ترخيص" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "السيرة" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "الموقع الإلكتروني" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "العنوان ÙŠØØªÙˆÙŠ Ø¹Ù„Ù‰ اخطاء" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "ارسل لي رسالة عندما يقوم الاخرون بالتعليق على الميديا خاصتي" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "ØªÙØ¶ÙŠÙ„ رخصة" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "سو٠تكون هذه رخصتك المبدئية ÙÙŠ نماذج التØÙ…يل." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "لا يمكن ترك العنوان ÙØ§Ø±ØºÙ‹Ø§" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "وص٠هذه المجموعة" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "مقدمة عنوان هذه المجموعة, غالبا لن ØªØØªØ§Ø¬ لتغيره." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr " كلمة السر القديمة" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "قم بإدخال رقمك السري القديم ØØªÙ‰ تثبت انك ØµØ§ØØ¨ هذا Ø§Ù„ØØ³Ø§Ø¨." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "رقم سري جديد" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "كلمة السر" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "يوجد مل٠آخر بهذا المسار لدى هذى المستخدم." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "أنت ØªØØ±Ù‘ر وسائط مستخدم آخر. كن ØØ°Ø±Ù‹Ø§ أثناء العملية." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "لقد قمت Ø¨Ø¥Ø¶Ø§ÙØ© مرÙقة %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "يمكنك Ùقط تعديل ØØ³Ø§Ø¨Ùƒ الخاص" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "أنت ØªØØ±Ù‘ر مل٠مستخدم آخر. كن ØØ°Ø±Ù‹Ø§ أثناء العملية." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "تم ØÙظ تغيرات ØØ³Ø§Ø¨Ùƒ" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "تم ØÙظ خصائص ØØ³Ø§Ø¨Ùƒ" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "يجب عليك تأكيد إلغاء ØØ³Ø§Ø¨Ùƒ." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "أنت لديك مجموعة تدعى \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "توجد مجموعة اخرى بهذا المسار لهذا المستخدم." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "أنت تعدل مجموعة مستخدم آخر. كن ØØ°Ø±Ù‹Ø§ أثناء العملية." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "كلمة سر خاطئة" @@ -281,6 +296,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -288,11 +366,147 @@ msgid "" "domain." msgstr "CSRF كوكيز غير موجودة, وهذا من الممكن ان يكون نتيجة لمانع الكوكيز او شئ من هذا القبيل.<br/>تأكد من أنك قمت Ø¨Ø§Ù„Ø³Ù…Ø§Ø Ù„Ø®ØµØ§Ø¦Øµ الكوكيز لهذا الميدان." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "عذرا, انا لا ادعم هذا النوع من Ø§Ù„Ù…Ù„ÙØ§Øª :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "الوصÙ" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "أنا متأكد من رغبتي Ø¨ØØ°Ù هذا العمل" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "يا سلام! Ù†ÙØ´Ø±ÙŽØª!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "لم يتم إلغاء الميديا لأنك لم تقم بإختيار انك متأكد من ذلك." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "تعديل" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "إلغاء" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "أتود ØÙ‚ًا ØØ°Ù %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "ألغÙ" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Ø§ØØ°Ù نهائيًا" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "اضÙ" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -333,6 +547,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -351,29 +616,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Ø£ØØ¯Ø« الوسائط" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -497,6 +993,14 @@ msgstr "عرض ÙÙŠ <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "سماØ" @@ -513,10 +1017,6 @@ msgstr "الاسم" msgid "The name of the OAuth client" msgstr "اسم العميل Ø§Ù„Ù…Ù†Ø´ÙØ¦" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "الوصÙ" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -563,14 +1063,6 @@ msgstr "ارتباطات العميل المنشئ" msgid "Your OAuth clients" msgstr "عميلك المنشئ" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "اضÙ" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -630,13 +1122,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "إلغاء" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -644,7 +1129,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -750,10 +1235,6 @@ msgstr "" msgid "You must provide a file." msgstr "يجب أن تضع ملÙًا." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "يا سلام! Ù†ÙØ´Ø±ÙŽØª!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -777,30 +1258,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "تأكد من بريدك الإلكترونى!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "تسجيل خروج" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "<a href=\"%(user_url)s\">%(user_name)s</a>'s ØØ³Ø§Ø¨" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "تغيير خصائص Ø§Ù„ØØ³Ø§Ø¨" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -808,32 +1285,32 @@ msgstr "تغيير خصائص Ø§Ù„ØØ³Ø§Ø¨" msgid "Media processing panel" msgstr "Ù„ÙˆØØ© معالجة الوسائط" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "تسجيل خروج" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "أض٠وسائط" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "إنشاء مجموعة جديدة" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Ø£ØØ¯Ø« الوسائط" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "" @@ -930,37 +1407,37 @@ msgstr "" msgid "Explore" msgstr "استكشÙ" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "اهلا, Ù…Ø±ØØ¨Ø§ بك ÙÙŠ موقع MediaGoblin." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "هذا الموقع يقوم بتشغيل <a href=\"http://mediagoblin.org\">MediaGoblin</a>, وهو برنامج Ø§Ø³ØªØ¶Ø§ÙØ© ميديا ÙØ§Ø¦Ù‚ الروعة." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "لكي تضي٠الميديا خاصتك, تضع التعليقات, والمزيد, يجب عليك الدخول Ø¨ØØ³Ø§Ø¨ MediaGoblin الخاص بك." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "ليس لديك ÙˆØ§ØØ¯ ØØªÙ‰ الآن؟ انه سهل!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -975,27 +1452,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "تعديل المرÙقات Ù„ %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "مرÙقات" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "أض٠مرÙقة" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "ألغÙ" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1019,12 +1485,6 @@ msgstr "هل تريد ÙØ¹Ù„ا إلغاء المستخدم '%(user_name)s' وك٠msgid "Yes, really delete my account" msgstr "نعم, قم بإلغاء ØØ³Ø§Ø¨ÙŠ" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Ø§ØØ°Ù نهائيًا" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1056,6 +1516,27 @@ msgstr "ØªØØ±ÙŠØ± %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "ØªØØ±ÙŠØ± مل٠%(username)s الشخصي" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1076,10 +1557,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1137,12 +1620,14 @@ msgid "Created" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "صورة Ù„%(media_title)s" @@ -1151,35 +1636,35 @@ msgstr "صورة Ù„%(media_title)s" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "منظور" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "مقدمة" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "أعلى" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "جانب" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "تØÙ…يل نموذج" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "بنية الملÙ" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "طول الكائن" @@ -1211,6 +1696,32 @@ msgstr "يمكنك متابعة عملية معالجة وسائط معرضك Ù… msgid "Media in-processing" msgstr "توجد وسائط ØªØØª المعالجة" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1221,6 +1732,14 @@ msgstr "لا توجد وسائط ØªØØª المعالجة" msgid "These uploads failed to process:" msgstr "ÙØ´Ù„ت معالجة هذه Ø§Ù„Ù…Ù„ÙØ§Øª:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1230,6 +1749,10 @@ msgstr "لا توجد مداخل ÙØ§Ø´Ù„Ø©!" msgid "Last 10 successful uploads" msgstr "آخر 10 تØÙˆÙŠÙ„ات Ù†Ø§Ø¬ØØ©" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1239,20 +1762,20 @@ msgstr "لا يوجد مداخل Ù…ÙØ¹Ø§Ù„جة بعد! " msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1260,7 +1783,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1270,24 +1793,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1308,7 +1836,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1317,16 +1845,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1334,7 +1862,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1342,23 +1870,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1366,10 +1894,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "يجب التØÙ‚Ù‚ من البريد الإلكتروني" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "مل٠%(username)s الشخصي" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "لم يعبئ هذا العضو بيانات ملÙÙ‡ بعد." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "ØØ±Ù‘ÙØ± المل٠الشخصي" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "ØªØØ¯ÙŠØ¯ مجموعة" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1386,10 +2046,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1411,6 +2067,26 @@ msgstr "Ø¥Ø¶Ø§ÙØ© مجموعة" msgid "Add your media" msgstr "اض٠الميديا الخاصة بك" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "أض٠تعليق" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "اض٠هذا التعليق" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1421,23 +2097,27 @@ msgstr "%(collection_title)s (%(username)s's مجموعة)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s بواسطة <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "تعديل" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "أتود ØÙ‚ًا ØØ°Ù %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "هل تريد ÙØ¹Ù„ا إلغاء %(media_title)s من %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "إلغاء" @@ -1480,22 +2160,10 @@ msgstr "وسائط <a href=\"%(user_url)s\">%(username)s</a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "■اختيار الميديا بواسطة <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "أض٠تعليق" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "اض٠هذا التعليق" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1544,52 +2212,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "مل٠%(username)s الشخصي" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "هذه زاوية لتخبر الآخرين Ùيها عن Ù†ÙØ³Ùƒ." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "ØØ±Ù‘ÙØ± المل٠الشخصي" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "لم يعبئ هذا العضو بيانات ملÙÙ‡ بعد." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "ØªØØ¯ÙŠØ¯ مجموعة" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Ø£Ø¸Ù‡ÙØ± كل وسائط %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "هنا ستظهر وسائطك، ولكن يبدو أنك لم تض٠شيئًا بعد." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "لا يبدو أنه توجد أي وسائط هنا ØØªÙ‰ الآن..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "يجب التØÙ‚Ù‚ من البريد الإلكتروني" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "أوشكنا على الانتهاء! ما زال ØØ³Ø§Ø¨Ùƒ Ø¨ØØ§Ø¬Ø© إلى Ø§Ù„ØªÙØ¹ÙŠÙ„." @@ -1632,6 +2275,14 @@ msgstr "تم تجميعه ÙÙŠ" msgid "Add to a collection" msgstr "Ø¥Ø¶Ø§ÙØ© مجموعة" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1676,7 +2327,7 @@ msgstr "" msgid "Tagged with" msgstr "ØªØØ¯Ø¯ ب" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "لم نستطيع قراءة هذه الصورة." @@ -1748,10 +2399,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "أنا متأكد من رغبتي Ø¨ØØ°Ù هذا العمل" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "أنا متأكد من أنني أريد إلغاء هذه المادة من المجموعة" @@ -1779,73 +2426,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "عذرا, لقد قمت بادخال تعليق ÙØ§Ø±Øº." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "لقد تم إرسال تعليقك!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "من ÙØ¶Ù„Ùƒ قم Ø¨ÙØØµ المداخل وقم Ø¨Ø§Ù„Ù…ØØ§ÙˆÙ„Ø© مرة أخرى." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "يجب عليك إختيار أو Ø¥Ø¶Ø§ÙØ© مجموعة" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" توجد Ø¨Ø§Ù„ÙØ¹Ù„ ÙÙŠ المجموعة \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" Ø£ÙØ¶ÙŠÙت للمجموعة \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "لقد قمت بإلغاء الميديا." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "لم يتم إلغاء الميديا لأنك لم تقم بإختيار انك متأكد من ذلك." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "أنت على وشك ØØ°Ù وسائط مستخدم آخر. كن ØØ°Ø±Ù‹Ø§ أثناء العملية." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "لقد قمت بإلغاء المادة من المجموعة." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "لم يتم إلغاء المادة لأنك لم تقم بإختيار انك متأكد من ذلك." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "أنت على وشك ØØ°Ù مادة من مجموعة مستخدم آخر. كن ØØ°Ø±Ø§." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "لقد قمت بإلغاء المجموعة \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "لم يتم إلغاء المجموعة لأنك لم تقم بإختيار انك متأكد من ذلك." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "أنت على وشك ØØ°Ù مجموعة مستخدم آخر. كن ØØ°Ø±Ø§." diff --git a/mediagoblin/i18n/bg/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/bg/LC_MESSAGES/mediagoblin.mo Binary files differindex 484b62ba..5b3b70bf 100644 --- a/mediagoblin/i18n/bg/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/bg/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/bg/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/bg/LC_MESSAGES/mediagoblin.po index 4d3be4a3..3ed37a81 100644 --- a/mediagoblin/i18n/bg/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/bg/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -8,26 +8,26 @@ msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/mediagoblin/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -48,12 +48,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -79,174 +79,189 @@ msgstr "" msgid "Resent your verification email." msgstr "" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Заглавие" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Може да ползвате\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> за форматиране." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Етикети" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Лиценз" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "БиографиÑ" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "ÐдреÑÑŠÑ‚ Ñъдържа грешки" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "Заглавието е задължително" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "ОпиÑание на колекциÑта" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Стара парола" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Ðова парола" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "Ðов Ð°Ð´Ñ€ÐµÑ Ð½Ð° е-поща" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Парола" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Промените в профила Ñа запазени" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "ÐаÑтройките на профила Ñа запазени" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "ÐдреÑÑŠÑ‚ на е-пощата ви е проверен." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Грешна парола" @@ -277,6 +292,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -284,11 +362,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "ОпиÑание" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Редактиране" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Изтриване" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "ÐаиÑтина ли да Ñе изтрие %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Отказ" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "ДобавÑне" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -329,6 +543,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -347,29 +612,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -493,6 +989,14 @@ msgstr "Разглеждане Ñ <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "Позволение" @@ -509,10 +1013,6 @@ msgstr "Име" msgid "The name of the OAuth client" msgstr "Име на OAuth клиента" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "ОпиÑание" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -559,14 +1059,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "ДобавÑне" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -626,13 +1118,6 @@ msgstr "ДобавÑне на OpenID" msgid "Delete an OpenID" msgstr "Изтриване на OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Изтриване" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -640,7 +1125,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -746,10 +1231,6 @@ msgstr "" msgid "You must provide a file." msgstr "ТрÑбва да предоÑтавите файл" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -773,30 +1254,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Проверете е-пощата Ñи!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "изход" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "ПромÑна наÑтройките на профила" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -804,30 +1281,30 @@ msgstr "ПромÑна наÑтройките на профила" msgid "Media processing panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Изход" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Създаване на нова колекциÑ" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" msgstr "" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 @@ -926,37 +1403,37 @@ msgstr "" msgid "Explore" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Здравейте и добре дошли в този Ñайт на MediaGoblin!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -971,27 +1448,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Отказ" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1015,12 +1481,6 @@ msgstr "ÐаиÑтина ли да Ñе изтрие потребителÑÑ‚ '% msgid "Yes, really delete my account" msgstr "Да, наиÑтина да Ñе изтрие профилът ми" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1052,6 +1512,27 @@ msgstr "Редактиране на %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Редактиране профила на %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1072,10 +1553,12 @@ msgstr "Ðови коментари" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1133,12 +1616,14 @@ msgid "Created" msgstr "Създадено" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1147,35 +1632,35 @@ msgstr "" msgid "PDF file" msgstr "Файл PDF" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Файлов формат" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1207,6 +1692,32 @@ msgstr "" msgid "Media in-processing" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1217,6 +1728,14 @@ msgstr "" msgid "These uploads failed to process:" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1226,6 +1745,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "ПоÑледни 10 уÑпешни качваниÑ" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1235,20 +1758,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1256,7 +1779,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1266,24 +1789,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1304,7 +1832,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1313,16 +1841,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1330,7 +1858,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1338,23 +1866,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1362,10 +1890,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Ðужна е проверка на е-пощата" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Профил на %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Редактиране на профила" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Преглед на колекциите" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1382,10 +2042,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1407,6 +2063,26 @@ msgstr "ДобавÑне на колекциÑ" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "ДобавÑне на коментар" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "ДобавÑне на коментара" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Добавено" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1417,23 +2093,27 @@ msgstr "%(collection_title)s (ÐºÐ¾Ð»ÐµÐºÑ†Ð¸Ñ Ð½Ð° %(username)s)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s от <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Редактиране" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "ÐаиÑтина ли да Ñе изтрие %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "ÐаиÑтина ли да Ñе премахне %(media_title)s от %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Премахване" @@ -1476,22 +2156,10 @@ msgstr "" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "ДобавÑне на коментар" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "ДобавÑне на коментара" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "Преглед на коментара" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Добавено" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1540,52 +2208,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Профил на %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Редактиране на профила" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "Преглед на колекциите" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Ðужна е проверка на е-пощата" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "" @@ -1628,6 +2271,14 @@ msgstr "" msgid "Add to a collection" msgstr "ДобавÑне към колекциÑ" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1672,7 +2323,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1744,10 +2395,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "Може да ползвате <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> за форматиране." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "ÐаиÑтина иÑкам да премахна този Ð·Ð°Ð¿Ð¸Ñ Ð¾Ñ‚ колекциÑта" @@ -1775,73 +2422,69 @@ msgstr "Може да ползвате\n <a href=\"http://d msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Коментарът ви е публикуван." -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "ТрÑбва да изберете или добавите колекциÑ" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" вече е в колекциÑта \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" е добавено към колекциÑта \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Изтрихте Ð·Ð°Ð¿Ð¸Ñ Ð¾Ñ‚ колекциÑта." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "Изтрихте колекциÑта \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/ca/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/ca/LC_MESSAGES/mediagoblin.mo Binary files differindex d925b836..8a098e83 100644 --- a/mediagoblin/i18n/ca/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/ca/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/ca/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/ca/LC_MESSAGES/mediagoblin.po index 000d84db..30a06d97 100644 --- a/mediagoblin/i18n/ca/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/ca/LC_MESSAGES/mediagoblin.po @@ -1,63 +1,66 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: +# adriagm <adria@fsfe.org>, 2014 # Al fred <devaleitzer@aim.com>, 2011 # Al fred <devaleitzer@aim.com>, 2011 -# skarbat <skarbat@gmail.com>, 2012 +# emwa goldwoman, 2014 +# Enric Morales <transifex@enric.me>, 2014 +# Albert Casals <skarbat@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/mediagoblin/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Ho sentim, el registre està desactivat en aquest cas." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." -msgstr "" +msgstr "Ho sentim, no és possible avisar en aquest cas." -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." -msgstr "" +msgstr "No es permet l'autenticació en aquesta instà ncia." #: mediagoblin/auth/tools.py:43 msgid "Invalid User name or email address." -msgstr "" +msgstr "Nom d'usuari o adreça de correu incorrecte" #: mediagoblin/auth/tools.py:44 msgid "This field does not take email addresses." -msgstr "" +msgstr "Aquest camp no permet introduir adreces de correu" #: mediagoblin/auth/tools.py:45 msgid "This field requires an email address." -msgstr "" +msgstr "Aquest camp necessita una adreça de correu" #: mediagoblin/auth/tools.py:116 msgid "Sorry, a user with that name already exists." msgstr "Lamentablement aquest usuari ja existeix." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Perdó, ja existeix un usuari amb aquesta adreça de correu." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." -msgstr "" +msgstr "La clau de verificació o l'identificador d'usuari és incorrecte." #: mediagoblin/auth/views.py:161 msgid "" @@ -81,174 +84,189 @@ msgstr "Ja has verificat la teva adreça de correu!" msgid "Resent your verification email." msgstr "Torna'm a enviar el correu de verificació" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "TÃtol" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Descripció d'aquest treball." -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Pots utilitzar⎠<a href=\"http://daringfireball.net/projects/markdown/basics\">⎠Markdown</a> per donar-li format" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Etiquetes" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Separa els tags amb comes." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" -msgstr "Llimac" +msgstr "Fitxa" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" -msgstr "El llimac no pot ésser buit" +msgstr "La fitxa no pot ser buida" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "El tÃtol de l'adreça d'aquest mitjà . Normalment no necessites modificar això." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Llicència" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Biografia" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Lloc web" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Aquesta adreça conté errors" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "Envia'm correu quan d'altres comentin al meu mitjà " -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." -msgstr "" +msgstr "Habiliteu les notificacions internes d'esdeveniments." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" -msgstr "" +msgstr "Llicència per defecte" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." -msgstr "" +msgstr "Aquesta serà la vostra llicència per defecte en els formularis de carregada d'arxius." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "El tÃtol no pot ser buit" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Descripció d'aquesta col.lecció" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "La part del tÃtol de l'adreça d'aquesta col.lecció. Normalment no cal que canviis això." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Contrasenya antiga" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Introdueix la teva contrasenya antiga per comprovar que aquest compte és teu." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Nova contrasenya" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" -msgstr "" +msgstr "Nova adreça de correu" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Contrasenya" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." +msgstr "Introduïu la vostra contrasenya d'aquest compte" + +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." -msgstr "Ja existeix una entrada amb aquest llimac per aquest usuari" +msgstr "Ja existeix una entrada amb aquesta fitxa per aquest usuari" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Esteu editant fitxers d'un altre usuari. Aneu amb compte." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" -msgstr "" +msgstr "S'ha adjuntat %s correctament." -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." -msgstr "" +msgstr "Només podeu editar el vostre perfil." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Esteu editant el perfil d'un usuari. Aneu amb compte" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Els canvis al perfil s'han guardat" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Els detalls del compte s'han guardat" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." -msgstr "" +msgstr "Heu de confirmar l'eliminació del vostre compte." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "Ja tens una col.lecció anomenada \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." -msgstr "" +msgstr "Ja existeix una col·lecció d'aquest usuari sota aquesta fitxa" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Estas editant la col.lecció d'un altre usuari. Prossegueix amb cautela." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." -msgstr "" +msgstr "S'ha verificat la vostra adreça de correu" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Contrasenya errònia" @@ -258,7 +276,7 @@ msgstr "No es pot enllaçar el tema... no hi ha tema establert\n" #: mediagoblin/gmg_commands/assetlink.py:73 msgid "No asset directory for this theme\n" -msgstr "" +msgstr "No hi ha un directori de recursos per a aquest tema\n" #: mediagoblin/gmg_commands/assetlink.py:76 msgid "However, old link directory symlink found; removed.\n" @@ -267,16 +285,79 @@ msgstr "Tot i aixÃ, l'enllaç antic al directori s'ha trobat; eliminat.\n" #: mediagoblin/gmg_commands/assetlink.py:112 #, python-format msgid "Could not link \"%s\": %s exists and is not a symlink\n" -msgstr "" +msgstr "No s'ha pogut enllaçar \"%s\" perquè hi ha un fitxer, que no és un enllaç, amb el mateix nom.\n" #: mediagoblin/gmg_commands/assetlink.py:119 #, python-format msgid "Skipping \"%s\"; already set up.\n" -msgstr "" +msgstr "S'ha omès \"%s\" perquè ja està llest.\n" #: mediagoblin/gmg_commands/assetlink.py:124 #, python-format msgid "Old link found for \"%s\"; removing.\n" +msgstr "S'ha trobat un enllaç antic per a \"%s\" i s'ha eliminat.\n" + +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" msgstr "" #: mediagoblin/meddleware/csrf.py:134 @@ -284,16 +365,152 @@ msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " "or somesuch.<br/>Make sure to permit the settings of cookies for this " "domain." -msgstr "" +msgstr "No s'ha trobat la galeta CSRF. Potser ha estat blocada.<br/>Assegureu-vos de permetre les galetes d'aquest domini." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Ho sento, no puc manegar aquest tipus d'arxiu :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Descripció" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Estic segur que vull esborrar això" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Visca! S'ha enviat!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "El mitjà no s'ha esborrat perque no has marcat que n'estiguessis segur." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Editar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Esborrar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Realment vols esborrar %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Cancel·la" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Esborrar permanentment" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Afegir" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" -msgstr "" +msgstr "No s'ha pogut executar unoconv. Comproveu el registre d'errors." #: mediagoblin/media_types/video/processing.py:44 msgid "Video transcoding failed" @@ -301,39 +518,90 @@ msgstr "La transformació del vÃdeo ha fallat" #: mediagoblin/moderation/forms.py:21 msgid "Take away privilege" -msgstr "" +msgstr "Treure privilegi" #: mediagoblin/moderation/forms.py:22 msgid "Ban the user" -msgstr "" +msgstr "Feu fora l'usuari" #: mediagoblin/moderation/forms.py:23 msgid "Send the user a message" -msgstr "" +msgstr "Envieu un missatge a l'usuari" #: mediagoblin/moderation/forms.py:24 msgid "Delete the content" -msgstr "" +msgstr "Esborreu el comentari" #: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 msgid "User will be banned until:" -msgstr "" +msgstr "Fareu fora l'usuari fins:" #: mediagoblin/moderation/forms.py:57 msgid "Why are you banning this User?" -msgstr "" +msgstr "Per què heu fet fora aquest usuari?" #: mediagoblin/moderation/forms.py:109 msgid "What action will you take to resolve the report?" -msgstr "" +msgstr "Quina acció heu près per solucionar aquest incident?" #: mediagoblin/moderation/forms.py:115 msgid "What privileges will you take away?" +msgstr "Quins privilegis vols treure?" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "indefinidament" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." msgstr "" #: mediagoblin/moderation/tools.py:91 msgid "Warning from" -msgstr "" +msgstr "Alerta de " #: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60 msgid "commented on your post" @@ -342,34 +610,265 @@ msgstr "comentat al teu post" #: mediagoblin/notifications/views.py:35 #, python-format msgid "Subscribed to comments on %s!" -msgstr "" +msgstr "Us heu subscrit als comentaris de %s." #: mediagoblin/notifications/views.py:48 #, python-format msgid "You will not receive notifications for comments on %s." -msgstr "" +msgstr "Ja no rebreu més notificacions de comentaris de %s." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." -msgstr "" +msgstr "Heu de donar una oauth_token." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." -msgstr "" +msgstr "No s'ha trobat un testimoni de petició." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." -msgstr "" +msgstr "Ho sentim, la mida del fitxer és massa gran." -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." -msgstr "" +msgstr "Ho sentim, pujant aquest fitxer assolireu el vostre lÃmit de pujada." -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." +msgstr "Ho sentim, hey assolit el lÃmit de pujada." + +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Mitjans més recents" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" msgstr "" #: mediagoblin/plugins/basic_auth/forms.py:24 @@ -388,11 +887,11 @@ msgstr "Adreça electrònica" #: mediagoblin/plugins/basic_auth/forms.py:39 msgid "Username or Email" -msgstr "" +msgstr "Nom d'usuari o adreça de correu" #: mediagoblin/plugins/basic_auth/forms.py:46 msgid "Stay logged in" -msgstr "" +msgstr "Recorda'm" #: mediagoblin/plugins/basic_auth/forms.py:51 msgid "Username or email" @@ -402,11 +901,11 @@ msgstr "Nom d'usuari o correu" msgid "" "If that email address (case sensitive!) is registered an email has been sent" " with instructions on how to change your password." -msgstr "" +msgstr "Si aquesta adreça de correu és correcta, s'ha enviat un missatge amb instruccions per canviar la vostra contrasenya" #: mediagoblin/plugins/basic_auth/views.py:65 msgid "Couldn't find someone with that username." -msgstr "" +msgstr "No s'ha trobat cap usuari amb aquest nom." #: mediagoblin/plugins/basic_auth/views.py:68 msgid "" @@ -421,7 +920,7 @@ msgstr "No hem pogut enviar el correu de recuperació de contrasenya perquè el #: mediagoblin/plugins/basic_auth/views.py:123 msgid "The user id is incorrect." -msgstr "" +msgstr "L'identificador d'usuari és incorrecte." #: mediagoblin/plugins/basic_auth/views.py:139 msgid "You can now log in using your new password." @@ -431,11 +930,11 @@ msgstr "Ara et pots conectar amb la teva nova contrasenya." msgid "" "You are no longer an active user. Please contact the system admin to " "reactivate your account." -msgstr "" +msgstr "Ja no sou un usuari actiu. SI us plau contacteu amb l'administrador del sistema si voleu reactivar el vostre compte." #: mediagoblin/plugins/basic_auth/views.py:215 msgid "Your password was changed successfully" -msgstr "" +msgstr "S'ha canviat l'adreça de correu correctament" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 @@ -450,12 +949,12 @@ msgstr "Establir contrasenya" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 #, python-format msgid "Changing %(username)s's password" -msgstr "" +msgstr "Modificant la contrasenya de %(username)s." #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45 #: mediagoblin/templates/mediagoblin/edit/change_email.html:40 msgid "Save" -msgstr "" +msgstr "Desa" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22 msgid "Don't have an account yet?" @@ -467,7 +966,7 @@ msgstr "Creeu-ne un aquÃ!" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 msgid "Change your password." -msgstr "" +msgstr "Canvieu la vostra contrasenya" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 @@ -493,6 +992,14 @@ msgstr "Veure a <a href=\"%(osm_url)s\">OpenStreetMap</a>" #: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 msgid "Sign in to create an account!" +msgstr "Identifiqueu-vos per crear un compte!" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" msgstr "" #: mediagoblin/plugins/oauth/forms.py:29 @@ -511,10 +1018,6 @@ msgstr "Nom" msgid "The name of the OAuth client" msgstr "El nom del client OAuth" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Descripció" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -555,167 +1058,152 @@ msgstr "El client {0} ha sigut enregistrat!" #: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22 msgid "OAuth client connections" -msgstr "" +msgstr "Connexions de clients OAuth" #: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22 msgid "Your OAuth clients" -msgstr "" - -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Afegir" +msgstr "Els vostres clients OAuth" #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 msgid "Sorry, an account is already registered to that OpenID." -msgstr "" +msgstr "Ja hi ha un compte registrat amb aquesta OpenID." #: mediagoblin/plugins/openid/forms.py:38 msgid "OpenID" -msgstr "" +msgstr "OpenID" #: mediagoblin/plugins/openid/views.py:48 msgid "Sorry, the OpenID server could not be found" -msgstr "" +msgstr "No s'ha pogut trobar aquest servidor d'OpenID" #: mediagoblin/plugins/openid/views.py:61 #, python-format msgid "No OpenID service was found for %s" -msgstr "" +msgstr "No s'ha trobat un servei d'OpenID per a %s" #: mediagoblin/plugins/openid/views.py:106 #, python-format msgid "Verification of %s failed: %s" -msgstr "" +msgstr "Ha fallat la verificació de %s: %s" #: mediagoblin/plugins/openid/views.py:117 msgid "Verification cancelled" -msgstr "" +msgstr "S'ha cancel·lat la verificació" #: mediagoblin/plugins/openid/views.py:314 msgid "Your OpenID url was saved successfully." -msgstr "" +msgstr "S'ha desat el vostre localitzador d'OpenID." #: mediagoblin/plugins/openid/views.py:338 #: mediagoblin/plugins/openid/views.py:393 msgid "You can't delete your only OpenID URL unless you have a password set" -msgstr "" +msgstr "No podeu eliminar el vostre únic localitzador d'OpenID sense haver definit una contrasenya" #: mediagoblin/plugins/openid/views.py:343 #: mediagoblin/plugins/openid/views.py:402 msgid "That OpenID is not registered to this account." -msgstr "" +msgstr "Aquest OpenID no està registrat amb aquest compte" #: mediagoblin/plugins/openid/views.py:385 msgid "OpenID was successfully removed." -msgstr "" +msgstr "S'ha eliminat l'OpenID" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:34 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:23 msgid "Add an OpenID" -msgstr "" +msgstr "Afegeix un OpenID" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:34 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:23 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:31 msgid "Delete an OpenID" -msgstr "" - -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Esborrar" +msgstr "Elimina un OpenID" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" -msgstr "" +msgstr "OpenIDs" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 msgid "Log in" -msgstr "Entra" +msgstr "Entreu" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:39 #: mediagoblin/templates/mediagoblin/auth/login.html:39 msgid "Logging in failed!" -msgstr "Inici de sessió ha fallat!" +msgstr "Hi ha hagut un error en l'inici de sessió" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 msgid "Log in to create an account!" -msgstr "" +msgstr "Inicieu una sessió per crear un compte" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 msgid "Or login with a password!" -msgstr "" +msgstr "O entreu amb una contrasenya." #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 msgid "Or login with OpenID!" -msgstr "" +msgstr "O entreu amb un OpenID." #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23 msgid "Or register with OpenID!" -msgstr "" +msgstr "O registreu-vos amb un OpenID." #: mediagoblin/plugins/persona/__init__.py:90 msgid "Sorry, an account is already registered to that Persona email." -msgstr "" +msgstr "Ho sentim, ja hi ha un compte registrat per aquest correu de Persona." #: mediagoblin/plugins/persona/views.py:138 msgid "The Persona email address was successfully removed." -msgstr "" +msgstr "L'adreça de correu de Persona s'ha eliminat satisfactòriament." #: mediagoblin/plugins/persona/views.py:144 msgid "" "You can't delete your only Persona email address unless you have a password " "set." -msgstr "" +msgstr "No podeu eliminar només l'adreça de Persona si no li heu definit una contrasenya." #: mediagoblin/plugins/persona/views.py:149 msgid "That Persona email address is not registered to this account." -msgstr "" +msgstr "Aquesta adreça de correu de Persona no està registrada a aquest compte." #: mediagoblin/plugins/persona/views.py:176 msgid "" "Sorry, an account is already registered with that Persona email address." -msgstr "" +msgstr "Disculpeu, ja s'ha registrat un compte de Persona amb aquesta adreça de correu." #: mediagoblin/plugins/persona/views.py:192 msgid "Your Persona email address was saved successfully." -msgstr "" +msgstr "La vostra adreça de Persona s'ha desat satisfactòriament." #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31 msgid "Delete a Persona email address" -msgstr "" +msgstr "Esborreu una adreça de correu de Persona." #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34 msgid "Add a Persona email address" -msgstr "" +msgstr "Afegiu una adreça de correu de Persona." #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 msgid "Persona's" -msgstr "" +msgstr "de Persona" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 msgid "Or login with Persona!" -msgstr "" +msgstr "O inicieu la sessió amb Persona!" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22 msgid "Or register with Persona!" -msgstr "" +msgstr "O registreu-vos amb Persona!" #: mediagoblin/processing/__init__.py:420 msgid "Invalid file given for media type." @@ -723,15 +1211,15 @@ msgstr "Aquest tipus de fitxer no és và lid." #: mediagoblin/processing/__init__.py:427 msgid "Copying to public storage failed." -msgstr "" +msgstr "Ha fallat la còpia al magatzem públic." #: mediagoblin/processing/__init__.py:435 msgid "An acceptable processing file was not found" -msgstr "" +msgstr "No s'ha trobat cap fitxer adient per processar." #: mediagoblin/submit/forms.py:30 msgid "Max file size: {0} mb" -msgstr "" +msgstr "Mida mà xima del fitxer: {0} Mb" #: mediagoblin/submit/forms.py:34 msgid "File" @@ -742,16 +1230,12 @@ msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." -msgstr "" +msgstr "Podeu usar\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> per a formatar el text." #: mediagoblin/submit/views.py:55 msgid "You must provide a file." msgstr "Heu d'escollir un fitxer." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Visca! S'ha enviat!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -759,46 +1243,42 @@ msgstr "S'ha afegit la col.leccio \"%s\"!" #: mediagoblin/templates/mediagoblin/banned.html:20 msgid "You are Banned." -msgstr "" +msgstr "Heu estat expulsat." #: mediagoblin/templates/mediagoblin/banned.html:24 #: mediagoblin/templates/mediagoblin/error.html:24 msgid "Image of goblin stressing out" -msgstr "" +msgstr "Imatge d'un goblin fent exercici" #: mediagoblin/templates/mediagoblin/banned.html:26 msgid "You have been banned" -msgstr "" +msgstr "Heu estat expulsat" #: mediagoblin/templates/mediagoblin/banned.html:28 #, python-format msgid "until %(until_when)s" -msgstr "" +msgstr "fins %(until_when)s" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Verifica el teu correu electrònic" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" -msgstr "" +msgstr "surt" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" -msgstr "" +msgstr "Compte de <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Modificar els ajustaments del compte" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -806,84 +1286,84 @@ msgstr "Modificar els ajustaments del compte" msgid "Media processing panel" msgstr "Quadre de processament de fitxers" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" -msgstr "" +msgstr "Surt" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Tots els fitxers" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" +msgstr "Crea una nova col·lecció" + +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" -msgstr "" +msgstr "Tauler d'administració de l'usuari" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" -msgstr "" - -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Mitjans més recents" +msgstr "Tauler d'informes reportats de l'usuari" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" -msgstr "" +msgstr "Autorització" #: mediagoblin/templates/mediagoblin/api/authorize.html:26 #: mediagoblin/templates/mediagoblin/api/authorize.html:53 msgid "Authorize" -msgstr "" +msgstr "Autoritzeu" #: mediagoblin/templates/mediagoblin/api/authorize.html:29 msgid "You are logged in as" -msgstr "" +msgstr "Heu iniciat sessió com a" #: mediagoblin/templates/mediagoblin/api/authorize.html:33 msgid "Do you want to authorize " -msgstr "" +msgstr "Voleu autoritzar" #: mediagoblin/templates/mediagoblin/api/authorize.html:37 msgid "an unknown application" -msgstr "" +msgstr "una aplicació desconeguda" #: mediagoblin/templates/mediagoblin/api/authorize.html:39 msgid " to access your account? " -msgstr "" +msgstr "per accedir al vostre compte?" #: mediagoblin/templates/mediagoblin/api/authorize.html:41 msgid "Applications with access to your account can: " -msgstr "" +msgstr "Les aplicacions amb accés al vostre compte poden:" #: mediagoblin/templates/mediagoblin/api/authorize.html:43 msgid "Post new media as you" -msgstr "" +msgstr "Publicar nout mitjà com a tu" #: mediagoblin/templates/mediagoblin/api/authorize.html:44 msgid "See your information (e.g profile, media, etc...)" -msgstr "" +msgstr "Veure la vostra informació (p. ex. perfil, mitjan" #: mediagoblin/templates/mediagoblin/api/authorize.html:45 msgid "Change your information" -msgstr "" +msgstr "Canvieu la vostra informació" #: mediagoblin/templates/mediagoblin/api/oob.html:21 msgid "Authorization Finished" -msgstr "" +msgstr "Autorització finalitzada" #: mediagoblin/templates/mediagoblin/api/oob.html:26 msgid "Authorization Complete" -msgstr "" +msgstr "Autorització completa" #: mediagoblin/templates/mediagoblin/api/oob.html:28 msgid "Copy and paste this into your client:" -msgstr "" +msgstr "Copieu i enganxeu això al vostre client:" #: mediagoblin/templates/mediagoblin/auth/register.html:28 #: mediagoblin/templates/mediagoblin/auth/register.html:36 @@ -903,14 +1383,14 @@ msgid "" "your web browser:\n" "\n" "%(verification_url)s" -msgstr "Hi %(username)s,\n\nto activate your GNU MediaGoblin account, open the following URL in\nyour web browser:\n\n%(verification_url)s" +msgstr "Hola %(username)s,\n\nper activar el vostre compte de GNU MediaGoblin account, obriu aquest enllaç\namb el vostre navegador:\n\n%(verification_url)s" #: mediagoblin/templates/mediagoblin/bits/base_footer.html:21 #, python-format msgid "" "Powered by <a href=\"http://mediagoblin.org/\" title='Version " "%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> project." -msgstr "" +msgstr "Funciona amb <a href=\"http://mediagoblin.org/\" title='versió de %(version)s>MediaGoblin</a>, un projecte de <a href=\"http://gnu.org/\">GNU</a>." #: mediagoblin/templates/mediagoblin/bits/base_footer.html:24 #, python-format @@ -922,49 +1402,49 @@ msgstr "Alliberat segons la <a href=\"http://www.fsf.org/licensing/licenses/agpl #: mediagoblin/templates/mediagoblin/bits/base_footer.html:30 msgid "Terms of Service" -msgstr "" +msgstr "Condicions del servei" #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20 msgid "Explore" msgstr "Explorar" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Hola, una benvinguda al MediaGoblin!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "El lloc esta usant <a href=\"http://mediagoblin.org\">MediaGoblin</a>, una gran i extraordinà ria peça de software per allotjar mitjans." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Per afegir el teu propi mitjà , col.locar comentaris, i més, pots conectar-te amb el teu compte MediaGoblin." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "No en tens una encara? Es fà cil!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 msgid "MediaGoblin logo" -msgstr "Logo de mediagoblin" +msgstr "Logo de MediaGoblin" #: mediagoblin/templates/mediagoblin/edit/attachments.html:23 #: mediagoblin/templates/mediagoblin/edit/attachments.html:35 @@ -973,26 +1453,15 @@ msgid "Editing attachments for %(media_title)s" msgstr "Editant afegits per a %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" -msgstr "" +msgstr "Fitxers adjunts" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Cancel·la" +msgstr "Afegeix un fitxer adjunt" #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 @@ -1006,28 +1475,22 @@ msgstr "Desa els canvis" #: mediagoblin/templates/mediagoblin/edit/change_email.html:33 #, python-format msgid "Changing %(username)s's email" -msgstr "" +msgstr "Canviant l'adreça de %(username)s" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 #, python-format msgid "Really delete user '%(user_name)s' and all related media/comments?" -msgstr "" +msgstr "Confirmeu l'eliminació de l'usuari %(user_name)s i els seus continguts." #: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 msgid "Yes, really delete my account" -msgstr "" - -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Esborrar permanentment" +msgstr "Elimina el compte" #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format msgid "Editing %(media_title)s" -msgstr "Edició %(media_title)s " +msgstr "Edició de %(media_title)s " #: mediagoblin/templates/mediagoblin/edit/edit_account.html:28 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:40 @@ -1037,11 +1500,11 @@ msgstr "Modificant els detalls del compte de %(username)s" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:54 msgid "Delete my account" -msgstr "" +msgstr "Elimina el meu compte" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 msgid "Email" -msgstr "" +msgstr "Adreça de correu" #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29 #, python-format @@ -1052,7 +1515,28 @@ msgstr "Editant %(collection_title)s" #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34 #, python-format msgid "Editing %(username)s's profile" -msgstr "Editant perfil de %(username)s" +msgstr "S'està editant el perfil de %(username)s" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format @@ -1066,26 +1550,28 @@ msgid "" "\n" "If you are not %(username)s or didn't request an email change, you can ignore\n" "this email." -msgstr "" +msgstr "Hola,\n\nhem volgut verificar que ets %(username)s. Si és el cas, feu clic a l'enllaç següent per tal de verificar la vostra nova adreça de correu.\n\n%(verification_url)s\n\nSi no sou %(username)s o no autoritzeu aquest canvi d'adreça, podeu ignorar aquest correu." #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 msgid "New comments" -msgstr "" +msgstr "Nous comentaris" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" -msgstr "" +msgstr "Fa %(formatted_time)s" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41 msgid "Mark all read" -msgstr "" +msgstr "Marqueu-los tots com a llegits" #: mediagoblin/templates/mediagoblin/listings/collection.html:30 #: mediagoblin/templates/mediagoblin/listings/collection.html:35 @@ -1132,72 +1618,74 @@ msgstr "Arxiu WebM (Vorbis codec)" #: mediagoblin/templates/mediagoblin/media_displays/image.html:36 msgid "Created" -msgstr "" +msgstr "Creat" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Imatge per %(media_title)s" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:81 msgid "PDF file" -msgstr "" +msgstr "Fitxer PDF" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" -msgstr "" +msgstr "Perspectiva." -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" -msgstr "" +msgstr "Davant" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" -msgstr "" +msgstr "Amunt" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" -msgstr "" +msgstr "Costat" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" -msgstr "" +msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" -msgstr "" +msgstr "Descarrega el model" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" -msgstr "" +msgstr "Format del fitxer" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" -msgstr "" +msgstr "Alçada de l'objecte" #: mediagoblin/templates/mediagoblin/media_displays/video.html:63 msgid "" "Sorry, this video will not work because\n" " your web browser does not support HTML5 \n" " video." -msgstr "" +msgstr "Aquest vÃdeo no funciona perquè\nel vostre navegador web no soporta\nvÃdeos HTML5." #: mediagoblin/templates/mediagoblin/media_displays/video.html:66 msgid "" "You can get a modern web browser that \n" " can play this video at <a href=\"http://getfirefox.com\">\n" " http://getfirefox.com</a>!" -msgstr "" +msgstr "Publiqueu nou contingut com a vos" #: mediagoblin/templates/mediagoblin/media_displays/video.html:88 msgid "WebM file (VP8/Vorbis)" -msgstr "" +msgstr "Arxiu WebM (VP8/Vorbis)" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30 msgid "" @@ -1209,6 +1697,32 @@ msgstr "Aqui pots seguir l'estat del mitjà que s'està processant a aquesta ins msgid "Media in-processing" msgstr "S'està processant el fitxer" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "ID" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1219,6 +1733,14 @@ msgstr "No s'està processant cap mitjà " msgid "These uploads failed to process:" msgstr "No s'han pogut penjar els següents fitxers:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1228,6 +1750,10 @@ msgstr "Sense entrades fallades!" msgid "Last 10 successful uploads" msgstr "Les últimes 10 pujades correctes" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1235,22 +1761,22 @@ msgstr "Encara no hi ha entrades processades!" #: mediagoblin/templates/mediagoblin/moderation/report.html:27 msgid "Sorry, no such report found." -msgstr "" +msgstr "Ho sento, no s'ha trobat cap informe." -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" -msgstr "" +msgstr "Torneu al Tauler de Reportar informes." -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" -msgstr "" +msgstr "Informeu-ne" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" -msgstr "" +msgstr "Comentari reportat" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1258,7 +1784,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1266,33 +1792,38 @@ msgid "" " <a href=\"%(user_url)s\"> %(user_name)s</a>\n" " HAS BEEN DELETED\n" " " +msgstr "\n S'HA ELIMINAT EL CONTINGUT DE\n <a href=\"%(user_url)s\"> %(user_name)s</a>\n \n " + +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" -msgstr "" +msgstr "Solucioneu-ho" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" -msgstr "" +msgstr "Solucioneu aquesta notificació" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" -msgstr "" +msgstr "Estat" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" -msgstr "" +msgstr "SOLUCIONAT" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" -msgstr "" +msgstr "No podeu dur a emprendre accions contra un administrador" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27 msgid "Report panel" -msgstr "" +msgstr "Tauler de notificacions reportades" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30 msgid "" @@ -1306,33 +1837,33 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78 msgid "When Reported" -msgstr "" +msgstr "Quan s'ha reportat" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" -msgstr "" +msgstr "Reportat per" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" -msgstr "" +msgstr "Motiu" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" " Comment Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Comment Report #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1340,38 +1871,170 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." -msgstr "" +msgstr "No s'ha trobat cap informe obert." -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" -msgstr "" +msgstr "Informes reportats tancats" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" -msgstr "" +msgstr "Solucionat" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" -msgstr "" +msgstr "Acció presa" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" " Closed Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Informe reportat #%(report_id)s tancat.\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." +msgstr "No s'ha trobat cap informe reportats tancat." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Cal que verifiqueu l'adreça electrònica" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Perfil de %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Aquest usuari encara no ha escrit res al seu perfil." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Edita el perfil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Navega les col·leccions" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" -msgstr "" +msgstr "Tauler d'usuari" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:29 msgid "" @@ -1382,23 +2045,19 @@ msgstr "" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34 msgid "Active Users" -msgstr "" - -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" +msgstr "Usuaris actius" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" -msgstr "" +msgstr "Data d'incorporació" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78 msgid "# of Comments Posted" -msgstr "" +msgstr "número de comentaris publicats" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 msgid "No users found." -msgstr "" +msgstr "No hem trobat cap usuari." #: mediagoblin/templates/mediagoblin/submit/collection.html:26 msgid "Add a collection" @@ -1409,6 +2068,26 @@ msgstr "Afegir a la col.lecció" msgid "Add your media" msgstr "Afegeix el teu mitjà " +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Afegeix un comentari" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Afegir aquest comentari" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Afegit" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1419,35 +2098,39 @@ msgstr "%(collection_title)s (la col.lecció de %(username)s)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s per a <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Editar" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Realment vols esborrar %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Relment eliminar %(media_title)s de %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Eliminar" #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21 #, python-format msgid "%(username)s's collections" -msgstr "" +msgstr "Les col·leccions de %(username)s" #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28 #, python-format msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections" -msgstr "" +msgstr "Les col·leccions de <a href=\"%(user_url)s\">%(username)s</a>" #: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19 #, python-format @@ -1466,39 +2149,27 @@ msgstr "Mitjà de %(username)s" msgid "" "<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a " "href=\"%(tag_url)s\">%(tag)s</a>" -msgstr "" +msgstr "<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a href=\"%(tag_url)s\">%(tag)s</a>" #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48 #, python-format msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media" -msgstr "<a href=\"%(user_url)s\">%(username)s</a>'s media" +msgstr "Mitjans de <a href=\"%(user_url)s\">%(username)s</a>" #: mediagoblin/templates/mediagoblin/user_pages/media.html:38 #, python-format msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Navegant mitjà per a <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Afegeix un comentari" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Afegir aquest comentari" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" +msgstr "Previsualització del comentari" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format msgid "Add “%(media_title)s†to a collection" -msgstr "" +msgstr "Afegeix “%(media_title)s†a una col·lecció" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54 msgid "+" @@ -1511,7 +2182,7 @@ msgstr "Afegir una nova col.lecció" #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29 msgid "" "You can track the state of media being processed for your gallery here." -msgstr "Aqui pots seguir l'estat del mitjà que s'està processant per la teva galeria" +msgstr "Aquà pots seguir l'estat del mitjà que s'està processant per la teva galeria" #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89 msgid "Your last 10 successful uploads" @@ -1523,7 +2194,7 @@ msgstr "" #: mediagoblin/templates/mediagoblin/user_pages/report.html:24 msgid "Reporting this Comment" -msgstr "" +msgstr "Reporteu aquest comentari." #: mediagoblin/templates/mediagoblin/user_pages/report.html:60 msgid "Reporting this Media Entry" @@ -1536,58 +2207,33 @@ msgid "" " â– Published by <a href=\"%(user_url)s\"\n" " class=\"comment_authorlink\">%(username)s</a>\n" " " -msgstr "" +msgstr "\n â– Publicat per <a href=\"%(user_url)s\"\n class=\"comment_authorlink\">%(username)s</a>\n " #: mediagoblin/templates/mediagoblin/user_pages/report.html:81 msgid "File Report " -msgstr "" +msgstr "Reporteu el fitxer" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Perfil de %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Aqui hi ha un espai per explicar de tu als demés" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Edita el perfil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Aquest usuari encara no ha escrit res al seu perfil." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" -msgstr "View all of %(username)s's media" +msgstr "Mostra tots els mitjans de %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Aqui és on apareixerà el teu mitjà , però sembla que encara no hi has afegit res." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Sembla que no hi ha cap mitjà aqui encara..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Cal que verifiqueu l'adreça electrònica" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Gairebé esteu! Tan sols falta que activeu el vostre compte" @@ -1616,18 +2262,26 @@ msgstr "Algú ja ha registrat un compte amb aquest nom d'usuari, però encara l' msgid "" "If you are that person but you've lost your verification email, you can <a " "href=\"%(login_url)s\">log in</a> and resend it." -msgstr "Si siu aqeust usuari però heu perdut el correu de verificació, podeu <a href=\"%(login_url)s\">entrar</a> i tornar-lo a enviar." +msgstr "Si sou aquest usuari però heu perdut el correu de verificació, podeu <a href=\"%(login_url)s\">entrar</a> i tornar-lo a enviar." #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49 msgid "(remove)" -msgstr "" +msgstr "(elimina)" #: mediagoblin/templates/mediagoblin/utils/collections.html:21 msgid "Collected in" -msgstr "" +msgstr "Afegit a la col·lecció el" #: mediagoblin/templates/mediagoblin/utils/collections.html:40 msgid "Add to a collection" +msgstr "Afegeix a la col·lecció" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" msgstr "" #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 @@ -1638,7 +2292,7 @@ msgstr "Icona RSS" #: mediagoblin/templates/mediagoblin/utils/feed_link.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23 msgid "Atom feed" -msgstr "" +msgstr "Canal Atom" #: mediagoblin/templates/mediagoblin/utils/license.html:25 msgid "All rights reserved" @@ -1668,13 +2322,13 @@ msgstr "més antic" #: mediagoblin/templates/mediagoblin/utils/report.html:25 msgid "Report media" -msgstr "" +msgstr "Informar mitjà " #: mediagoblin/templates/mediagoblin/utils/tags.html:20 msgid "Tagged with" -msgstr "" +msgstr "Etiquetat com" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "No s'ha pogut llegir l'arxiu d'imatge" @@ -1684,71 +2338,67 @@ msgstr "Ups!" #: mediagoblin/tools/response.py:39 msgid "An error occured" -msgstr "" +msgstr "S'ha trobat un error" #: mediagoblin/tools/response.py:53 msgid "Bad Request" -msgstr "" +msgstr "Petició incorrecta" #: mediagoblin/tools/response.py:55 msgid "The request sent to the server is invalid, please double check it" -msgstr "" +msgstr "La petició enviada al servidor no és và lida. Si us plau, reviseu-la." #: mediagoblin/tools/response.py:63 msgid "Operation not allowed" -msgstr "" +msgstr "Operació no permesa" #: mediagoblin/tools/response.py:64 msgid "" "Sorry Dave, I can't let you do that!</p><p>You have tried to perform a " "function that you are not allowed to. Have you been trying to delete all " "user accounts again?" -msgstr "" +msgstr "David, no et puc deixar fer això!</p><p>Has intentat fer alguna cosa que no se't permet fer... com eliminar, una altra vegada, tots els comptes!" #: mediagoblin/tools/response.py:72 msgid "" "There doesn't seem to be a page at this address. Sorry!</p><p>If you're sure" " the address is correct, maybe the page you're looking for has been moved or" " deleted." -msgstr "" +msgstr "No s'ha trobat una pà gina a aquesta adreça.</p><p>Potser ha estat eliminada o s'ha canviat de lloc." #: mediagoblin/tools/timesince.py:62 msgid "year" -msgstr "" +msgstr "any" #: mediagoblin/tools/timesince.py:63 msgid "month" -msgstr "" +msgstr "mes" #: mediagoblin/tools/timesince.py:64 msgid "week" -msgstr "" +msgstr "setmana" #: mediagoblin/tools/timesince.py:65 msgid "day" -msgstr "" +msgstr "dia" #: mediagoblin/tools/timesince.py:66 msgid "hour" -msgstr "" +msgstr "hora" #: mediagoblin/tools/timesince.py:67 msgid "minute" -msgstr "" +msgstr "minut" #: mediagoblin/user_pages/forms.py:23 msgid "Comment" -msgstr "" +msgstr "Comenta" #: mediagoblin/user_pages/forms.py:25 msgid "" "You can use <a href=\"http://daringfireball.net/projects/markdown/basics\" " "target=\"_blank\">Markdown</a> for formatting." -msgstr "" - -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Estic segur que vull esborrar això" +msgstr "Podeu usar <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> per a formatar el text." #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" @@ -1756,7 +2406,7 @@ msgstr "Estic segur que vull esborrar aquest element de la col.lecció" #: mediagoblin/user_pages/forms.py:39 msgid "Collection" -msgstr "" +msgstr "Col·lecció" #: mediagoblin/user_pages/forms.py:40 msgid "-- Select --" @@ -1771,79 +2421,75 @@ msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n" " Markdown</a> for formatting." -msgstr "" +msgstr "Podeu usar\n <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n Markdown</a> per a formatar el text." #: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 msgid "Reason for Reporting" -msgstr "" +msgstr "Raó per informar" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." -msgstr "" +msgstr "Els comentaris estan desactivats." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Uups, el teu comentari era buit." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "El teu comentari s'ha publicat!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Si et plau, comprova les teves entrades i intenta-ho de nou." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Has de sel.leccionar o afegir una col.lecció" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" ja és a la col.lecció \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" afegir a la col.lecció \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Has esborrat el mitjà " -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "El mitjà no s'ha esborrat perque no has marcat que n'estiguessis segur." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Ets a punt d'esborrar el mitjà d'un altre usuari. Prossegueix amb cautela." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Has esborrat l'element de la col.lecció" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "L'element no s'ha eliminat perque no has marcat que n'estiguessis segur." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Ets a punt d'esborrar un element de la col.lecció d'un altre usuari. Prossegueix amb cautela." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "Has esborrat la col.lecció \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "La col.lecció no s'ha esborrat perquè no has marcat que n'estiguessis segur." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Ets a punt d'esborrar la col.lecció d'un altre usuari. Prossegueix amb cautela." diff --git a/mediagoblin/i18n/cs/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/cs/LC_MESSAGES/mediagoblin.mo Binary files differnew file mode 100644 index 00000000..ec94b753 --- /dev/null +++ b/mediagoblin/i18n/cs/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/cs/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/cs/LC_MESSAGES/mediagoblin.po new file mode 100644 index 00000000..87af7b0b --- /dev/null +++ b/mediagoblin/i18n/cs/LC_MESSAGES/mediagoblin.po @@ -0,0 +1,2491 @@ +# Translations template for PROJECT. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# +# Translators: +# digitaldreamer <digitaldreamer@email.cz>, 2014 +# Mirek2 <mazelm@gmail.com>, 2014 +msgid "" +msgstr "" +"Project-Id-Version: GNU MediaGoblin\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-20 17:20+0000\n" +"Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/mediagoblin/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 +msgid "Sorry, registration is disabled on this instance." +msgstr "Promiňte, na této instanci je možnost registrace vypnuta." + +#: mediagoblin/decorators.py:318 +msgid "Sorry, reporting is disabled on this instance." +msgstr "Promiňte, nahlášenà je na tomto serveru vypnuto." + +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/plugins/persona/views.py:77 +msgid "Sorry, authentication is disabled on this instance." +msgstr "Promiňte, autentikace je na této instanci vypnuta." + +#: mediagoblin/auth/tools.py:43 +msgid "Invalid User name or email address." +msgstr "Neplatné uživatelské jméno nebo emailová adresa." + +#: mediagoblin/auth/tools.py:44 +msgid "This field does not take email addresses." +msgstr "Do tohoto pole emailová adresa nepatÅ™Ã." + +#: mediagoblin/auth/tools.py:45 +msgid "This field requires an email address." +msgstr "Toto pole vyžaduje emailovou adresu." + +#: mediagoblin/auth/tools.py:116 +msgid "Sorry, a user with that name already exists." +msgstr "Omlouváme se, uživatel s tÃmto jménem už existuje." + +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 +msgid "Sorry, a user with that email address already exists." +msgstr "Promiňte, uživatel s touto emailovou adresou již existuje." + +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 +msgid "The verification key or user id is incorrect." +msgstr "Chybný ověřovacà klÃÄ nebo id užvatele." + +#: mediagoblin/auth/views.py:161 +msgid "" +"Your email address has been verified. You may now login, edit your profile, " +"and submit images!" +msgstr "VaÅ¡e emailová adresa byla ověřena. Nynà se můžete pÅ™ihlásit, upravit si svůj profil, a nahrávat obrázky!" + +#: mediagoblin/auth/views.py:167 +msgid "The verification key or user id is incorrect" +msgstr "Neplatný ověřovacà klÃÄ nebo id uživatele" + +#: mediagoblin/auth/views.py:185 +msgid "You must be logged in so we know who to send the email to!" +msgstr "NapÅ™ed se musÃte pÅ™ihlásit, abychom vÄ›dÄ›li komu máme email poslat!" + +#: mediagoblin/auth/views.py:193 +msgid "You've already verified your email address!" +msgstr "Svojà emailovou adresu máte již ověřenu!" + +#: mediagoblin/auth/views.py:203 +msgid "Resent your verification email." +msgstr "Váš ověřovacà email byl znovu odeslán." + +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 +#: mediagoblin/user_pages/forms.py:45 +msgid "Title" +msgstr "Název" + +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 +msgid "Description of this work" +msgstr "Popis tohoto dÃla" + +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" +" Markdown</a> for formatting." +msgstr "Pro formátovánà můžete použÃvat <a href=\"http://cs.wikipedia.org/wiki/Markdown\" target=\"_blank\">Markdown</a>." + +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 +msgid "Tags" +msgstr "Å tÃtky" + +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 +msgid "Separate tags by commas." +msgstr "OddÄ›lte Å¡tÃtky Äárkami." + +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 +msgid "Slug" +msgstr "Krátký název" + +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 +msgid "The slug can't be empty" +msgstr "Krátký název nemůže být prázdný" + +#: mediagoblin/edit/forms.py:44 +msgid "" +"The title part of this media's address. You usually don't need to change " +"this." +msgstr "Název, který je souÄástà adresy této tvorby. VÄ›tÅ¡inou nenà tÅ™eba ho mÄ›nit." + +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 +#: mediagoblin/templates/mediagoblin/utils/license.html:20 +msgid "License" +msgstr "Licence" + +#: mediagoblin/edit/forms.py:54 +msgid "Bio" +msgstr "O mnÄ›" + +#: mediagoblin/edit/forms.py:60 +msgid "Website" +msgstr "Webové stránky" + +#: mediagoblin/edit/forms.py:62 +msgid "This address contains errors" +msgstr "Tato adresa obsahuje chyby" + +#: mediagoblin/edit/forms.py:67 +msgid "Email me when others comment on my media" +msgstr "Poslat email vždy, když nÄ›kdo napÃÅ¡e komentář k mým tvorbám" + +#: mediagoblin/edit/forms.py:69 +msgid "Enable insite notifications about events." +msgstr "ZasÃlat oznámenà o událostech na tomto webu." + +#: mediagoblin/edit/forms.py:71 +msgid "License preference" +msgstr "OblÃbená licence" + +#: mediagoblin/edit/forms.py:77 +msgid "This will be your default license on upload forms." +msgstr "Toto bude vaÅ¡e výchozà licence ve formuláři pro upload." + +#: mediagoblin/edit/forms.py:90 +msgid "The title can't be empty" +msgstr "Nadpis nesmà být prázdný" + +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 +#: mediagoblin/user_pages/forms.py:48 +msgid "Description of this collection" +msgstr "Popis této sbÃrky" + +#: mediagoblin/edit/forms.py:99 +msgid "" +"The title part of this collection's address. You usually don't need to " +"change this." +msgstr "Název, který je souÄástà adresy této sbÃrky. VÄ›tÅ¡inou nenà tÅ™eba ho mÄ›nit." + +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 +msgid "Old password" +msgstr "Staré heslo" + +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 +msgid "Enter your old password to prove you own this account." +msgstr "Zadejte své staré heslo, abyste potvrdil(a), že vlastnÃte tento úÄet." + +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 +msgid "New password" +msgstr "Nové heslo" + +#: mediagoblin/edit/forms.py:119 +msgid "New email address" +msgstr "Nová emailová adresa" + +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/plugins/basic_auth/forms.py:43 +#: mediagoblin/plugins/ldap/forms.py:39 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 +#: mediagoblin/tests/test_util.py:116 +msgid "Password" +msgstr "Heslo" + +#: mediagoblin/edit/forms.py:125 +msgid "Enter your password to prove you own this account." +msgstr "Zadejte své heslo pro ověřenÃ, že jste majitelem tohoto úÄtu." + +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "Identifikátor" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "Hodnota" + +#: mediagoblin/edit/views.py:78 +msgid "An entry with that slug already exists for this user." +msgstr "U tohoto uživatele již existuje jiná tvorba s tÃmto krátkým názvem." + +#: mediagoblin/edit/views.py:96 +msgid "You are editing another user's media. Proceed with caution." +msgstr "Upravujete tvorbu jiného uživatele. BuÄte opatrná/ý." + +#: mediagoblin/edit/views.py:166 +#, python-format +msgid "You added the attachment %s!" +msgstr "PÅ™idal(a) jste pÅ™Ãlohu %s!" + +#: mediagoblin/edit/views.py:193 +msgid "You can only edit your own profile." +msgstr "Editovat můžete jen svůj vlastnà profil." + +#: mediagoblin/edit/views.py:199 +msgid "You are editing a user's profile. Proceed with caution." +msgstr "Upravujete profil uživatele. BuÄte opatrná/ý." + +#: mediagoblin/edit/views.py:215 +msgid "Profile changes saved" +msgstr "ZmÄ›ny profilu uloženy" + +#: mediagoblin/edit/views.py:248 +msgid "Account settings saved" +msgstr "Nastavenà úÄtu uloženo" + +#: mediagoblin/edit/views.py:282 +msgid "You need to confirm the deletion of your account." +msgstr "Smazánà vaÅ¡eho úÄtu je tÅ™eba potvrdit." + +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 +#, python-format +msgid "You already have a collection called \"%s\"!" +msgstr "Už máte sbÃrku se jménem „%s“!" + +#: mediagoblin/edit/views.py:322 +msgid "A collection with that slug already exists for this user." +msgstr "U tohoto uživatele již existuje jiná sbÃrka s tÃmto krátkým názvem." + +#: mediagoblin/edit/views.py:337 +msgid "You are editing another user's collection. Proceed with caution." +msgstr "Upravujete sbÃrku dalÅ¡Ãho uživatele. BuÄte opatrná/ý." + +#: mediagoblin/edit/views.py:378 +msgid "Your email address has been verified." +msgstr "VaÅ¡e emailová adresa byla ověřena." + +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 +msgid "Wrong password" +msgstr "Å patné heslo" + +#: mediagoblin/gmg_commands/assetlink.py:60 +msgid "Cannot link theme... no theme set\n" +msgstr "Téma nelze propojit... žádné téma nenà nastaveno\n" + +#: mediagoblin/gmg_commands/assetlink.py:73 +msgid "No asset directory for this theme\n" +msgstr "Chybà adresář souborů k tomuto tématu.\n" + +#: mediagoblin/gmg_commands/assetlink.py:76 +msgid "However, old link directory symlink found; removed.\n" +msgstr "Byl vÅ¡ak nalezen odkaz na starý adresář; odstraňuji.\n" + +#: mediagoblin/gmg_commands/assetlink.py:112 +#, python-format +msgid "Could not link \"%s\": %s exists and is not a symlink\n" +msgstr "Nepovedlo se odkázat na „%s“: %s existuje a symbolickým odkazem\n" + +#: mediagoblin/gmg_commands/assetlink.py:119 +#, python-format +msgid "Skipping \"%s\"; already set up.\n" +msgstr "PÅ™eskakuji \"%s\"; jež je nastaven.\n" + +#: mediagoblin/gmg_commands/assetlink.py:124 +#, python-format +msgid "Old link found for \"%s\"; removing.\n" +msgstr "Byl nalezen starý odkaz pro \"%s\"; odstraňuji.\n" + +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "PodrobnÄ›jšà instrukce jak správnÄ› použÃvat tento\nskript (a jak formátovat soubor .csv s metadaty) najdete v dokumentaci\nMediaGoblinu na stránce o uploadovánà skrze pÅ™Ãkazovou řádku\n<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "Jméno uživatele, kterému patřà tyto tvorby" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "Cesta k souboru .csv obsahujÃcÃmu metadata." + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "Nezpracovávat okamžitÄ›, pÅ™edat serveru Celery." + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "Promiňte, ale uživatel '{username}' neexistuje." + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "Soubor {path} nebyl nalezen, použijte argument -h pro nápovÄ›du." + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "Chyba u tvorby '{media_id}' cesta '{error_path}': {error_msg}\n\nMetadata nebyla odeslána." + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "CHYBA: Lokálnà soubor {filename} nenà pÅ™Ãstupný.\nSoubor {filename} nebude odeslán na server." + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "Soubor {filename} byl úspěšnÄ› odeslán!\nPro jistotu se můžete podÃvat na Panel zpracovánà tvoreb na vaÅ¡ich stránkách, kde uvidÃte\nzda upload probÄ›hl úspěšnÄ›." + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "CHYBA: Velikost tohoto souboru pÅ™ekraÄuje maximálnà velikost povolenou na tÄ›chto stránkách." + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "CHYBA: OdeslánÃm tohoto souboru by souÄasný uživatel pÅ™ekroÄil svůj limit pro nahrávánà souborů." + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "CHYBA: Tento uživatel již vyÄerpal svůj limit pro nahrávánà souborů." + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "{files_uploaded} z celkového poÄtu {files_attempted} souborů úspěšnÄ› odesláno." + +#: mediagoblin/meddleware/csrf.py:134 +msgid "" +"CSRF cookie not present. This is most likely the result of a cookie blocker " +"or somesuch.<br/>Make sure to permit the settings of cookies for this " +"domain." +msgstr "CSRF cookie nenà dostupné. NejspÃÅ¡ je to důsledek blokovánà cookies v prohlÞeÄi, nebo nÄ›co podobného.<br/>UjistÄ›te se, že je nastavovánà cookies povoleno pro tuto doménu." + +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 +msgid "Sorry, I don't support that file type :(" +msgstr "Omlouvám se, nepodporuji tento typ souboru :(" + +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Popis" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Jsem si jist(a), že to chci smazat" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "JupÃ! Odesláno!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "JupÃ! Upravený pÅ™ÃspÄ›vek byl odeslán!" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "Smazal(a) jste blog." + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Tvorba nebyla odstranÄ›na, protože jste nezaÅ¡krtl(a), že jste si jist(a)." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "Chystáte se smazat blog jiného uživatele. BuÄte opatrná/ý" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "Blog nebyl smazán, protože k tomu nemáte oprávnÄ›nÃ." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "PÅ™idat pÅ™ÃspÄ›vek" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "Upravit Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "Smazat Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Upravit" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Smazat" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "<em> Zobrazit jako seznam </em>" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "ZatÃm zde nejsou žádné pÅ™ÃspÄ›vky." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Opravdu smazat %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "ZruÅ¡it" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Smazat navždy" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "VytvoÅ™it/Upravit Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "PÅ™idat" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "VytvoÅ™it/Upravit pÅ™ÃspÄ›vek." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "VytvoÅ™it/Upravit pÅ™ÃspÄ›vek." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "Blog uživatele %(blog_owner_name)s" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "Zobrazit" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "VytvoÅ™it Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "Ovládacà panel blogů" + +#: mediagoblin/media_types/pdf/processing.py:142 +msgid "unoconv failing to run, check log file" +msgstr "unoconv nebylo možné spustit, zkontrolujte log" + +#: mediagoblin/media_types/video/processing.py:44 +msgid "Video transcoding failed" +msgstr "Transkódovánà videa selhalo" + +#: mediagoblin/moderation/forms.py:21 +msgid "Take away privilege" +msgstr "Odejmout práva" + +#: mediagoblin/moderation/forms.py:22 +msgid "Ban the user" +msgstr "UdÄ›lit zákaz pÅ™Ãstupu" + +#: mediagoblin/moderation/forms.py:23 +msgid "Send the user a message" +msgstr "Poslat uživateli zprávu" + +#: mediagoblin/moderation/forms.py:24 +msgid "Delete the content" +msgstr "Smazat obsah" + +#: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 +msgid "User will be banned until:" +msgstr "Uživatel bude mÃt zákaz do:" + +#: mediagoblin/moderation/forms.py:57 +msgid "Why are you banning this User?" +msgstr "ProÄ tomuto uživateli udÄ›lujete zákaz?" + +#: mediagoblin/moderation/forms.py:109 +msgid "What action will you take to resolve the report?" +msgstr "Jak chcete toto hlášenà řeÅ¡it?" + +#: mediagoblin/moderation/forms.py:115 +msgid "What privileges will you take away?" +msgstr "Jaká práva odejmete?" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "ProÄ byl uživateli udÄ›len zákaz:" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "Zpráva pro uživatele:" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "Obsah Å™eÅ¡enÃ:" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "\n{mod} odebral(a) uživateli {user} oprávnÄ›nà {privilege}." + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "\n{mod} udÄ›lil(a) uživateli {user} zákaz až do {expiration_date}." + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "do {date}" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "trvale" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "\n{mod} poslal(a) varovný email uživateli {user}." + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "\n{mod} smazal(a) komentář." + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "\n{mod} smazal(a) tvorbu." + +#: mediagoblin/moderation/tools.py:91 +msgid "Warning from" +msgstr "Varovánà od" + +#: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60 +msgid "commented on your post" +msgstr "okomentoval(a) váš pÅ™ÃspÄ›vek" + +#: mediagoblin/notifications/views.py:35 +#, python-format +msgid "Subscribed to comments on %s!" +msgstr "OdebÃrám komentáře na %s!" + +#: mediagoblin/notifications/views.py:48 +#, python-format +msgid "You will not receive notifications for comments on %s." +msgstr "Nebudou vám zasÃlána oznámenà o komentářÃch na %s." + +#: mediagoblin/oauth/views.py:242 +msgid "Must provide an oauth_token." +msgstr "Je vyžadován oauth_token." + +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 +msgid "No request token found." +msgstr "Požadavek nemá token." + +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/submit/views.py:78 +msgid "Sorry, the file size is too big." +msgstr "Promiňte, soubor je pÅ™ÃliÅ¡ velký." + +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/submit/views.py:81 +msgid "Sorry, uploading this file will put you over your upload limit." +msgstr "Promiňte, vloženÃm tohoto souboru byste již pÅ™ekroÄili svůj datový limit." + +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/submit/views.py:87 +msgid "Sorry, you have reached your upload limit." +msgstr "Promiňte, již jste vyÄerpali svůj datový limit." + +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "Zadejte URL adresu tvorby, kterou chcete vystavit" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "PrvnÃ" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "Druhá" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "TÅ™etÃ" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "-----------{display_type}-úroveň---------------------------\n" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "Jak to funguje?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "Jak mohu vystavit tvorbu?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "\nJdÄ›te na stránku tvorby, kterou chcete vystavit. ZkopÃrujte jejà URL adresu, a pak ji vložte jako nový řádek to textového okénka výše. V každém řádku by mÄ›lo být pouze jedno URL. Vložte jej pod nadpis, který urÄuje důležitost (prvnÃ, druhá, nebo tÅ™età úroveň). Až do tohoto okénka vložÃte adresy vÅ¡ech tvoreb, které si pÅ™ejete vystavit, kliknÄ›te na tlaÄÃtko \"Submit Query\", a vaÅ¡e tvorby se objevà na hlavnà stránce." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "Je i jiný způsob, jak spravovat vystavené tvorby?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "\nAno. Můžete také jÃt na stránku pÅ™ÃsluÅ¡né tvorby, a podÃvat se na panel, který najdete po stranÄ›. Pokud tvorba nenà vystavena, uvidÃte tam tlaÄÃtko “Vystavit“. KliknÄ›te na nÄ›j, a tvorba bude vystavena v prvnà úrovni, nahoÅ™e na stránce. VÅ¡echny ostatnà vystavené tvorby budou posunuty nÞe.<br /><br />\n\nOtevÅ™ete-li stránku tvorby, která je právÄ› vystavena, uvidÃte možnosti „ZruÅ¡it vystavenÓ, „Zvýšit důležitost“ a „SnÞit důležitost“. Kliknete-li na „ZruÅ¡it vystavenÓ, tvorba se již nebude zobrazovat na hlavnà stránce. Kdykoli ji můžete znovu vystavit. Zvýšenà důležitosti posune tvorbu o úroveň výše, a snÞenà naopak o úroveň nÞe." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "Co znamená Prvnà úroveň, Druhá úroveň?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "\nTyto kategorie urÄujÃ, jak výrazná bude vaÅ¡e tvorba na hlavnà stránce. PÅ™i použità prvnà úrovnÄ› se zobrazà hned nahoÅ™e a bude mnohem vÄ›tÅ¡Ã. Druhá úroveň znamená, že bude o nÄ›co menÅ¡Ã. To, co je vystavené pod tÅ™età úrovnÃ, se zobrazà v mřÞce na konci stránky.<br /><br />\n\nPrvnà úroveň také zobrazà u tvorby delšà popis než druhá, a tÅ™età bude mÃt popis jeÅ¡tÄ› kratÅ¡Ã." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "Co rozhoduje o tom, jaké informace se budou zobrazovat u vystavené tvorby?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "\nKdyž je tvorba vystavena, jejà nadpis, obrázek a Äást jejÃho popisu budou zobrazeny na hlavnà stránce.\nDélka zobrazeného popisu závisà na úrovni jejà důležitosti.\nPrvnà úroveň ukáže prvnÃch 512 znaků popisu. Druhá úroveň ukáže 256, a tÅ™età jen 128 znaků." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "Jak zruÅ¡it vystavenà tvorby?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "\nVystavenà tvorby lze zruÅ¡it tÃm, že smažete jejà řádku z textového okénka, které najdete výše na této stránce, a potvrdÃte zmÄ›nu kliknutÃm na tlaÄÃtko \"Submit Query\"." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "POZOR:" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "\nKdyž kopÃrujete a vkládáte URL adresy do textového okénka, mÄ›jte na pamÄ›ti, že pÅ™Ãpadný pÅ™eklep nebo chyba v adrese způsobÃ, že vaÅ¡e tvorba nebude vystavena. Zkontrolujte si proto, že vÅ¡echny tvorby byly skuteÄnÄ› vystaveny." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "\nVystavit tvorbu" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "Vystavit" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "\nZruÅ¡it vystavenà tvorby" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "ZruÅ¡it vystavenÃ" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "\nZvýšit úroveň důležitosti pro vystavenÃ" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "Zvýšit důležitost" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "\nSnÞit úroveň důležitosti pro vystavenÃ" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "SnÞit důležitost" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "NejnovÄ›jšà tvorba" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "V tuto chvÃli nenà nic vystaveno." + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "Pokud zde chcete vystavit nÄ›kterou tvorbu, jdÄ›te na stránku pÅ™ÃsluÅ¡né tvorby a kliknÄ›te tam na tlaÄÃtko <a class=\"button_action\">Vystavit</a>." + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "Tuto stránku vidÃte proto, že máte oprávnÄ›nà vystavovat tvorby. ObyÄejný uživatel by vidÄ›l jen prázdnou stránku, proto mÄ›jte vždy vystavenu nÄ›jakou tvorbu, pokud použÃváte na své instanci plugin 'archivalook'. PokroÄilejÅ¡Ãm nástrojem k ovládánà této funkce je <a href=\"%(featured_media_url)s\">Panel pro správu vystavených tvoreb</a>." + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "Zobrazit nejnovÄ›jšà tvorby" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "Správa vystavených tvoreb" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "Omlouváme se, ale tento zvukový soubor\n\tnelze pÅ™ehrát, protože váš prohlÞeÄ\n\tnepodporuje HTML5 audio." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "Můžete si stáhnout modernà prohlÞeÄ,\n\tkterý umà pÅ™ehrávat tento typ zvuku,\n\tna <a href=\"http://getfirefox.com\">http://getfirefox.com</a>!" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "Omlouváme se, ale toto video nelze pÅ™ehrát, protože\nváš prohlÞeÄ nepodporuje HTML5\nvideo." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "Můžete si stáhnout modernà prohlÞeÄ, který umà pÅ™ehrát toto video, na <a href=\"http://getfirefox.com\"> http://getfirefox.com</a>!" + +#: mediagoblin/plugins/basic_auth/forms.py:24 +#: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 +#: mediagoblin/plugins/persona/forms.py:24 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:76 +msgid "Username" +msgstr "Uživatelské jméno" + +#: mediagoblin/plugins/basic_auth/forms.py:32 +#: mediagoblin/plugins/ldap/forms.py:28 mediagoblin/plugins/openid/forms.py:31 +#: mediagoblin/plugins/persona/forms.py:28 +#: mediagoblin/plugins/persona/forms.py:39 +msgid "Email address" +msgstr "Emailová adresa" + +#: mediagoblin/plugins/basic_auth/forms.py:39 +msgid "Username or Email" +msgstr "Uživatelské jméno nebo email" + +#: mediagoblin/plugins/basic_auth/forms.py:46 +msgid "Stay logged in" +msgstr "Trvalé pÅ™ihlášenÃ" + +#: mediagoblin/plugins/basic_auth/forms.py:51 +msgid "Username or email" +msgstr "Uživatelské jméno Äi email" + +#: mediagoblin/plugins/basic_auth/views.py:54 +msgid "" +"If that email address (case sensitive!) is registered an email has been sent" +" with instructions on how to change your password." +msgstr "Pokud je tato emailová adresa (pozor na velká pÃsmena!) zaregistrována, bude na nà odeslán email s instrukcemi jak si zmÄ›nit heslo." + +#: mediagoblin/plugins/basic_auth/views.py:65 +msgid "Couldn't find someone with that username." +msgstr "Nebyl nalezen nikdo s tÃmto uživatelským jménem." + +#: mediagoblin/plugins/basic_auth/views.py:68 +msgid "" +"An email has been sent with instructions on how to change your password." +msgstr "Byl odeslán email s instrukcemi jak zmÄ›nit heslo." + +#: mediagoblin/plugins/basic_auth/views.py:75 +msgid "" +"Could not send password recovery email as your username is inactive or your " +"account's email address has not been verified." +msgstr "Email pro obnovenà hesla nelze odeslat, protože vaÅ¡e uživatelské jméno nenà aktivováno, nebo nebyla ověřena emailová adresa." + +#: mediagoblin/plugins/basic_auth/views.py:123 +msgid "The user id is incorrect." +msgstr "Chybné id uživatele." + +#: mediagoblin/plugins/basic_auth/views.py:139 +msgid "You can now log in using your new password." +msgstr "Můžete se nynà pÅ™ihlásit se svým novým heslem." + +#: mediagoblin/plugins/basic_auth/views.py:163 +msgid "" +"You are no longer an active user. Please contact the system admin to " +"reactivate your account." +msgstr "Nejste již aktivnÃm uživatelem. Kontaktujte prosÃm administrátora serveru pro opÄ›tovnou aktivaci vaÅ¡eho úÄtu." + +#: mediagoblin/plugins/basic_auth/views.py:215 +msgid "Your password was changed successfully" +msgstr "VaÅ¡e heslo bylo úspěšnÄ› zmÄ›nÄ›no" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 +msgid "Set your new password" +msgstr "Nastavte své nové heslo" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39 +msgid "Set password" +msgstr "Nastavit heslo" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 +#, python-format +msgid "Changing %(username)s's password" +msgstr "ZmÄ›na hesla uživatele %(username)s" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45 +#: mediagoblin/templates/mediagoblin/edit/change_email.html:40 +msgid "Save" +msgstr "Uložit" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22 +msgid "Don't have an account yet?" +msgstr "JeÅ¡tÄ› nemáte úÄet?" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:24 +msgid "Create one here!" +msgstr "VytvoÅ™te si ho zde!" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 +msgid "Change your password." +msgstr "Změňte si heslo." + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 +msgid "Recover password" +msgstr "Obnovit heslo" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:34 +msgid "Send instructions" +msgstr "Poslat návod" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/fp_link.html:22 +msgid "Forgot your password?" +msgstr "ZapomÄ›l(a) jste své heslo?" + +#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:24 +msgid "Location" +msgstr "MÃsto" + +#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:52 +#, python-format +msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>" +msgstr "Zobrazit <a href=\"%(osm_url)s\">OpenStreetMap</a>" + +#: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 +msgid "Sign in to create an account!" +msgstr "PÅ™ihlaÅ¡te se pro vytvoÅ™enà nového úÄtu." + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "Metadata" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "Upravit metadata" + +#: mediagoblin/plugins/oauth/forms.py:29 +msgid "Allow" +msgstr "Povolit" + +#: mediagoblin/plugins/oauth/forms.py:30 +msgid "Deny" +msgstr "Zakázat" + +#: mediagoblin/plugins/oauth/forms.py:34 +msgid "Name" +msgstr "Jméno" + +#: mediagoblin/plugins/oauth/forms.py:35 +msgid "The name of the OAuth client" +msgstr "Jméno klienta pro OAuth" + +#: mediagoblin/plugins/oauth/forms.py:38 +msgid "" +"This will be visible to users allowing your\n" +" application to authenticate as them." +msgstr "Toto se uživatelům zobrazÃ, když budou povolovat\nvašà aplikaci, aby se pÅ™ihlásila jejich jménem." + +#: mediagoblin/plugins/oauth/forms.py:40 +msgid "Type" +msgstr "Typ" + +#: mediagoblin/plugins/oauth/forms.py:45 +msgid "" +"<strong>Confidential</strong> - The client can\n" +" make requests to the GNU MediaGoblin instance that can not be\n" +" intercepted by the user agent (e.g. server-side client).<br />\n" +" <strong>Public</strong> - The client can't make confidential\n" +" requests to the GNU MediaGoblin instance (e.g. client-side\n" +" JavaScript client)." +msgstr "<strong>Confidential</strong> - Klient dokáže posÃlat\nserver GNU MediaGoblin požadavky, které nemůžou být\nzachyceny na stranÄ› uživatele (napÅ™. běžà na serveru).\n<strong>Public</strong> - Klient nemá možnost posÃlat\nna server GNU MediaGoblin důvÄ›rné požadavky (napÅ™. běžÃ\nv JavaScriptu ve webovém prohlÞeÄi)." + +#: mediagoblin/plugins/oauth/forms.py:52 +msgid "Redirect URI" +msgstr "URI pro pÅ™esmÄ›rovánÃ" + +#: mediagoblin/plugins/oauth/forms.py:54 +msgid "" +"The redirect URI for the applications, this field\n" +" is <strong>required</strong> for public clients." +msgstr "URI pro pÅ™esmÄ›rovánà aplikacÃ, toto pole\nje <strong>vyžadováno</strong> pro veÅ™ejné klienty." + +#: mediagoblin/plugins/oauth/forms.py:66 +msgid "This field is required for public clients" +msgstr "Toto pole je vyžadováno pro veÅ™ejné klienty" + +#: mediagoblin/plugins/oauth/views.py:55 +msgid "The client {0} has been registered!" +msgstr "Klient {0} byl zaregistrován!" + +#: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22 +msgid "OAuth client connections" +msgstr "PÅ™ipojenà klientů OAuth" + +#: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22 +msgid "Your OAuth clients" +msgstr "VaÅ¡i OAuth klienti" + +#: mediagoblin/plugins/openid/__init__.py:97 +#: mediagoblin/plugins/openid/views.py:268 +#: mediagoblin/plugins/openid/views.py:297 +msgid "Sorry, an account is already registered to that OpenID." +msgstr "Promiňte, pro toto OpenID je již úÄet zaregistrován." + +#: mediagoblin/plugins/openid/forms.py:38 +msgid "OpenID" +msgstr "OpenID" + +#: mediagoblin/plugins/openid/views.py:48 +msgid "Sorry, the OpenID server could not be found" +msgstr "Promiňte, server pro OpenID nebyl nalezen" + +#: mediagoblin/plugins/openid/views.py:61 +#, python-format +msgid "No OpenID service was found for %s" +msgstr "Nebyla nalezena žádná služba OpenID pro %s" + +#: mediagoblin/plugins/openid/views.py:106 +#, python-format +msgid "Verification of %s failed: %s" +msgstr "Ověřovánà %s selhalo: %s" + +#: mediagoblin/plugins/openid/views.py:117 +msgid "Verification cancelled" +msgstr "Ověřenà bylo zruÅ¡eno" + +#: mediagoblin/plugins/openid/views.py:314 +msgid "Your OpenID url was saved successfully." +msgstr "VaÅ¡e OpenID adresa byla úspěšnÄ› uložena." + +#: mediagoblin/plugins/openid/views.py:338 +#: mediagoblin/plugins/openid/views.py:393 +msgid "You can't delete your only OpenID URL unless you have a password set" +msgstr "Nemůžete smazat svou jedinou adresu OpenID pokud nemáte nastavené heslo" + +#: mediagoblin/plugins/openid/views.py:343 +#: mediagoblin/plugins/openid/views.py:402 +msgid "That OpenID is not registered to this account." +msgstr "Toto OpenID nenà k tomuto úÄtu registrováno." + +#: mediagoblin/plugins/openid/views.py:385 +msgid "OpenID was successfully removed." +msgstr "OpenID bylo úspěšnÄ› odstranÄ›no." + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:34 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:23 +msgid "Add an OpenID" +msgstr "PÅ™idat OpenID" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:34 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:23 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:31 +msgid "Delete an OpenID" +msgstr "Odstranit OpenID" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 +msgid "OpenID's" +msgstr "OpenID" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 +#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/auth/login.html:28 +#: mediagoblin/templates/mediagoblin/auth/login.html:36 +#: mediagoblin/templates/mediagoblin/auth/login.html:47 +msgid "Log in" +msgstr "PÅ™ihlásit se" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:39 +#: mediagoblin/templates/mediagoblin/auth/login.html:39 +msgid "Logging in failed!" +msgstr "Chybné pÅ™ihlášenÃ!" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 +msgid "Log in to create an account!" +msgstr "PÅ™ihlaÅ¡te se pro vytvoÅ™enà úÄtu!" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 +msgid "Or login with a password!" +msgstr "Nebo se pÅ™ihlaÅ¡te heslem!" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 +msgid "Or login with OpenID!" +msgstr "Nebo se pÅ™ihlaÅ¡te pomocà OpenID!" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23 +msgid "Or register with OpenID!" +msgstr "Nebo se zaregistrujte s OpenID!" + +#: mediagoblin/plugins/persona/__init__.py:90 +msgid "Sorry, an account is already registered to that Persona email." +msgstr "Promiňte, pro tento email Persona je již úÄet zaregistrován." + +#: mediagoblin/plugins/persona/views.py:138 +msgid "The Persona email address was successfully removed." +msgstr "Emailová adresa Persona byla úspěšnÄ› odstranÄ›na." + +#: mediagoblin/plugins/persona/views.py:144 +msgid "" +"You can't delete your only Persona email address unless you have a password " +"set." +msgstr "Nemůžete odstranit svou jedinou emailovou adresu Persona pokud nemáte nastavené heslo." + +#: mediagoblin/plugins/persona/views.py:149 +msgid "That Persona email address is not registered to this account." +msgstr "Tato emailová adresa Persona nenà k tomuto úÄtu registrována." + +#: mediagoblin/plugins/persona/views.py:176 +msgid "" +"Sorry, an account is already registered with that Persona email address." +msgstr "Promiňte, na tuto emailovou adresu Persona je již úÄet registrován." + +#: mediagoblin/plugins/persona/views.py:192 +msgid "Your Persona email address was saved successfully." +msgstr "Váš email Persona byl úspěšnÄ› uložen." + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31 +msgid "Delete a Persona email address" +msgstr "Smazat emailovou adresu Persona" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34 +msgid "Add a Persona email address" +msgstr "PÅ™idat emailovou adresu Persona" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 +msgid "Persona's" +msgstr "Persona" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 +msgid "Or login with Persona!" +msgstr "Nebo se pÅ™ihlaÅ¡te pomocà Persony!" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22 +msgid "Or register with Persona!" +msgstr "Nebo se zaregistrujte s Personou!" + +#: mediagoblin/processing/__init__.py:420 +msgid "Invalid file given for media type." +msgstr "Neplatný soubor pro tento typ tvorby." + +#: mediagoblin/processing/__init__.py:427 +msgid "Copying to public storage failed." +msgstr "KopÃrovánà do veÅ™ejného uložiÅ¡tÄ› selhalo." + +#: mediagoblin/processing/__init__.py:435 +msgid "An acceptable processing file was not found" +msgstr "PÅ™ijatelný soubor ke zpracovánà nebyl nalezen" + +#: mediagoblin/submit/forms.py:30 +msgid "Max file size: {0} mb" +msgstr "Maximálnà velikost souboru: {0} mb" + +#: mediagoblin/submit/forms.py:34 +msgid "File" +msgstr "Soubor" + +#: mediagoblin/submit/forms.py:41 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" +" Markdown</a> for formatting." +msgstr "Pro formátovánà můžete použÃvat <a href=\"http://cs.wikipedia.org/wiki/Markdown\" target=\"_blank\">Markdown</a>." + +#: mediagoblin/submit/views.py:55 +msgid "You must provide a file." +msgstr "MusÃte poskytnout soubor." + +#: mediagoblin/submit/views.py:138 +#, python-format +msgid "Collection \"%s\" added!" +msgstr "SbÃrka „%s“ pÅ™idána!" + +#: mediagoblin/templates/mediagoblin/banned.html:20 +msgid "You are Banned." +msgstr "Byl vám udÄ›len zákaz." + +#: mediagoblin/templates/mediagoblin/banned.html:24 +#: mediagoblin/templates/mediagoblin/error.html:24 +msgid "Image of goblin stressing out" +msgstr "Obrázek vystresovaného goblina" + +#: mediagoblin/templates/mediagoblin/banned.html:26 +msgid "You have been banned" +msgstr "Byl vám udÄ›len zákaz," + +#: mediagoblin/templates/mediagoblin/banned.html:28 +#, python-format +msgid "until %(until_when)s" +msgstr "do %(until_when)s" + +#: mediagoblin/templates/mediagoblin/base.html:97 +msgid "Verify your email!" +msgstr "Ověřte svůj email!" + +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 +msgid "log out" +msgstr "odhlásit" + +#: mediagoblin/templates/mediagoblin/base.html:131 +#, python-format +msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" +msgstr "ÚÄet <a href=\"%(user_url)s\">%(user_name)s</a>" + +#: mediagoblin/templates/mediagoblin/base.html:138 +msgid "Change account settings" +msgstr "ZmÄ›nit nastavenà úÄtu" + +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:26 +msgid "Media processing panel" +msgstr "Panel zpracovánà tvoreb" + +#: mediagoblin/templates/mediagoblin/base.html:152 +msgid "Log out" +msgstr "Odhlásit" + +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 +msgid "Add media" +msgstr "PÅ™idat tvorbu" + +#: mediagoblin/templates/mediagoblin/base.html:158 +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 +msgid "Create new collection" +msgstr "VytvoÅ™it novou sbÃrku" + +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "Moderátorské funkce:" + +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" +msgstr "Panel pro správu uživatelů" + +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" +msgstr "Panel pro správu hlášenÃ" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:21 +msgid "Authorization" +msgstr "Autorizace" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:26 +#: mediagoblin/templates/mediagoblin/api/authorize.html:53 +msgid "Authorize" +msgstr "Autorizovat" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:29 +msgid "You are logged in as" +msgstr "Jste pÅ™ihlášen(a) jako" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:33 +msgid "Do you want to authorize " +msgstr "PÅ™ejete si autorizovat" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:37 +msgid "an unknown application" +msgstr "neznámou aplikaci" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:39 +msgid " to access your account? " +msgstr "pro pÅ™Ãstup k vaÅ¡emu úÄtu?" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:41 +msgid "Applications with access to your account can: " +msgstr "Aplikace s pÅ™Ãstupem k vaÅ¡em úÄtu může:" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:43 +msgid "Post new media as you" +msgstr "Vkládat tvorby vaÅ¡Ãm jménem" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:44 +msgid "See your information (e.g profile, media, etc...)" +msgstr "Zobrazte si vaÅ¡e údaje (napÅ™. profil, tvorbu apod.)" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:45 +msgid "Change your information" +msgstr "MÄ›nit vaÅ¡e informace" + +#: mediagoblin/templates/mediagoblin/api/oob.html:21 +msgid "Authorization Finished" +msgstr "Autorizace dokonÄena" + +#: mediagoblin/templates/mediagoblin/api/oob.html:26 +msgid "Authorization Complete" +msgstr "Autorizace kompletnÃ" + +#: mediagoblin/templates/mediagoblin/api/oob.html:28 +msgid "Copy and paste this into your client:" +msgstr "Toto zkopÃrujte a vložte do svého klienta:" + +#: mediagoblin/templates/mediagoblin/auth/register.html:28 +#: mediagoblin/templates/mediagoblin/auth/register.html:36 +msgid "Create an account!" +msgstr "VytvoÅ™te si úÄet!" + +#: mediagoblin/templates/mediagoblin/auth/register.html:41 +msgid "Create" +msgstr "VytvoÅ™it" + +#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19 +#, python-format +msgid "" +"Hi %(username)s,\n" +"\n" +"to activate your GNU MediaGoblin account, open the following URL in\n" +"your web browser:\n" +"\n" +"%(verification_url)s" +msgstr "ZdravÃm, %(username)s,\n\nAbyste aktivoval(a) váš úÄet na GNU MediaGoblin, otevÅ™ete následujÃcà URL ve\nvaÅ¡em prohlÞeÄi:\n\n%(verification_url)s" + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:21 +#, python-format +msgid "" +"Powered by <a href=\"http://mediagoblin.org/\" title='Version " +"%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> project." +msgstr "Na tomto serveru běžà <a href=\"http://mediagoblin.org/\" title='Version %(version)s'>MediaGoblin</a>, projekt <a href=\"http://gnu.org/\">GNU</a>." + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:24 +#, python-format +msgid "" +"Released under the <a " +"href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a " +"href=\"%(source_link)s\">Source code</a> available." +msgstr "Vydáno pod licencà <a href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a href=\"%(source_link)s\">Zdrojový kód</a> je volnÄ› pÅ™Ãstupný." + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:30 +msgid "Terms of Service" +msgstr "PodmÃnky poskytovatele" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20 +msgid "Explore" +msgstr "Prozkoumat" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +msgid "Hi there, welcome to this MediaGoblin site!" +msgstr "Dobrý den, vÃtejte na MediaGoblinu!" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 +msgid "" +"This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " +"extraordinarily great piece of media hosting software." +msgstr "Na tÄ›chto stránkách běžà <a href=\"http://mediagoblin.org\">MediaGoblin</a>, úžasný software pro hostovánà mediÃ." + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 +msgid "" +"To add your own media, place comments, and more, you can log in with your " +"MediaGoblin account." +msgstr "Abyste mohli nahrávat vlastnà tvorby, psát komentáře, a jeÅ¡tÄ› vÃc, pÅ™ihlaÅ¡te se svým MediaGoblinovým úÄtem." + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 +msgid "Don't have one yet? It's easy!" +msgstr "JeÅ¡tÄ› ho nemáte? Je to jednoduché!" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 +msgid "" +"\n" +" >Create an account at this site</a>\n" +" or" +msgstr "\n>Založte si úÄet na tÄ›chto stránkách</a>\nnebo" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 +msgid "" +"\n" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "\n<a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Nastavte MediaGoblin na svém vlastnÃm serveru</a>" + +#: mediagoblin/templates/mediagoblin/bits/logo.html:23 +#: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 +msgid "MediaGoblin logo" +msgstr "Logo MediaGoblin" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:23 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:35 +#, python-format +msgid "Editing attachments for %(media_title)s" +msgstr "Upravujete pÅ™Ãlohy %(media_title)s" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 +msgid "Attachments" +msgstr "PÅ™Ãlohy" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 +msgid "Add attachment" +msgstr "PÅ™iložit soubor" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:63 +#: mediagoblin/templates/mediagoblin/edit/edit.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:33 +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:40 +msgid "Save changes" +msgstr "Uložit zmÄ›ny" + +#: mediagoblin/templates/mediagoblin/edit/change_email.html:23 +#: mediagoblin/templates/mediagoblin/edit/change_email.html:33 +#, python-format +msgid "Changing %(username)s's email" +msgstr "MÄ›nÃm email uživatele %(username)s" + +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 +#, python-format +msgid "Really delete user '%(user_name)s' and all related media/comments?" +msgstr "Opravdu smazat uživatele '%(user_name)s' a vÅ¡echnu asociovanou tvorbu/komentáře?" + +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 +msgid "Yes, really delete my account" +msgstr "Ano, skuteÄnÄ› chci smazat svůj úÄet" + +#: mediagoblin/templates/mediagoblin/edit/edit.html:23 +#: mediagoblin/templates/mediagoblin/edit/edit.html:35 +#, python-format +msgid "Editing %(media_title)s" +msgstr "Upravujete %(media_title)s" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:28 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:40 +#, python-format +msgid "Changing %(username)s's account settings" +msgstr "MÄ›nÃte nastavenà úÄtu %(username)s" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:54 +msgid "Delete my account" +msgstr "Smazat můj úÄet" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 +msgid "Email" +msgstr "Email" + +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29 +#, python-format +msgid "Editing %(collection_title)s" +msgstr "Editace %(collection_title)s" + +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23 +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34 +#, python-format +msgid "Editing %(username)s's profile" +msgstr "Upravujete profil %(username)s" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "Metadata pro \"%(media_name)s\"" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "Metadata" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "PÅ™idat nový řádek" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "Aktualizovat metadata" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "Odstranit prázdné řádky" + +#: mediagoblin/templates/mediagoblin/edit/verification.txt:19 +#, python-format +msgid "" +"Hi,\n" +"\n" +"We wanted to verify that you are %(username)s. If this is the case, then \n" +"please follow the link below to verify your new email address.\n" +"\n" +"%(verification_url)s\n" +"\n" +"If you are not %(username)s or didn't request an email change, you can ignore\n" +"this email." +msgstr "Dobrý den,\n\nPotÅ™ebujeme ověřit, jestli jste %(username)s. Pokud ano,\nkliknÄ›te prosÃm na tento odkaz pro ověřenà vašà nové emailové adresy.\n\n%(verification_url)s\n\nPokud nejste %(username)s, nebo jste nežádali o zmÄ›nu emailu, nemusÃte\nsi tohoto emailu vÅ¡Ãmat." + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 +msgid "New comments" +msgstr "Nové komentáře" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 +#: mediagoblin/templates/mediagoblin/media_displays/image.html:39 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 +#: mediagoblin/templates/mediagoblin/user_pages/report.html:48 +#, python-format +msgid "%(formatted_time)s ago" +msgstr "pÅ™ed %(formatted_time)s" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41 +msgid "Mark all read" +msgstr "OznaÄit jako pÅ™eÄtené" + +#: mediagoblin/templates/mediagoblin/listings/collection.html:30 +#: mediagoblin/templates/mediagoblin/listings/collection.html:35 +#: mediagoblin/templates/mediagoblin/listings/tag.html:30 +#: mediagoblin/templates/mediagoblin/listings/tag.html:35 +#, python-format +msgid "Media tagged with: %(tag_name)s" +msgstr "Tvorba se Å¡tÃtky: %(tag_name)s" + +#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34 +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:56 +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:67 +#: mediagoblin/templates/mediagoblin/media_displays/video.html:74 +msgid "Download" +msgstr "Stáhnout" + +#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:38 +msgid "Original" +msgstr "PůvodnÃ" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:44 +msgid "" +"Sorry, this audio will not work because \n" +"\tyour web browser does not support HTML5 \n" +"\taudio." +msgstr "Promiňte, tento zvukový soubor nelze pÅ™ehrát,\n\tprotože váš prohlÞeÄ nepodporuje HTML5\n\taudio." + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:47 +msgid "" +"You can get a modern web browser that \n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "Můžete si stáhnout modernà prohlÞeÄ, který \n\tumà pÅ™ehrávat tento typ zvuku, na <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a>!" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:60 +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:73 +#: mediagoblin/templates/mediagoblin/media_displays/video.html:80 +msgid "Original file" +msgstr "Původnà soubor" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:63 +msgid "WebM file (Vorbis codec)" +msgstr "Soubor WebM (kodek Vorbis)" + +#: mediagoblin/templates/mediagoblin/media_displays/image.html:36 +msgid "Created" +msgstr "VytvoÅ™eno" + +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 +#, python-format +msgid "Image for %(media_title)s" +msgstr "Obrázek %(media_title)s" + +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:81 +msgid "PDF file" +msgstr "Soubor PDF" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 +msgid "Perspective" +msgstr "Perspektiva" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 +msgid "Front" +msgstr "ZepÅ™edu" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 +msgid "Top" +msgstr "Zvrchu" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 +msgid "Side" +msgstr "Ze strany" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 +msgid "WebGL" +msgstr "WebGL" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 +msgid "Download model" +msgstr "Stáhnout model" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 +msgid "File Format" +msgstr "Formát souboru" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 +msgid "Object Height" +msgstr "Výška objektu" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:63 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "Omlouváme se, ale toto video nelze pÅ™ehrát, protože\nváš prohlÞeÄ nepodporuje HTML5\nvideo." + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:66 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "Můžete si stáhnout modernà prohlÞeÄ, který \n umà pÅ™ehrát toto video, na <a href=\"http://getfirefox.com\">\n http://getfirefox.com</a>!" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:88 +msgid "WebM file (VP8/Vorbis)" +msgstr "Soubor WebM (VP8/Vorbis)" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30 +msgid "" +"Here you can track the state of media being processed on this instance." +msgstr "Zde můžete sledovat stav tvoreb zpracovávaných na této instanci." + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32 +msgid "Media in-processing" +msgstr "Zpracovávané tvorby" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "ID" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "Uživatel" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "Odesláno" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "Stav transkódovánÃ" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "Neznámý" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 +msgid "No media in-processing" +msgstr "Žádné zpracovávané tvorby" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59 +msgid "These uploads failed to process:" +msgstr "Tyto tvorby se nepovedlo zpracovat:" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "PÅ™ÃÄina selhánÃ" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "Metadata o selhánÃ" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 +msgid "No failed entries!" +msgstr "Žádné záznamy o selhánÃ!" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:93 +msgid "Last 10 successful uploads" +msgstr "PoslednÃch 10 úspěšných uploadů" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "Odesláno" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 +msgid "No processed entries, yet!" +msgstr "ZatÃm tu nejsou žádné zpracované tvorby!" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:27 +msgid "Sorry, no such report found." +msgstr "Promiňte, žádné takové hlášenà nebylo nalezeno." + +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 +msgid "Return to Reports Panel" +msgstr "Návrat do Panelu HlášenÃ" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 +msgid "Report" +msgstr "HlášenÃ" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 +msgid "Reported comment" +msgstr "Nahlášený komentář" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 +#, python-format +msgid "" +"\n" +" â– Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n" +" " +msgstr "\nâ– Nahlášené medium od uživatele <a href=\"%(user_url)s\">%(user_name)s</a>" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 +#, python-format +msgid "" +"\n" +" CONTENT BY\n" +" <a href=\"%(user_url)s\"> %(user_name)s</a>\n" +" HAS BEEN DELETED\n" +" " +msgstr "\nOBSAH OD UŽIVATELE\n<a href=\"%(user_url)s\"> %(user_name)s</a>\nBYL SMAZÃN" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "Důvod hlášenÃ:" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 +msgid "Resolve" +msgstr "VyÅ™eÅ¡it" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 +msgid "Resolve This Report" +msgstr "VyÅ™eÅ¡it Toto HlášenÃ" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 +msgid "Status" +msgstr "Stav" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 +msgid "RESOLVED" +msgstr "VYŘEÅ ENO" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 +msgid "You cannot take action against an administrator" +msgstr "Nemáte oprávnÄ›nà zasáhnout proti administrátorovi" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27 +msgid "Report panel" +msgstr "Panel hlášenÃ" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30 +msgid "" +"\n" +" Here you can look up open reports that have been filed by users.\n" +" " +msgstr "\nZde můžete najÃt otevÅ™ená hlášenà podaná uživateli." + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:35 +msgid "Active Reports Filed" +msgstr "Aktivnà Podaná HlášenÃ" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +msgid "Offender" +msgstr "Pachatel" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78 +msgid "When Reported" +msgstr "Datum NahlášenÃ" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 +msgid "Reported By" +msgstr "OhlaÅ¡ovatel" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 +msgid "Reason" +msgstr "Důvod" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 +#, python-format +msgid "" +"\n" +" Comment Report #%(report_id)s\n" +" " +msgstr "\nNahlášenà Komentáře #%(report_id)s" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 +#, python-format +msgid "" +"\n" +" Media Report #%(report_id)s\n" +" " +msgstr "\nNahlášenà Tvorby #%(report_id)s" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +msgid "No open reports found." +msgstr "Nebyla nalezena žádná otevÅ™ená hlášenÃ." + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 +msgid "Closed Reports" +msgstr "UzavÅ™ená HlášenÃ" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +msgid "Resolved" +msgstr "VyÅ™eÅ¡eno" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +msgid "Action Taken" +msgstr "PÅ™ijaté OpatÅ™enÃ" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 +#, python-format +msgid "" +"\n" +" Closed Report #%(report_id)s\n" +" " +msgstr "\nUzavÅ™ené hlášenà #%(report_id)s" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 +msgid "No closed reports found." +msgstr "Nebyla nalezena žádná uzavÅ™ená hlášenÃ." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "Uživatel: %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "Návrat do Panelu Uživatelů" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "Omlouváme se, ale požadovaný uživatel nebyl nalezen." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Je tÅ™eba ověřit email" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "NÄ›kdo si zaregistroval úÄet s tÃmto jménem, zatÃm ale nebyl aktivován." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Profil %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "má ZÃKAZ až do %(expiration_date)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "má trvalý zákaz" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Tento uživatel si (zatÃm) nevyplnil profil." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Upravit profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Procházet sbÃrky" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "Aktivnà hlášenà na uživatele %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "ID hlášenÃ" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "Nahlášený obsah" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "Popis hlášenÃ" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "Hlášenà #%(report_number)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "Nahlášený komentář" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "Nahlášená tvorba" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "Na %(username)s nebyla podána žádná hlášenÃ" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "VÅ¡echna hlášenà na %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "VÅ¡echna hlášenÃ, která %(username)s podal(a)" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "OprávnÄ›nà uživatele %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "OprávnÄ›nÃ" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "UdÄ›leno" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "Ano" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "Ne" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "UdÄ›lit zákaz" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "Odvolat zákaz" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 +msgid "User panel" +msgstr "Panel uživatelů" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:29 +msgid "" +"\n" +" Here you can look up users in order to take punitive actions on them.\n" +" " +msgstr "\nZde můžete najÃt uživatele, abyste proti nim mohli podniknout pÅ™ÃsluÅ¡ná opatÅ™enÃ." + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34 +msgid "Active Users" +msgstr "Aktivnà Uživatelé" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 +msgid "When Joined" +msgstr "Datum Registrace" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78 +msgid "# of Comments Posted" +msgstr "PoÄet vložených komentářů" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 +msgid "No users found." +msgstr "Žádnà uživatelé nebyli nalezeni." + +#: mediagoblin/templates/mediagoblin/submit/collection.html:26 +msgid "Add a collection" +msgstr "PÅ™idat sbÃrku" + +#: mediagoblin/templates/mediagoblin/submit/start.html:28 +#: mediagoblin/templates/mediagoblin/submit/start.html:35 +msgid "Add your media" +msgstr "PÅ™idejte vaÅ¡i tvorbu" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "â– PÅ™ÃspÄ›vek od uživatele <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "PÅ™idat komentář" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "PÅ™idat tento komentář" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "PÅ™idáno" + +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 +#, python-format +msgid "%(collection_title)s (%(username)s's collection)" +msgstr "%(collection_title)s (sbÃrka uživatele %(username)s)" + +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:39 +#, python-format +msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "%(collection_title)s od <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "Smazat sbÃrku %(collection_title)s" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 +#, python-format +msgid "Really delete collection: %(title)s?" +msgstr "Opravdu smazat sbÃrku %(title)s?" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "Odstranit %(media_title)s z %(collection_title)s" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 +#, python-format +msgid "Really remove %(media_title)s from %(collection_title)s?" +msgstr "Opravdu odstranit %(media_title)s z %(collection_title)s?" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 +msgid "Remove" +msgstr "Odstranit" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21 +#, python-format +msgid "%(username)s's collections" +msgstr "SbÃrky uživatele %(username)s" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28 +#, python-format +msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections" +msgstr "SbÃrky <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19 +#, python-format +msgid "" +"Hi %(username)s,\n" +"%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n" +msgstr "ZdravÃm, uživateli %(username)s,\n%(comment_author)s vložil(a) komentář k vaÅ¡emu pÅ™ÃspÄ›vku (%(comment_url)s) na serveru %(instance_name)s\n" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30 +#, python-format +msgid "%(username)s's media" +msgstr "Tvorba %(username)s" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:38 +#, python-format +msgid "" +"<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a " +"href=\"%(tag_url)s\">%(tag)s</a>" +msgstr "Tvorba <a href=\"%(user_url)s\">%(username)s</a> se Å¡tÃtkem <a href=\"%(tag_url)s\">%(tag)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48 +#, python-format +msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media" +msgstr "Tvorba <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/media.html:38 +#, python-format +msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "â– ProhlÞenà tvoreb uživatele <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 +msgid "Comment Preview" +msgstr "Náhled Komentáře" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 +#, python-format +msgid "Add “%(media_title)s†to a collection" +msgstr "PÅ™idat “%(media_title)s†do sbÃrky" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54 +msgid "+" +msgstr "+" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58 +msgid "Add a new collection" +msgstr "PÅ™idat novou sbÃrku" + +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29 +msgid "" +"You can track the state of media being processed for your gallery here." +msgstr "Zde můžete sledovat stav tvoreb, které jsou zpracovávány pro vašà galerii." + +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89 +msgid "Your last 10 successful uploads" +msgstr "VaÅ¡ich poslednÃch 10 úspěšných uploadů" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:21 +msgid "<h2>File a Report</h2>" +msgstr "<h2>Nahlásit</h2>" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:24 +msgid "Reporting this Comment" +msgstr "NahlaÅ¡uji tento Komentář" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:60 +msgid "Reporting this Media Entry" +msgstr "NahlaÅ¡uji tuto Tvorbu" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:72 +#, python-format +msgid "" +"\n" +" â– Published by <a href=\"%(user_url)s\"\n" +" class=\"comment_authorlink\">%(username)s</a>\n" +" " +msgstr "\n â– Publikováno <a href=\"%(user_url)s\"\n class=\"comment_authorlink\">%(username)s</a>\n " + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:81 +msgid "File Report " +msgstr "Nahlásit" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 +msgid "Here's a spot to tell others about yourself." +msgstr "Zde můžete ostatnÃm Å™Ãct nÄ›co o sobÄ›." + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 +#, python-format +msgid "View all of %(username)s's media" +msgstr "Zobrazit vÅ¡echnu tvorbu uživatele %(username)s" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 +msgid "" +"This is where your media will appear, but you don't seem to have added " +"anything yet." +msgstr "Zde se zobrazà tvorba, ale zatÃm jste nic nepÅ™idal(a)." + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 +#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 +#: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 +msgid "There doesn't seem to be any media here yet..." +msgstr "Zdá se, že tu zatÃm žádná tvorba nenÃ..." + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 +msgid "Almost done! Your account still needs to be activated." +msgstr "Skoro hotovo! Váš úÄet musà jeÅ¡tÄ› být aktivován." + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:48 +msgid "" +"An email should arrive in a few moments with instructions on how to do so." +msgstr "Za pár minut by vám mÄ›l pÅ™ijÃt email s návodem, jak na to." + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:52 +msgid "In case it doesn't:" +msgstr "Pokud nepÅ™ijde:" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:55 +msgid "Resend verification email" +msgstr "Znovu zaslat ověřovacà email" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:63 +msgid "" +"Someone has registered an account with this username, but it still has to be" +" activated." +msgstr "NÄ›kdo si zaregistroval úÄet s tÃmto uživatelským jménem, ale jeÅ¡tÄ› nebyl aktivován." + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:68 +#, python-format +msgid "" +"If you are that person but you've lost your verification email, you can <a " +"href=\"%(login_url)s\">log in</a> and resend it." +msgstr "Pokud jste to vy, ale ztratili jste ověřovacà email, můžete se <a href=\"%(login_url)s\">pÅ™ihlásit</a> a odeslat jej znovu." + +#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49 +msgid "(remove)" +msgstr "(odstranit)" + +#: mediagoblin/templates/mediagoblin/utils/collections.html:21 +msgid "Collected in" +msgstr "Ve sbÃrce" + +#: mediagoblin/templates/mediagoblin/utils/collections.html:40 +msgid "Add to a collection" +msgstr "PÅ™idat do sbÃrky" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "OdebÃrat komentáře" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "UtiÅ¡it komentáře" + +#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 +#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 +msgid "feed icon" +msgstr "ikona kanálu" + +#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23 +#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23 +msgid "Atom feed" +msgstr "kanál Atom" + +#: mediagoblin/templates/mediagoblin/utils/license.html:25 +msgid "All rights reserved" +msgstr "VÅ¡echna práva vyhrazena" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:39 +msgid "↠Newer" +msgstr "↠NovÄ›jÅ¡Ã" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:45 +msgid "Older →" +msgstr "Staršà →" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:48 +msgid "Go to page:" +msgstr "PÅ™ejÃt na stránku:" + +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:28 +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:33 +msgid "newer" +msgstr "novÄ›jÅ¡Ã" + +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:39 +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:44 +msgid "older" +msgstr "starÅ¡Ã" + +#: mediagoblin/templates/mediagoblin/utils/report.html:25 +msgid "Report media" +msgstr "Nahlásit tvorbu" + +#: mediagoblin/templates/mediagoblin/utils/tags.html:20 +msgid "Tagged with" +msgstr "Å tÃtky" + +#: mediagoblin/tools/exif.py:81 +msgid "Could not read the image file." +msgstr "Soubor obrázku nelze pÅ™eÄÃst." + +#: mediagoblin/tools/response.py:38 +msgid "Oops!" +msgstr "Jejda!" + +#: mediagoblin/tools/response.py:39 +msgid "An error occured" +msgstr "DoÅ¡lo k chybÄ›" + +#: mediagoblin/tools/response.py:53 +msgid "Bad Request" +msgstr "Å patný Požadavek" + +#: mediagoblin/tools/response.py:55 +msgid "The request sent to the server is invalid, please double check it" +msgstr "Požadavek zaslaný na tento server je neplatný, prosÃm zkontrolujte ho." + +#: mediagoblin/tools/response.py:63 +msgid "Operation not allowed" +msgstr "Tato operace nenà dovolena" + +#: mediagoblin/tools/response.py:64 +msgid "" +"Sorry Dave, I can't let you do that!</p><p>You have tried to perform a " +"function that you are not allowed to. Have you been trying to delete all " +"user accounts again?" +msgstr "Promiň Dave, nemůžu ti dovolit to udÄ›lat!</p><p>PokouÅ¡eli jste se použÃt funkci, ke které nemáte oprávnÄ›nÃ." + +#: mediagoblin/tools/response.py:72 +msgid "" +"There doesn't seem to be a page at this address. Sorry!</p><p>If you're sure" +" the address is correct, maybe the page you're looking for has been moved or" +" deleted." +msgstr "Zdá se, že na této adrese žádná stránka nenÃ. Omlouváme se!</p><p>Pokud jste si jistÃ, že tato adresa je správná, je možné, že stránka, kterou hledáte, byla pÅ™esunuta nebo smazána." + +#: mediagoblin/tools/timesince.py:62 +msgid "year" +msgstr "rokem" + +#: mediagoblin/tools/timesince.py:63 +msgid "month" +msgstr "mÄ›sÃcem" + +#: mediagoblin/tools/timesince.py:64 +msgid "week" +msgstr "týdnem" + +#: mediagoblin/tools/timesince.py:65 +msgid "day" +msgstr "dnem" + +#: mediagoblin/tools/timesince.py:66 +msgid "hour" +msgstr "hodinou" + +#: mediagoblin/tools/timesince.py:67 +msgid "minute" +msgstr "minutou" + +#: mediagoblin/user_pages/forms.py:23 +msgid "Comment" +msgstr "Komentář" + +#: mediagoblin/user_pages/forms.py:25 +msgid "" +"You can use <a href=\"http://daringfireball.net/projects/markdown/basics\" " +"target=\"_blank\">Markdown</a> for formatting." +msgstr "Pro formátovánà můžete použÃvat <a href=\"http://cs.wikipedia.org/wiki/Markdown\" target=\"_blank\">Markdown</a>." + +#: mediagoblin/user_pages/forms.py:35 +msgid "I am sure I want to remove this item from the collection" +msgstr "Jsem si jist(a), že chci odstranit tuto položku ze sbÃrky" + +#: mediagoblin/user_pages/forms.py:39 +msgid "Collection" +msgstr "SbÃrka" + +#: mediagoblin/user_pages/forms.py:40 +msgid "-- Select --" +msgstr "-- Vyberte si --" + +#: mediagoblin/user_pages/forms.py:42 +msgid "Include a note" +msgstr "PÅ™idat poznámku" + +#: mediagoblin/user_pages/forms.py:49 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n" +" Markdown</a> for formatting." +msgstr "Pro formátovánà můžete použÃvat <a href=\"http://cs.wikipedia.org/wiki/Markdown\" target=\"_blank\">Markdown</a>." + +#: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 +msgid "Reason for Reporting" +msgstr "Důvod hlášenÃ" + +#: mediagoblin/user_pages/views.py:188 +msgid "Sorry, comments are disabled." +msgstr "Promiňte, komentáře jsou vypnuty" + +#: mediagoblin/user_pages/views.py:193 +msgid "Oops, your comment was empty." +msgstr "Chybka, váš komentář byl prázdný." + +#: mediagoblin/user_pages/views.py:199 +msgid "Your comment has been posted!" +msgstr "Váš komentář byl odeslán!" + +#: mediagoblin/user_pages/views.py:235 +msgid "Please check your entries and try again." +msgstr "Zkontrolujte prosÃm své tvorby a zkuste to znovu." + +#: mediagoblin/user_pages/views.py:275 +msgid "You have to select or add a collection" +msgstr "MusÃte vybrat nebo pÅ™idat sbÃrku" + +#: mediagoblin/user_pages/views.py:286 +#, python-format +msgid "\"%s\" already in collection \"%s\"" +msgstr "„%s“ už je ve sbÃrce „%s“" + +#: mediagoblin/user_pages/views.py:292 +#, python-format +msgid "\"%s\" added to collection \"%s\"" +msgstr "„%s“ pÅ™idáno do sbÃrky „%s“" + +#: mediagoblin/user_pages/views.py:317 +msgid "You deleted the media." +msgstr "Tuto tvorbu jste smazal(a)." + +#: mediagoblin/user_pages/views.py:336 +msgid "You are about to delete another user's media. Proceed with caution." +msgstr "Chystáte se smazat tvorbu jiného uživatele. BuÄte opatrná/ý." + +#: mediagoblin/user_pages/views.py:409 +msgid "You deleted the item from the collection." +msgstr "Smazal(a) jste položku ze sbÃrky." + +#: mediagoblin/user_pages/views.py:413 +msgid "The item was not removed because you didn't check that you were sure." +msgstr "Objekt nebyl odstranÄ›n, protože jste nezaÅ¡krtli, že jste si jistÃ." + +#: mediagoblin/user_pages/views.py:421 +msgid "" +"You are about to delete an item from another user's collection. Proceed with" +" caution." +msgstr "Chystáte se smazat položku ze sbÃrky dalÅ¡Ãho uživatele. BuÄte opatrná/ý." + +#: mediagoblin/user_pages/views.py:453 +#, python-format +msgid "You deleted the collection \"%s\"" +msgstr "Smazal(a) jste sbÃrku „%s“" + +#: mediagoblin/user_pages/views.py:460 +msgid "" +"The collection was not deleted because you didn't check that you were sure." +msgstr "SbÃrka nebyla odstranÄ›na, protože jste nezaÅ¡krtli, že jste si jistÃ." + +#: mediagoblin/user_pages/views.py:468 +msgid "" +"You are about to delete another user's collection. Proceed with caution." +msgstr "Chystáte se smazat sbÃrku dalÅ¡Ãho uživatele. BuÄte opatrná/ý." diff --git a/mediagoblin/i18n/da/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/da/LC_MESSAGES/mediagoblin.mo Binary files differindex b78e483e..fc22b30a 100644 --- a/mediagoblin/i18n/da/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/da/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/da/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/da/LC_MESSAGES/mediagoblin.po index bece988b..94d3f744 100644 --- a/mediagoblin/i18n/da/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/da/LC_MESSAGES/mediagoblin.po @@ -1,36 +1,36 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: -# Aputsiaĸ Niels Janussen <aj@isit.gl>, 2013 +# Aputsiaĸ Niels Janussen <aj@isit.gl>, 2013-2014 # Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2012 # Olle Jonsson <olle.jonsson@gmail.com>, 2012 -# ttrudslev <tanja.trudslev@gmail.com>, 2012 +# Tanja Trudslev <tanja.trudslev@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/mediagoblin/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Desværre, registrering er ikke muligt pÃ¥ denne instans" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "Beklager, godkendelse er slÃ¥et fra pÃ¥ denne instans." @@ -51,12 +51,12 @@ msgstr "Dette felt kræver en e-mailadresse." msgid "Sorry, a user with that name already exists." msgstr "Desværre, det brugernavn er allerede brugt" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Desværre, en bruger er allerede oprettet for den email" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "Nøglen til bekræftigelse eller bruger-id er ugyldigt." @@ -82,174 +82,189 @@ msgstr "Du har allerede bekræftet din email adresse!" msgid "Resent your verification email." msgstr "Email til godkendelse sendt igen." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titel" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Beskrivelse af arbejdet" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Du kan bruge\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> til formattering." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Tags" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Separer tags med kommaer." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Webnavn" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "Webnavnet kan ikke stÃ¥ tomt" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "Titeldelen af dette medie's adresse. Du behøver normalt ikke ændre dette." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Licens" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Bio" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Websted" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Denne adresse indeholder fejl" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "Email mig nÃ¥r andre kommenterer pÃ¥ mine medier" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "Aktivér insite-notifikationer for begivenheder." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Præferencer for licens" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "Dette vil blive dit standardlicens i formularer til overførsler." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "Titlen kan ikke være tom" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Beskrivelse af denne samling" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "Titeldelen af denne samlings's adresse. Du behøver normalt ikke ændre dette." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Gammelt kodeord" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Skriv dit gamle kodeord for at bevise det er din konto." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Ny kodeord" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "Ny e-mailadresse" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Kodeord" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "Angiv dit kodeord for at bevise at du ejer denne konto." -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Et post med dette webnavn findes allerede for denne bruger." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Du er ved at ændre en anden brugers' medier. Pas pÃ¥." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "Du tilføjede den vedhæftede fil %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Du kan kun redigere din egen profil." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Du er ved at ændre en bruger's profil. Pas pÃ¥." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Profilændringer gemt" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Kontoindstillinger gemt" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Du skal bekræfte at du vil slette din konto." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "Du har allerede en samling ved navn \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "En samling med dette webnavn findes allerede for denne bruger." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Du er ved at ændre en anden bruger's samling. Pas pÃ¥." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "Din e-mailadresse er blevet bekræftet." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Forkert kodeord" @@ -263,12 +278,12 @@ msgstr "" #: mediagoblin/gmg_commands/assetlink.py:76 msgid "However, old link directory symlink found; removed.\n" -msgstr "" +msgstr "Dog blev den symbolske henvisning til den tidligere kataloghenvisning fundet; fjernet.\n" #: mediagoblin/gmg_commands/assetlink.py:112 #, python-format msgid "Could not link \"%s\": %s exists and is not a symlink\n" -msgstr "" +msgstr "Kunne ikke henvise \"%s\": %s eksisterer og er ikke en symbolsk henvisning\n" #: mediagoblin/gmg_commands/assetlink.py:119 #, python-format @@ -280,6 +295,69 @@ msgstr "Springer over \"%s\"; allerede konfigureret.\n" msgid "Old link found for \"%s\"; removing.\n" msgstr "Gammel henvisning fundet for \"%s\"; fjerner.\n" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -287,11 +365,147 @@ msgid "" "domain." msgstr "CSRF-cookie er ikke tilstede. Dette skyldes højest sandsynligt en blokering af cookie eller lignende.<br/>Sørg for at tillade, at der angives cookie'er for dette domæne." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Desværre, jeg understøtter ikke den filtype :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Beskrivelse" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Jeg er sikker pÃ¥ at jeg vil slette dette" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Juhuu! Delt!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Mediet blev ikke slettet, fordi du ikke markerede at du var sikker." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Redigér" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Slet" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Sikker pÃ¥ at du vil slette %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Afbryd" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Slet permanent" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Tilføj" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "unoconv kunne ikke køres, tjek logfilen" @@ -302,11 +516,11 @@ msgstr "Omkodning af video mislykkedes" #: mediagoblin/moderation/forms.py:21 msgid "Take away privilege" -msgstr "" +msgstr "Fjern privilegiet" #: mediagoblin/moderation/forms.py:22 msgid "Ban the user" -msgstr "" +msgstr "Bandlys denne bruger" #: mediagoblin/moderation/forms.py:23 msgid "Send the user a message" @@ -314,27 +528,78 @@ msgstr "" #: mediagoblin/moderation/forms.py:24 msgid "Delete the content" -msgstr "" +msgstr "Slet indholdet" #: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 msgid "User will be banned until:" -msgstr "" +msgstr "Brugeren vil blive bandlyst indtil:" #: mediagoblin/moderation/forms.py:57 msgid "Why are you banning this User?" -msgstr "" +msgstr "Hvorfor bandlyser du denne bruger?" #: mediagoblin/moderation/forms.py:109 msgid "What action will you take to resolve the report?" -msgstr "" +msgstr "Hvilken handling vil du foretage, for at tackle rapporten?" #: mediagoblin/moderation/forms.py:115 msgid "What privileges will you take away?" +msgstr "Hvilke privilegier ønsker du at fjerne?" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "ubestemt tid" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." msgstr "" #: mediagoblin/moderation/tools.py:91 msgid "Warning from" -msgstr "" +msgstr "Advarsel fra" #: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60 msgid "commented on your post" @@ -350,27 +615,258 @@ msgstr "Abonnerede pÃ¥ kommentarer pÃ¥ %s!" msgid "You will not receive notifications for comments on %s." msgstr "Du vil ikke modtage notifikationer for kommentarer pÃ¥ %s." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "Der skal angives en oauth_token." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." -msgstr "" +msgstr "Beklager, filstørrelsen er for stor." -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." -msgstr "" +msgstr "Beklager, overførsel af denne fil vil betyde at du bryder grænsen for overførsel." -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." +msgstr "Beklager, du har nÃ¥et din grænse for filoverførsel." + +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Seneste mediefil" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" msgstr "" #: mediagoblin/plugins/basic_auth/forms.py:24 @@ -403,11 +899,11 @@ msgstr "Brugernavn eller email" msgid "" "If that email address (case sensitive!) is registered an email has been sent" " with instructions on how to change your password." -msgstr "" +msgstr "Hvis emailadressen (der skelnes mellem smÃ¥ og store bogstaver!) er en registreret, sÃ¥ er der blevet sendt en email med instrukser om ændring af adgangskode." #: mediagoblin/plugins/basic_auth/views.py:65 msgid "Couldn't find someone with that username." -msgstr "" +msgstr "Kunne ikke finde nogen med dette brugernavn." #: mediagoblin/plugins/basic_auth/views.py:68 msgid "" @@ -468,7 +964,7 @@ msgstr "Opret én her!" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 msgid "Change your password." -msgstr "" +msgstr "Skift din adgangskode." #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 @@ -494,6 +990,14 @@ msgstr "Vis pÃ¥ <a href=\"%(osm_url)s\">OpenStreetMap</a>" #: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 msgid "Sign in to create an account!" +msgstr "Log ind for at oprette en konto!" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" msgstr "" #: mediagoblin/plugins/oauth/forms.py:29 @@ -512,15 +1016,11 @@ msgstr "Navn" msgid "The name of the OAuth client" msgstr "Navnet af OAuth klienten" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Beskrivelse" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" " application to authenticate as them." -msgstr "" +msgstr "Dette vil være synligt for brugere, og tillader\ndine programmer at godkende som disse." #: mediagoblin/plugins/oauth/forms.py:40 msgid "Type" @@ -544,7 +1044,7 @@ msgstr "Omdirigér URI" msgid "" "The redirect URI for the applications, this field\n" " is <strong>required</strong> for public clients." -msgstr "" +msgstr "URI'en til viderestililng for applikationerne. Dette felt\ner <strong>pÃ¥krævet</strong> for offentlige klienter." #: mediagoblin/plugins/oauth/forms.py:66 msgid "This field is required for public clients" @@ -562,14 +1062,6 @@ msgstr "OAuth-klientforbindelser" msgid "Your OAuth clients" msgstr "Dine OAuth-klienter" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Tilføj" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -629,13 +1121,6 @@ msgstr "Tilføj et OpenID" msgid "Delete an OpenID" msgstr "Slet et OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Slet" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "OpenID'er" @@ -643,7 +1128,7 @@ msgstr "OpenID'er" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -673,21 +1158,21 @@ msgstr "Eller tilmeld dig med OpenID!" #: mediagoblin/plugins/persona/__init__.py:90 msgid "Sorry, an account is already registered to that Persona email." -msgstr "" +msgstr "Beklager, der er allerede en konto med denne Persona-email." #: mediagoblin/plugins/persona/views.py:138 msgid "The Persona email address was successfully removed." -msgstr "" +msgstr "Fjernelse af Persona-emailadressen blev gennemført." #: mediagoblin/plugins/persona/views.py:144 msgid "" "You can't delete your only Persona email address unless you have a password " "set." -msgstr "" +msgstr "Du kan ikke slette din eneste Persona-emailadresse, medmindre du har angivet en adgangskode." #: mediagoblin/plugins/persona/views.py:149 msgid "That Persona email address is not registered to this account." -msgstr "" +msgstr "Denne Persona-emailadresse er ikke registreret pÃ¥ denne konto." #: mediagoblin/plugins/persona/views.py:176 msgid "" @@ -708,7 +1193,7 @@ msgstr "" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 msgid "Persona's" -msgstr "" +msgstr "Persona'er" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 msgid "Or login with Persona!" @@ -732,7 +1217,7 @@ msgstr "" #: mediagoblin/submit/forms.py:30 msgid "Max file size: {0} mb" -msgstr "" +msgstr "Maks. filstørrelse: {0} mb" #: mediagoblin/submit/forms.py:34 msgid "File" @@ -743,16 +1228,12 @@ msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." -msgstr "" +msgstr "Du kan benytte\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> til tekstformatering." #: mediagoblin/submit/views.py:55 msgid "You must provide a file." msgstr "Du mÃ¥ give mig en fil" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Juhuu! Delt!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -760,46 +1241,42 @@ msgstr "Samlingen \"%s\" blev tilføjet!" #: mediagoblin/templates/mediagoblin/banned.html:20 msgid "You are Banned." -msgstr "" +msgstr "Du er blevet bandlyst." #: mediagoblin/templates/mediagoblin/banned.html:24 #: mediagoblin/templates/mediagoblin/error.html:24 msgid "Image of goblin stressing out" -msgstr "" +msgstr "Et billede at en goblin der er stresset" #: mediagoblin/templates/mediagoblin/banned.html:26 msgid "You have been banned" -msgstr "" +msgstr "Du er blevet bandlyst" #: mediagoblin/templates/mediagoblin/banned.html:28 #, python-format msgid "until %(until_when)s" -msgstr "" - -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" +msgstr "indtil %(until_when)s" -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Bekræft din email!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "log ud" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "<a href=\"%(user_url)s\">%(user_name)s</a>'s konto" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Skift kontoindstillinger" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -807,32 +1284,32 @@ msgstr "Skift kontoindstillinger" msgid "Media processing panel" msgstr "Panel til mediebehandling" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Log ud" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Tilføj medie" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Opret ny samling" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Seneste mediefil" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "Godkendelse" @@ -929,38 +1406,38 @@ msgstr "" msgid "Explore" msgstr "Udforsk" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Hey, velkommen til denne MediaGoblin side!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Dette sted kører <a href=\"http://mediagoblin.org\">MediaGoblin</a>, et særdeles godt stykke software til hosting af medier." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "For at tilføje dine egne medier, skrive kommentarer, og mere, du kan logge ind med din MediaGoblin konto." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "Har du ikke en endnu? Det er let!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n >Opret en konto pÃ¥ dette sted</a>\n eller" +" >Create an account at this site</a>\n" +" or" +msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "\n <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Opsæt MediaGoblin pÃ¥ din egen server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 @@ -974,27 +1451,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Redigerer vedhæftede filer for %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Vedhæftede filer" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Tilføj en vedhæftet fil" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Afbryd" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1012,18 +1478,12 @@ msgstr "Ændrer %(username)ss e-mail" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 #, python-format msgid "Really delete user '%(user_name)s' and all related media/comments?" -msgstr "" +msgstr "Sikker pÃ¥ at brugeren '%(user_name)s' og alle relaterede medier/kommentarer skal slettes?" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 msgid "Yes, really delete my account" msgstr "Ja, min konto skal slettes" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Slet permanent" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1055,6 +1515,27 @@ msgstr "Redigerer %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Redigerer %(username)s profil" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1075,10 +1556,12 @@ msgstr "Nye kommentarer" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1136,12 +1619,14 @@ msgid "Created" msgstr "Oprettet" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Bilelde for %(media_title)s" @@ -1150,35 +1635,35 @@ msgstr "Bilelde for %(media_title)s" msgid "PDF file" msgstr "PDF-fil" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "Perspektiv" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "Forside" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Top" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Side" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Hent model" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Filformat" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Objektets højde" @@ -1194,7 +1679,7 @@ msgid "" "You can get a modern web browser that \n" " can play this video at <a href=\"http://getfirefox.com\">\n" " http://getfirefox.com</a>!" -msgstr "" +msgstr "Du kan hente en moderne browser, der\n kan afspille videoen pÃ¥ <a href=\"http://getfirefox.com\">\n http://getfirefox.com</a>!" #: mediagoblin/templates/mediagoblin/media_displays/video.html:88 msgid "WebM file (VP8/Vorbis)" @@ -1210,6 +1695,32 @@ msgstr "Her kan du følge status for mediet, der bliver behandlet pÃ¥ denne inst msgid "Media in-processing" msgstr "Mediet er under behandling" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1220,6 +1731,14 @@ msgstr "Intet medie er under behandling" msgid "These uploads failed to process:" msgstr "Disse overførsler kunne ikke behandles:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1229,6 +1748,10 @@ msgstr "Ingen mislykkede poster!" msgid "Last 10 successful uploads" msgstr "Seneste 10 succesfulde overførsler" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1238,20 +1761,20 @@ msgstr "Ingen behandlede poster, endnu!" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" -msgstr "" +msgstr "Rapport" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" -msgstr "" +msgstr "Rapporteret kommentar" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1259,7 +1782,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1269,24 +1792,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1307,7 +1835,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1316,24 +1844,24 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" -msgstr "" +msgstr "Ã…rsag" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" " Comment Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Kommentarrapport #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1341,23 +1869,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1365,10 +1893,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Der kræves godkendelse af e-mail" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "%(username)s's profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Brugeren har ikke udfyldt sin profil (endnu)." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Ret profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Gennemse samlinger" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1385,10 +2045,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1410,6 +2066,26 @@ msgstr "Tilføj en samling" msgid "Add your media" msgstr "Tilføj dit medie" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Tilføj en kommentar" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Tilføj denne kommentar" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Tilføjet" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1420,23 +2096,27 @@ msgstr "%(collection_title)s (%(username)s's samling)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s fra <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Redigér" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Sikker pÃ¥ at du vil slette %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Sikker pÃ¥ at du vil fjerne %(media_title)s fra %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Fjern" @@ -1479,22 +2159,10 @@ msgstr "<a href=\"%(user_url)s\">%(username)s</a>s mediefil" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Gennemser medier fra <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Tilføj en kommentar" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Tilføj denne kommentar" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "ForhÃ¥ndsvisning af kommentar" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Tilføjet" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1543,52 +2211,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s's profil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Her kan du fortælle andre om dig selv." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Ret profil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Brugeren har ikke udfyldt sin profil (endnu)." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "Gennemse samlinger" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Vis alle %(username)s's mediefiler" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Her bliver dine medier vist, men det ser ikke ud til at du har tilføjet noget endnu." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Der ser ikke ud til at være nogen mediefiler her endnu ..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Der kræves godkendelse af e-mail" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Næsten færdig! Din konto skal stadig aktiveres." @@ -1625,12 +2268,20 @@ msgstr "(fjern)" #: mediagoblin/templates/mediagoblin/utils/collections.html:21 msgid "Collected in" -msgstr "" +msgstr "Indsamlet i" #: mediagoblin/templates/mediagoblin/utils/collections.html:40 msgid "Add to a collection" msgstr "Tilføj til en samling" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1675,7 +2326,7 @@ msgstr "" msgid "Tagged with" msgstr "Mærket med" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Kunne ikke indlæse billedfilen." @@ -1711,7 +2362,7 @@ msgid "" "There doesn't seem to be a page at this address. Sorry!</p><p>If you're sure" " the address is correct, maybe the page you're looking for has been moved or" " deleted." -msgstr "" +msgstr "Det ser ikke ud til at der er en side pÃ¥ denne adresse. Beklager!</p><p>Hvis du er sikker pÃ¥, at adressen er korrekt, sÃ¥ er siden du leder efter muligvis flyttet eller slettet." #: mediagoblin/tools/timesince.py:62 msgid "year" @@ -1747,10 +2398,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "Du kan anvende <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> til formatering." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Jeg er sikker pÃ¥ at jeg vil slette dette" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "Jeg er helt sikker pÃ¥ at jeg vil fjerne dette element fra samlingen" @@ -1778,73 +2425,69 @@ msgstr "Du kan anvende\n <a href=\"http://daringfireball.ne msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Beklager, kommentarer er slÃ¥et fra." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Uups, din kommentar var uden indhold." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Din kommentar er blevet slÃ¥et op!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Tjek venligst dine poster og forsøg igen." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Du skal vælge eller tilføje en samling" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" er allerede i samlingen \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" blev tiløføjet til samlingen \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Du slettede mediet." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Mediet blev ikke slettet, fordi du ikke markerede at du var sikker." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Der er i gang med at slette en anden brugers mediefil. Fortsæt med varsomhed." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Du slettede elementet fra samlingen." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "Elementet blev ikke fjernet, fordi du ikke markerede at du var sikker." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Du er i færd med at slette et element fra en anden brugers samling. Fortsæt med varsomhed." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "Du slettede samlingen \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "Samlingen blev ikke slettet, fordi du undlod at angive at du var sikker." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Du er i færd med at slette en anden brugers samling. Fortsæt med varsomhed." diff --git a/mediagoblin/i18n/de/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/de/LC_MESSAGES/mediagoblin.mo Binary files differindex 5aee44a7..2d71a2b9 100644 --- a/mediagoblin/i18n/de/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/de/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/de/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/de/LC_MESSAGES/mediagoblin.po index e1202161..5eb4266a 100644 --- a/mediagoblin/i18n/de/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/de/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -11,24 +11,29 @@ # Jakob Kramer <jakob.kramer@gmx.de>, 2012-2013 # Jan-Christoph Borchardt <hey@jancborchardt.net>, 2011 # Jan-Christoph Borchardt <hey@jancborchardt.net>, 2011, 2012 +# janssen <jan-transifex@aurka.com>, 2014 # Keyzo <kyoo@kyoo.ch>, 2011 +# Marc Riese <marc@k-fx.de>, 2013 +# Marc Riese <marc@k-fx.de>, 2013 # Elrond <elrond+mediagoblin.org@samba-tng.org>, 2011 -# Art O. Pal <artopal@fastmail.fm>, 2011 +# davidak <post@davidak.de>, 2014 +# Artopal <artopal@fastmail.fm>, 2011 +# spaetz <sebastian@sspaeth.de>, 2014 # spaetz <sebastian@sspaeth.de>, 2012 -# vinzv Vietzke <vinz@vinzv.de>, 2012 -# vinzv Vietzke <vinz@vinzv.de>, 2011 +# Vinzenz Vietzke <vinz@vinzv.de>, 2012 +# Vinzenz Vietzke <vinz@vinzv.de>, 2011 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" -"Last-Translator: cwebber <cwebber@dustycloud.org>\n" +"POT-Creation-Date: 2014-07-29 11:01-0500\n" +"PO-Revision-Date: 2014-08-04 17:42+0000\n" +"Last-Translator: janssen <jan-transifex@aurka.com>\n" "Language-Team: German (http://www.transifex.com/projects/p/mediagoblin/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -38,12 +43,12 @@ msgstr "Benutzerregistrierung ist auf diesem Server leider deaktiviert." #: mediagoblin/decorators.py:315 msgid "Sorry, reporting is disabled on this instance." -msgstr "" +msgstr "Das Melden ist auf dieser Instanz leider deaktiviert." #: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." -msgstr "" +msgstr "Authentifizierung ist auf dieser Instanz leider deaktiviert." #: mediagoblin/auth/tools.py:43 msgid "Invalid User name or email address." @@ -55,20 +60,20 @@ msgstr "Dieses Feld akzeptiert keine E-Mail-Adressen." #: mediagoblin/auth/tools.py:45 msgid "This field requires an email address." -msgstr "Dieses Feld benötigt eine E-Mail-Adresse." +msgstr "Dieses Feld benötigt eine gültige E-Mail-Adresse." #: mediagoblin/auth/tools.py:116 msgid "Sorry, a user with that name already exists." msgstr "Leider gibt es bereits einen Benutzer mit diesem Namen." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Leider gibt es bereits einen Benutzer mit dieser E-Mail-Adresse." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." -msgstr "" +msgstr "Der Bestätigungsschlüssel oder die Benutzer-ID stimmen nicht." #: mediagoblin/auth/views.py:161 msgid "" @@ -82,7 +87,7 @@ msgstr "Der Aktivierungsschlüssel oder die Nutzerkennung ist falsch." #: mediagoblin/auth/views.py:185 msgid "You must be logged in so we know who to send the email to!" -msgstr "Du musst angemeldet sein, damit wir wissen, wer die Email bekommt." +msgstr "Du musst angemeldet sein, damit wir wissen, an wen die E-Mail gesendet werden soll." #: mediagoblin/auth/views.py:193 msgid "You've already verified your email address!" @@ -92,174 +97,189 @@ msgstr "Deine E-Mail-Adresse wurde bereits aktiviert." msgid "Resent your verification email." msgstr "Aktivierungsmail wurde erneut versandt." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titel" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Beschreibung des Werkes" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." -msgstr "Die Texte lassen sich durch <a href=\"http://daringfireball.net/projects/markdown/basics\">Markdown</a> formatieren." +msgstr "Für Formatierung kannst du\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> benutzen." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Schlagwörter" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." -msgstr "Kommaseparierte Schlagwörter" +msgstr "Getrennt durch Kommata" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Kurztitel" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "Bitte gib einen Kurztitel ein" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "Der Titelteil der Medienadresse. Normalerweise muss hier nichts geändert werden." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Lizenz" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Biographie" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Webseite" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" -msgstr "Diese Adresse ist fehlerhaft" +msgstr "Die URL ist nicht gültig. Bitte überprüf sie nochmal..." -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "Mir eine E-Mail schicken, wenn andere meine Medien kommentieren" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." -msgstr "" +msgstr "Aktiviere innerhalb Benachrichtigungen über Ereignisse." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Bevorzugte Lizenz" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." -msgstr "Dies wird Deine Standardlizenz in den Upload-Forumularen sein." +msgstr "Dies wird deine Standardlizenz für neue Uploads sein." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" -msgstr "Der Titel kann nicht leer sein" +msgstr "Der Titel darf nicht leer sein" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Beschreibung dieser Sammlung" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "Der Titelteil dieser Sammlungsadresse. Du musst ihn normalerweise nicht ändern." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Altes Passwort" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." -msgstr "Gib dein altes Passwort ein, um zu bestätigen, dass du dieses Konto besitzt." +msgstr "Gib dein altes Passwort ein, um zu bestätigen, dass du der Besitzer dieses Kontos bist." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Neues Passwort" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" -msgstr "" +msgstr "Neue E-Mail-Adresse" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Passwort" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." +msgstr "Gib Dein Passwort ein, um zu bestätigen, dass Du dieses Konto besitzt." + +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Diesen Kurztitel hast du bereits vergeben." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Du bearbeitest die Medien eines anderen Nutzers. Sei bitte vorsichtig." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" -msgstr "Sie haben den Anhang %s hinzugefügt!" +msgstr "Du hast den Anhang %s hinzugefügt!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Du kannst nur dein eigenes Profil bearbeiten." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Du bearbeitest das Profil eines anderen Nutzers. Sei bitte vorsichtig." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Das Profil wurde aktualisiert" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Kontoeinstellungen gespeichert" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." -msgstr "Du musst die Löschung deines Kontos bestätigen." +msgstr "Du musst die Löschung deines Kontos noch bestätigen." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" -msgstr "Du hast bereits eine Sammlung mit Namen »%s«!" +msgstr "Du hast bereits eine Sammlung mit dem Namen \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "Eine Sammlung mit diesem Kurztitel existiert bereits für diesen Benutzer." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Du bearbeitest die Sammlung eines anderen Benutzers. Sei vorsichtig." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." -msgstr "" +msgstr "Deine E-Mail-Adresse wurde verifiziert." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Falsches Passwort" @@ -278,18 +298,81 @@ msgstr "Trotzdem wurde eine alte Verknüpfung gefunden; sie wurde entfernt\n" #: mediagoblin/gmg_commands/assetlink.py:112 #, python-format msgid "Could not link \"%s\": %s exists and is not a symlink\n" -msgstr "" +msgstr "Konnte \"%s\" nicht verlinken: %s existiert und ist kein Symlink\n" #: mediagoblin/gmg_commands/assetlink.py:119 #, python-format msgid "Skipping \"%s\"; already set up.\n" -msgstr "" +msgstr "Überspringe \"%s\"; bereits eingerichtet.\n" #: mediagoblin/gmg_commands/assetlink.py:124 #, python-format msgid "Old link found for \"%s\"; removing.\n" +msgstr "Alte Verknüpfung für \"%s\" gefunden; wird entfernt.\n" + +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "FEHLER: Diese Datei ist größer als das Hochlad-Limit für diese Seite." + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "FEHLER: Die Datei wird das Hochlad-Limit des Benutzers überschreiten." + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "FEHLER: Dieser Benutzer hat das Hochlad-Limit bereits erreicht." + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "{files_uploaded} aus {files_attempted} Dateien wurden erfolgreich hochgeladen" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -297,14 +380,150 @@ msgid "" "domain." msgstr "Das CSRF cookie ist nicht vorhanden. Das liegt vermutlich an einem Cookie-Blocker oder ähnlichem.<br/>Bitte stelle sicher, dass Cookies von dieser Domäne erlaubt sind." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" -msgstr "Entschuldigung, dieser Dateityp wird nicht unterstützt." +msgstr "Dieser Dateityp wird leider nicht unterstützt." + +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Beschreibung" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Ja, wirklich löschen" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "JAAA! Geschafft!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "Woohoo! Die Änderung am Blogeintrag ist durchgeführt." + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "Du hast den Blog gelöscht." + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Das Medium wurde nicht gelöscht, da du die Löschung nicht bestätigt hast." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "Du bist daran, einen Blog von einem anderen Benutzer zu löschen. Bitte sei vorsichtig." + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "Der Blog wurde nicht gelöscht, weil du keine Rechte für diesen Vorgang hast." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "Einen Blogeintrag hinzufügen" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "Blog editieren" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "Blog löschen" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Bearbeiten" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Löschen" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "<em> Gehe zur Listenansicht</em>" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "Noch kein Blogeintrag vorhanden." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Möchtest du %(title)s wirklich löschen?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Abbrechen" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Endgültig löschen" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "Erstelle/Editiere einen Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Hinzufügen" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "Erstelle/Editiere einen Blogeintrag." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "Erstelle/Editiere einen Blogeintrag." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "Blog von %(blog_owner_name)s" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "Zeige" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "Erstelle einen Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "Blog Übersicht" #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" -msgstr "" +msgstr "unoconv konnte nicht ausgeführt werden, überprüfe Logdatei" #: mediagoblin/media_types/video/processing.py:44 msgid "Video transcoding failed" @@ -312,39 +531,90 @@ msgstr "Videokonvertierung fehlgeschlagen" #: mediagoblin/moderation/forms.py:21 msgid "Take away privilege" -msgstr "" +msgstr "Rechte entziehen" #: mediagoblin/moderation/forms.py:22 msgid "Ban the user" -msgstr "" +msgstr "Benutzer sperren" #: mediagoblin/moderation/forms.py:23 msgid "Send the user a message" -msgstr "" +msgstr "Dem Benutzer eine Nachricht senden" #: mediagoblin/moderation/forms.py:24 msgid "Delete the content" -msgstr "" +msgstr "Inhalt löschen" #: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 msgid "User will be banned until:" -msgstr "" +msgstr "Benutzer wird gesperrt bis:" #: mediagoblin/moderation/forms.py:57 msgid "Why are you banning this User?" -msgstr "" +msgstr "Warum sperrst du diesen Benutzer?" #: mediagoblin/moderation/forms.py:109 msgid "What action will you take to resolve the report?" -msgstr "" +msgstr "Welche Maßnahme wirst du ergreifen, um die Meldung zu klären?" #: mediagoblin/moderation/forms.py:115 msgid "What privileges will you take away?" +msgstr "Welche Rechte wirst du entziehen?" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "Der Benutzer wurde verbannt wegen:" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "Nachricht zum Benutzer:" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "unbefristet" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." msgstr "" #: mediagoblin/moderation/tools.py:91 msgid "Warning from" -msgstr "" +msgstr "Warnung von" #: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60 msgid "commented on your post" @@ -353,34 +623,269 @@ msgstr "hat dein Medium kommentiert" #: mediagoblin/notifications/views.py:35 #, python-format msgid "Subscribed to comments on %s!" -msgstr "" +msgstr "Kommentare zu %s wurden abonniert!" #: mediagoblin/notifications/views.py:48 #, python-format msgid "You will not receive notifications for comments on %s." -msgstr "" +msgstr "Du wirst keine Benachrichtigungen für Kommentare zu %s mehr erhalten." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." -msgstr "" +msgstr "Ein OAuth-Token muss bereitgestellt werden." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." -msgstr "" +msgstr "Kein Anfrage-Token gefunden." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." -msgstr "" +msgstr "Die Datei ist zu groß." -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." -msgstr "" +msgstr "Das Hochladen dieser Datei würde dein Upload-Limit überschreiten." -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." +msgstr "Du hast dein Upload-Limit erreicht." + +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:64 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Neuste Medien" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:65 +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:72 +msgid "feature management panel." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:77 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" msgstr "" #: mediagoblin/plugins/basic_auth/forms.py:24 @@ -403,7 +908,7 @@ msgstr "Benutzername oder E-Mail-Adresse" #: mediagoblin/plugins/basic_auth/forms.py:46 msgid "Stay logged in" -msgstr "" +msgstr "Angemeldet bleiben" #: mediagoblin/plugins/basic_auth/forms.py:51 msgid "Username or email" @@ -432,7 +937,7 @@ msgstr "Die E-Mail zur Wiederherstellung des Passworts konnte nicht verschickt w #: mediagoblin/plugins/basic_auth/views.py:123 msgid "The user id is incorrect." -msgstr "" +msgstr "Die Benutzer-ID stimmt nicht." #: mediagoblin/plugins/basic_auth/views.py:139 msgid "You can now log in using your new password." @@ -442,11 +947,11 @@ msgstr "Du kannst dich jetzt mit deinem neuen Passwort anmelden." msgid "" "You are no longer an active user. Please contact the system admin to " "reactivate your account." -msgstr "" +msgstr "Du bist nicht länger ein aktiver Benutzer. Bitte kontaktiere den System-Administrator, um Dein Konto zu reaktivieren." #: mediagoblin/plugins/basic_auth/views.py:215 msgid "Your password was changed successfully" -msgstr "" +msgstr "Dein Passwort wurde erfolgreich geändert" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 @@ -455,18 +960,18 @@ msgstr "Dein neues Passwort" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39 msgid "Set password" -msgstr "Passwort setzen" +msgstr "Passwort ändern" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 #, python-format msgid "Changing %(username)s's password" -msgstr "" +msgstr "Ändere %(username)ss Passwort" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45 #: mediagoblin/templates/mediagoblin/edit/change_email.html:40 msgid "Save" -msgstr "" +msgstr "Speichern" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22 msgid "Don't have an account yet?" @@ -478,12 +983,12 @@ msgstr "Registriere dich einfach hier!" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 msgid "Change your password." -msgstr "" +msgstr "Ändere dein Passwort." #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 msgid "Recover password" -msgstr "Passwort wiederherstellen" +msgstr "Passwort zurücksetzen" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:34 msgid "Send instructions" @@ -504,6 +1009,14 @@ msgstr "In <a href=\"%(osm_url)s\">OpenStreetMap</a> öffnen" #: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 msgid "Sign in to create an account!" +msgstr "Anmelden um ein Konto zu erstellen!" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" msgstr "" #: mediagoblin/plugins/oauth/forms.py:29 @@ -522,10 +1035,6 @@ msgstr "Name" msgid "The name of the OAuth client" msgstr "Der Name des OAuth-Clients" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Beschreibung" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -562,7 +1071,7 @@ msgstr "Dieses Feld ist Pflicht für öffentliche Clients" #: mediagoblin/plugins/oauth/views.py:55 msgid "The client {0} has been registered!" -msgstr "Client {0} wurde registriert!" +msgstr "Der Client {0} wurde erfolgreich registriert!" #: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22 msgid "OAuth client connections" @@ -572,88 +1081,73 @@ msgstr "OAuth-Client-Verbindungen" msgid "Your OAuth clients" msgstr "Deine OAuth-Clients" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Hinzufügen" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 msgid "Sorry, an account is already registered to that OpenID." -msgstr "" +msgstr "Mit dieser OpenID wurde bereits ein Konto registriert." #: mediagoblin/plugins/openid/forms.py:38 msgid "OpenID" -msgstr "" +msgstr "OpenID" #: mediagoblin/plugins/openid/views.py:48 msgid "Sorry, the OpenID server could not be found" -msgstr "" +msgstr "Der OpenID-Server konnte leider nicht gefunden werden" #: mediagoblin/plugins/openid/views.py:61 #, python-format msgid "No OpenID service was found for %s" -msgstr "" +msgstr "Für %s konnte kein OpenID-Dienst gefunden werden" #: mediagoblin/plugins/openid/views.py:106 #, python-format msgid "Verification of %s failed: %s" -msgstr "" +msgstr "Überprüfung von %s fehlgeschlagen: %s" #: mediagoblin/plugins/openid/views.py:117 msgid "Verification cancelled" -msgstr "" +msgstr "Überprüfung abgebrochen" #: mediagoblin/plugins/openid/views.py:314 msgid "Your OpenID url was saved successfully." -msgstr "" +msgstr "Deine OpenID-URL wurde erfolgreich gespeichert." #: mediagoblin/plugins/openid/views.py:338 #: mediagoblin/plugins/openid/views.py:393 msgid "You can't delete your only OpenID URL unless you have a password set" -msgstr "" +msgstr "Du kannst deine OpenID-URL nicht löschen, solange kein Passwort gesetzt ist." #: mediagoblin/plugins/openid/views.py:343 #: mediagoblin/plugins/openid/views.py:402 msgid "That OpenID is not registered to this account." -msgstr "" +msgstr "Diese OpenID ist für dieses Konto nicht registriert." #: mediagoblin/plugins/openid/views.py:385 msgid "OpenID was successfully removed." -msgstr "" +msgstr "OpenID wurde erfolgreich entfernt." #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:34 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:23 msgid "Add an OpenID" -msgstr "" +msgstr "Eine OpenID hinzufügen" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:34 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:23 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:31 msgid "Delete an OpenID" -msgstr "" - -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Löschen" +msgstr "Eine OpenID entfernen" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" -msgstr "" +msgstr "OpenIDs" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -667,66 +1161,66 @@ msgstr "Anmeldevorgang fehlgeschlagen!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 msgid "Log in to create an account!" -msgstr "" +msgstr "Anmelden, um ein Konto zu erstellen!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 msgid "Or login with a password!" -msgstr "" +msgstr "Oder melde dich mit einem Passwort an!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 msgid "Or login with OpenID!" -msgstr "" +msgstr "Oder melde dich mit einer OpenID an!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23 msgid "Or register with OpenID!" -msgstr "" +msgstr "Oder registriere dich mit OpenID!" #: mediagoblin/plugins/persona/__init__.py:90 msgid "Sorry, an account is already registered to that Persona email." -msgstr "" +msgstr "Mit dieser Persona E-Mail wurde bereits ein Konto registriert." #: mediagoblin/plugins/persona/views.py:138 msgid "The Persona email address was successfully removed." -msgstr "" +msgstr "Die Persone E-Mail-Adresse wurde erfolgreich entfernt." #: mediagoblin/plugins/persona/views.py:144 msgid "" "You can't delete your only Persona email address unless you have a password " "set." -msgstr "" +msgstr "Du kannst deine Persona E-Mail-Adresse nicht löschen, solange kein Passwort gesetzt ist." #: mediagoblin/plugins/persona/views.py:149 msgid "That Persona email address is not registered to this account." -msgstr "" +msgstr "Diese Persona E-Mail-Adresse ist für dieses Konto nicht registriert." #: mediagoblin/plugins/persona/views.py:176 msgid "" "Sorry, an account is already registered with that Persona email address." -msgstr "" +msgstr "Mit dieser Persona E-Mail-Adresse wurde bereits ein Konto registriert." #: mediagoblin/plugins/persona/views.py:192 msgid "Your Persona email address was saved successfully." -msgstr "" +msgstr "Deine Persona E-Mail-Adresse wurde erfolgreich gespeichert." #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31 msgid "Delete a Persona email address" -msgstr "" +msgstr "Eine Persona E-Mail-Adresse löschen" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34 msgid "Add a Persona email address" -msgstr "" +msgstr "Eine Persona E-Mail-Adresse hinzufügen" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 msgid "Persona's" -msgstr "" +msgstr "Personas" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 msgid "Or login with Persona!" -msgstr "" +msgstr "Oder melde dich mit Persona an!" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22 msgid "Or register with Persona!" -msgstr "" +msgstr "Oder registriere dich mit Persona!" #: mediagoblin/processing/__init__.py:420 msgid "Invalid file given for media type." @@ -734,15 +1228,15 @@ msgstr "Die Datei stimmt nicht mit dem gewählten Medientyp überein." #: mediagoblin/processing/__init__.py:427 msgid "Copying to public storage failed." -msgstr "" +msgstr "Kopieren auf öffentlichen Speicher ist fehlgeschlagen." #: mediagoblin/processing/__init__.py:435 msgid "An acceptable processing file was not found" -msgstr "" +msgstr "Es wurde keine akzeptable Datei zum Verarbeiten gefunden" #: mediagoblin/submit/forms.py:30 msgid "Max file size: {0} mb" -msgstr "" +msgstr "Max. Dateigröße: {0} MB" #: mediagoblin/submit/forms.py:34 msgid "File" @@ -753,24 +1247,20 @@ msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." -msgstr "" +msgstr "Du kannst\n<a href=\"http://daringfireball.net/projects/markdown/basics\">\nMarkdown</a> zum Formatieren verwenden." #: mediagoblin/submit/views.py:55 msgid "You must provide a file." msgstr "Du musst eine Datei angeben." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "JAAA! Geschafft!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" -msgstr "Sammlung »%s« hinzugefügt!" +msgstr "Sammlung \"%s\" hinzugefügt!" #: mediagoblin/templates/mediagoblin/banned.html:20 msgid "You are Banned." -msgstr "" +msgstr "Du bist gesperrt." #: mediagoblin/templates/mediagoblin/banned.html:24 #: mediagoblin/templates/mediagoblin/error.html:24 @@ -779,37 +1269,33 @@ msgstr "Bild eines gestressten Goblins" #: mediagoblin/templates/mediagoblin/banned.html:26 msgid "You have been banned" -msgstr "" +msgstr "Du wurdest gesperrt" #: mediagoblin/templates/mediagoblin/banned.html:28 #, python-format msgid "until %(until_when)s" -msgstr "" +msgstr "bis %(until_when)s" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Bitte bestätige Deine E-Mail-Adresse!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" -msgstr "abmelden" +msgstr "Abmelden" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "<a href=\"%(user_url)s\">%(user_name)s</a>s Konto" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Kontoeinstellungen ändern" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -817,89 +1303,89 @@ msgstr "Kontoeinstellungen ändern" msgid "Media processing panel" msgstr "Medienverarbeitung" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Abmelden" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Medien hinzufügen" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" -msgstr "Neues Album erstellen" +msgstr "Neue Sammlung erstellen" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" -msgstr "" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" +msgstr "Benutzerverwaltung" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Neuste Medien" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" +msgstr "Meldungsverwaltung" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" -msgstr "" +msgstr "Autorisierung" #: mediagoblin/templates/mediagoblin/api/authorize.html:26 #: mediagoblin/templates/mediagoblin/api/authorize.html:53 msgid "Authorize" -msgstr "" +msgstr "Autorisieren" #: mediagoblin/templates/mediagoblin/api/authorize.html:29 msgid "You are logged in as" -msgstr "" +msgstr "Du bist angemeldet als" #: mediagoblin/templates/mediagoblin/api/authorize.html:33 msgid "Do you want to authorize " -msgstr "" +msgstr "Möchtest du" #: mediagoblin/templates/mediagoblin/api/authorize.html:37 msgid "an unknown application" -msgstr "" +msgstr "eine unbekannte Anwendung" #: mediagoblin/templates/mediagoblin/api/authorize.html:39 msgid " to access your account? " -msgstr "" +msgstr "dazu autorisieren auf dein Konto zuzugreifen?" #: mediagoblin/templates/mediagoblin/api/authorize.html:41 msgid "Applications with access to your account can: " -msgstr "" +msgstr "Anwendungen mit Zugriff auf dein Konto können:" #: mediagoblin/templates/mediagoblin/api/authorize.html:43 msgid "Post new media as you" -msgstr "" +msgstr "Neue Medien unter deinem Namen veröffentlichen" #: mediagoblin/templates/mediagoblin/api/authorize.html:44 msgid "See your information (e.g profile, media, etc...)" -msgstr "" +msgstr "Deine Informationen sehen (z.B. Profil, Medien, etc.)" #: mediagoblin/templates/mediagoblin/api/authorize.html:45 msgid "Change your information" -msgstr "" +msgstr "Deine Daten ändern" #: mediagoblin/templates/mediagoblin/api/oob.html:21 msgid "Authorization Finished" -msgstr "" +msgstr "Autorisierung abgeschlossen" #: mediagoblin/templates/mediagoblin/api/oob.html:26 msgid "Authorization Complete" -msgstr "" +msgstr "Autorisierung abgeschlossen" #: mediagoblin/templates/mediagoblin/api/oob.html:28 msgid "Copy and paste this into your client:" -msgstr "" +msgstr "Kopiere dies und füge es in deinem Client ein:" #: mediagoblin/templates/mediagoblin/auth/register.html:28 #: mediagoblin/templates/mediagoblin/auth/register.html:36 msgid "Create an account!" -msgstr "Neues Nutzerkonto registrieren!" +msgstr "Einloggen um ein Konto zu erstellen!" #: mediagoblin/templates/mediagoblin/auth/register.html:41 msgid "Create" @@ -914,7 +1400,7 @@ msgid "" "your web browser:\n" "\n" "%(verification_url)s" -msgstr "Hallo %(username)s,\n\num deinNutzerkonto bei GNU MediaGoblin zu aktivieren, musst du folgende Adresse in deinem Webbrowser öffnen:\n\n%(verification_url)s" +msgstr "Hallo %(username)s,\n\num dein Konto bei GNU MediaGoblin zu aktivieren, musst du folgende Adresse in deinem Webbrowser öffnen:\n\n%(verification_url)s" #: mediagoblin/templates/mediagoblin/bits/base_footer.html:21 #, python-format @@ -929,47 +1415,47 @@ msgid "" "Released under the <a " "href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a " "href=\"%(source_link)s\">Source code</a> available." -msgstr "Veröffentlicht unter der <a href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a> (<a href=\"%(source_link)s\">Quellcode</a>)." +msgstr "Veröffentlicht unter der <a href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a> (<a href=\"%(source_link)s\">Quelltext</a>)." #: mediagoblin/templates/mediagoblin/bits/base_footer.html:30 msgid "Terms of Service" -msgstr "" +msgstr "Nutzungsbedingungen" #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20 msgid "Explore" msgstr "Entdecken" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" -msgstr "Hallo du, willkommen auf dieser MediaGoblin-Seite!" +msgstr "Hallo und willkommen auf dieser MediaGoblin-Seite!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." -msgstr "Diese Webseite setzt <a href=\"http://mediagoblin.org\">MediaGoblin</a> ein, eine großartige Software für Medienhosting." +msgstr "Diese Webseite läuft mit <a href=\"http://mediagoblin.org\">MediaGoblin</a>, einer großartigen Software, um deine Medien zu veröffentlichen." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." -msgstr "Melde Dich mit Deinem MediaGoblin-Konto an, um eigene Medien hinzuzufügen, andere zu kommentieren und vieles mehr." +msgstr "Melde dich mit deinem MediaGoblin-Konto an, um eigene Medien hinzuzufügen, zu kommentieren und mehr." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" -msgstr "Hast du noch keinen? Das geht ganz einfach!" +msgstr "Du hast noch keins? Dann registrier dich hier einfach." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -984,27 +1470,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Bearbeite Anhänge von %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Anhänge" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Anhang hinzufügen" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Abbrechen" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1017,23 +1492,17 @@ msgstr "Änderungen speichern" #: mediagoblin/templates/mediagoblin/edit/change_email.html:33 #, python-format msgid "Changing %(username)s's email" -msgstr "" +msgstr "Ändere %(username)ss E-Mail" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 #, python-format msgid "Really delete user '%(user_name)s' and all related media/comments?" -msgstr "Soll das Konto »%(user_name)s« und alle zu ihm gehörigen Medien / Kommentare wirklich gelöscht werden?" +msgstr "Soll der Benutzer „%(user_name)s“ und all seine Medien sowie Kommentare wirklich gelöscht werden?" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 msgid "Yes, really delete my account" msgstr "Ja, ich möchte mein Konto wirklich löschen" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Dauerhaft löschen" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1052,7 +1521,7 @@ msgstr "Mein Konto löschen" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 msgid "Email" -msgstr "" +msgstr "E-Mail" #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29 #, python-format @@ -1065,6 +1534,27 @@ msgstr "Bearbeite %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "%(username)ss Profil bearbeiten" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1077,26 +1567,28 @@ msgid "" "\n" "If you are not %(username)s or didn't request an email change, you can ignore\n" "this email." -msgstr "" +msgstr "Hi,\n\nwir möchten überprüfen, dass Du %(username)s bist.\nWenn dies der Fall ist, dann folge bitte dem Link unten, um Deine neue E-Mail-Adresse zu bestätigen.\n\n%(verification_url)s\n\nWenn Du nicht %(username)s bist oder keine E-Mail-Änderung angefordert hast, dann kannst Du diese E-Mail ignorieren." #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 msgid "New comments" -msgstr "" +msgstr "Neue Kommentare" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" -msgstr "" +msgstr "vor %(formatted_time)s" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41 msgid "Mark all read" -msgstr "" +msgstr "Alles als gelesen markieren" #: mediagoblin/templates/mediagoblin/listings/collection.html:30 #: mediagoblin/templates/mediagoblin/listings/collection.html:35 @@ -1122,14 +1614,14 @@ msgid "" "Sorry, this audio will not work because \n" "\tyour web browser does not support HTML5 \n" "\taudio." -msgstr "Entschuldige, dieses Audiostück wird nicht funktionieren, weil dein Webbrowser kein HTML5-Audio unterstützt." +msgstr "Die Audiodatei kann nicht abgespielt werden, da dein Webbrowser kein HTML5 unterstützt." #: mediagoblin/templates/mediagoblin/media_displays/audio.html:47 msgid "" "You can get a modern web browser that \n" "\tcan play the audio at <a href=\"http://getfirefox.com\">\n" "\t http://getfirefox.com</a>!" -msgstr "Hol dir auf <a href=\"http://getfirefox.com\">http://getfirefox.com</a> einen modernen Webbrowser, der dieses Audiostück abspielen kann!" +msgstr "Lad dir einen modernen Webbrowser runter, z.B. <a href=\"http://www.mozilla.org/de/firefox/new/\">Firefox</a> oder <a href=\"https://www.google.com/chrome/\">Chrome</a>. Die können die Audiodatei abspielen." #: mediagoblin/templates/mediagoblin/media_displays/audio.html:60 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:73 @@ -1146,12 +1638,14 @@ msgid "Created" msgstr "Originaldatum" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Bild für %(media_title)s" @@ -1160,35 +1654,35 @@ msgstr "Bild für %(media_title)s" msgid "PDF file" msgstr "PDF-Datei" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "Perspektive" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "Vorderseite" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" -msgstr "" +msgstr "Draufsicht" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" -msgstr "" +msgstr "Seitenansicht" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Modell herunterladen" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Dateiformat" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Objekthöhe" @@ -1208,18 +1702,44 @@ msgstr "Hol dir auf <a href=\"http://getfirefox.com\">http://getfirefox.com</a> #: mediagoblin/templates/mediagoblin/media_displays/video.html:88 msgid "WebM file (VP8/Vorbis)" -msgstr "" +msgstr "WebM-Datei (VP8/Vorbis)" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30 msgid "" "Here you can track the state of media being processed on this instance." -msgstr "Hier kann man den Status von zu verarbeitenden Medien in diesem MediaGoblin-Exemplar sehen." +msgstr "Hier siehst du den Status der Medien, die derzeit Konvertiert werden." #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32 msgid "Media in-processing" msgstr "Medien in Bearbeitung" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "ID" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1230,6 +1750,14 @@ msgstr "Keine Medien in Bearbeitung" msgid "These uploads failed to process:" msgstr "Die folgenden Uploads sind fehlgeschlagen:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1237,7 +1765,11 @@ msgstr "Keine fehlgeschlagenen Einträge!" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:93 msgid "Last 10 successful uploads" -msgstr "Die letzten zehn erfolgreichen Uploads" +msgstr "Die letzten 10 erfolgreichen Uploads" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 @@ -1246,30 +1778,30 @@ msgstr "Noch keine verarbeiteten Einträge!" #: mediagoblin/templates/mediagoblin/moderation/report.html:27 msgid "Sorry, no such report found." -msgstr "" +msgstr "Keine Meldung gefunden." -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" -msgstr "" +msgstr "Zurück zur Meldungsverwaltung" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" -msgstr "" +msgstr "Meldung" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" -msgstr "" +msgstr "Gemeldeter Kommentar" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" " â– Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n" " " -msgstr "" +msgstr "\n â– Gemeldete Medien von <a href=\"%(user_url)s\">%(user_name)s</a>\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1277,139 +1809,272 @@ msgid "" " <a href=\"%(user_url)s\"> %(user_name)s</a>\n" " HAS BEEN DELETED\n" " " +msgstr "\n INHALT VON\n <a href=\"%(user_url)s\"> %(user_name)s</a>\n WURDE GELÖSCHT\n " + +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" -msgstr "" +msgstr "Beheben" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" -msgstr "" +msgstr "Diese Meldung beheben" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" -msgstr "" +msgstr "Status" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" -msgstr "" +msgstr "GELÖST" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" -msgstr "" +msgstr "Du kannst keine Maßnahmen gegen einen Administrator ergreifen" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27 msgid "Report panel" -msgstr "" +msgstr "Meldungsverwaltung" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30 msgid "" "\n" " Here you can look up open reports that have been filed by users.\n" " " -msgstr "" +msgstr "\n Hier kannst du offene Meldungen ansehen, die von Benutzern eingereicht wurden." #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:35 msgid "Active Reports Filed" -msgstr "" +msgstr "Offene Meldungen" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" -msgstr "" +msgstr "Täter" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78 msgid "When Reported" -msgstr "" +msgstr "Wann Gemeldet " #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" -msgstr "" +msgstr "Gemeldet von" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" -msgstr "" +msgstr "Grund" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" " Comment Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Kommentar-Meldung #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" " Media Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Medien-Meldung #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." -msgstr "" +msgstr "Keine offenen Meldungen gefunden." -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" -msgstr "" +msgstr "Geschlossene Meldungen" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" -msgstr "" +msgstr "Gelöst" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" -msgstr "" +msgstr "Eingeleitete Maßnahme" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" " Closed Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Geschlossene Meldung #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." +msgstr "Keine geschlossenen Meldungen gefunden." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "E-Mail Aktivierung benötigt" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "%(username)ss Profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Dieser Benutzer hat sein Profil noch nicht ausgefüllt." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Profil bearbeiten" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Sammlungen durchstöbern" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" -msgstr "" +msgstr "Benutzer-Ansicht" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:29 msgid "" "\n" " Here you can look up users in order to take punitive actions on them.\n" " " -msgstr "" +msgstr "\n Hier kannst Du Benutzer nachschlagen, um Strafmaßnahmen gegen sie einzuleiten.\n " #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34 msgid "Active Users" -msgstr "" - -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" +msgstr "Aktive Benutzer" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" -msgstr "" +msgstr "Wann Registriert" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78 msgid "# of Comments Posted" -msgstr "" +msgstr "# geschriebener Kommentare" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 msgid "No users found." -msgstr "" +msgstr "Keine Benutzer gefunden." #: mediagoblin/templates/mediagoblin/submit/collection.html:26 msgid "Add a collection" @@ -1420,6 +2085,26 @@ msgstr "Eine Sammlung hinzufügen" msgid "Add your media" msgstr "Deine Medien" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Einen Kommentar schreiben" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Kommentar hinzufügen" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Hinzugefügt" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1430,35 +2115,39 @@ msgstr "%(collection_title)s (ein Album von %(username)s)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s von <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Bearbeiten" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Möchtest du %(title)s wirklich löschen?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" -msgstr "Wirklich »%(media_title)s« aus »%(collection_title)s« entfernen?" +msgstr "Wirklich %(media_title)s aus %(collection_title)s entfernen?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Entfernen" #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21 #, python-format msgid "%(username)s's collections" -msgstr "Alben von %(username)s" +msgstr "Sammlungen von %(username)s" #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28 #, python-format msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections" -msgstr "Alben von <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "Sammlungen von <a href=\"%(user_url)s\">%(username)s</a>" #: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19 #, python-format @@ -1489,27 +2178,15 @@ msgstr "<a href=\"%(user_url)s\">%(username)s</a>s Medien" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Medien von <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Einen Kommentar schreiben" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Kommentar absenden" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Hinzugefügt" +msgstr "Kommentarvorschau" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format msgid "Add “%(media_title)s†to a collection" -msgstr "»%(media_title)s« zu einem Album hinzufügen" +msgstr "“%(media_title)s†zu einer Sammlung hinzufügen" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54 msgid "+" @@ -1526,19 +2203,19 @@ msgstr "Du kannst hier den Status der Medien verfolgen, die sich gerade in Bearb #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89 msgid "Your last 10 successful uploads" -msgstr "Deine zehn letzten erfolgreichen Uploads" +msgstr "Deine 10 letzten erfolgreichen Uploads" #: mediagoblin/templates/mediagoblin/user_pages/report.html:21 msgid "<h2>File a Report</h2>" -msgstr "" +msgstr "<h2>Reiche eine Meldung ein</h2>" #: mediagoblin/templates/mediagoblin/user_pages/report.html:24 msgid "Reporting this Comment" -msgstr "" +msgstr "Melde diesen Kommentar" #: mediagoblin/templates/mediagoblin/user_pages/report.html:60 msgid "Reporting this Media Entry" -msgstr "" +msgstr "Melde diesen Medien-Eintrag" #: mediagoblin/templates/mediagoblin/user_pages/report.html:72 #, python-format @@ -1547,57 +2224,32 @@ msgid "" " â– Published by <a href=\"%(user_url)s\"\n" " class=\"comment_authorlink\">%(username)s</a>\n" " " -msgstr "" +msgstr "\n â– Veröffentlicht von <a href=\"%(user_url)s\"\n class=\"comment_authorlink\">%(username)s</a>\n " #: mediagoblin/templates/mediagoblin/user_pages/report.html:81 msgid "File Report " -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)ss Profil" +msgstr "Reiche Meldung ein" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Hier kannst Du Dich selbst beschreiben." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Profil bearbeiten" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Dieser Benutzer hat (noch) keine Daten in seinem Profil." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "Sammlungen durchstöbern" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Alle Medien von %(username)s anschauen" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Hier erscheinen deine Medien, sobald du etwas hochgeladen hast." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." -msgstr "Scheinbar gibt es hier noch nichts …" - -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "E-Mail Aktivierung benötigt" +msgstr "Es wurden noch keine Medien hinzugefügt." #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." @@ -1620,7 +2272,7 @@ msgstr "Aktivierungsmail erneut senden" msgid "" "Someone has registered an account with this username, but it still has to be" " activated." -msgstr "Jemand hat bereits ein Konto mit diesem Benutzernamen registriert, aber es muss noch aktiviert werden." +msgstr "Jemand hat bereits ein Konto mit diesem Benutzernamen registriert, es muss aber noch aktiviert werden." #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:68 #, python-format @@ -1641,6 +2293,14 @@ msgstr "In den Sammlungen" msgid "Add to a collection" msgstr "Zu einer Sammlung hinzufügen" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1679,15 +2339,15 @@ msgstr "älter" #: mediagoblin/templates/mediagoblin/utils/report.html:25 msgid "Report media" -msgstr "" +msgstr "Medien melden" #: mediagoblin/templates/mediagoblin/utils/tags.html:20 msgid "Tagged with" msgstr "Schlagwörter" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." -msgstr "Die Bilddatei konnte nicht gelesen werden." +msgstr "Das Bild konnte nicht verarbeitet werden." #: mediagoblin/tools/response.py:38 msgid "Oops!" @@ -1695,15 +2355,15 @@ msgstr "Hoppla!" #: mediagoblin/tools/response.py:39 msgid "An error occured" -msgstr "Ein Fehler trat auf" +msgstr "Ein Fehler ist aufgetreten" #: mediagoblin/tools/response.py:53 msgid "Bad Request" -msgstr "" +msgstr "Ungültige Anfrage" #: mediagoblin/tools/response.py:55 msgid "The request sent to the server is invalid, please double check it" -msgstr "" +msgstr "Die zum Server gesendete Anfrage ist ungültig, bitte überprüfe sie noch einmal" #: mediagoblin/tools/response.py:63 msgid "Operation not allowed" @@ -1714,7 +2374,7 @@ msgid "" "Sorry Dave, I can't let you do that!</p><p>You have tried to perform a " "function that you are not allowed to. Have you been trying to delete all " "user accounts again?" -msgstr "So nicht!</p><p>Du wolltest eine Funktion verwenden zu der Du nicht die nötigen Rechte Rechte besitzt. Wolltest Du etwa schon wieder alle Nutzerkonten löschen?" +msgstr "So nicht!</p><p>Du wolltest eine Funktion verwenden zu der Du nicht die nötigen Rechte besitzt. Wolltest Du etwa schon wieder alle Nutzerkonten löschen?" #: mediagoblin/tools/response.py:72 msgid "" @@ -1755,11 +2415,7 @@ msgstr "Kommentar" msgid "" "You can use <a href=\"http://daringfireball.net/projects/markdown/basics\" " "target=\"_blank\">Markdown</a> for formatting." -msgstr "" - -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Ja, wirklich löschen" +msgstr "Du kannst <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> zum Formatieren verwenden." #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" @@ -1767,7 +2423,7 @@ msgstr "Ich bin sicher, dass ich dieses Objekt aus der Sammlung entfernen möcht #: mediagoblin/user_pages/forms.py:39 msgid "Collection" -msgstr "Album" +msgstr "Sammlung" #: mediagoblin/user_pages/forms.py:40 msgid "-- Select --" @@ -1775,86 +2431,82 @@ msgstr "-- Auswählen --" #: mediagoblin/user_pages/forms.py:42 msgid "Include a note" -msgstr "Notiz anfügen" +msgstr "Notiz einfügen" #: mediagoblin/user_pages/forms.py:49 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n" " Markdown</a> for formatting." -msgstr "" +msgstr "Du kannst\n<a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\nMarkdown</a> zum Formatieren verwenden." #: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 msgid "Reason for Reporting" -msgstr "" +msgstr "Grund für die Meldung" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." -msgstr "" +msgstr "Kommentare sind leider deaktiviert." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Hoppla, der Kommentartext fehlte." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Dein Kommentar wurde angenommen!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." -msgstr "Bitte prüfe deinen Einträge und versuche erneut." +msgstr "Bitte überprüfe deine Eingaben und versuche es erneut." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Du musst eine Sammlung auswählen oder hinzufügen" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" -msgstr "»%s« ist bereits in der Sammlung »%s«" +msgstr "\"%s\" ist bereits in der Sammlung \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" -msgstr "»%s« zur Sammlung »%s« hinzugefügt" +msgstr "\"%s\" zur Sammlung \"%s\" hinzugefügt" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Du hast das Medium gelöscht." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Das Medium wurde nicht gelöscht, da nicht angekreuzt hast, dass du es wirklich löschen möchtest." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Du versuchst Medien eines anderen Nutzers zu löschen. Sei bitte vorsichtig." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." -msgstr "Du hast das Objekt aus der Sammlung gelöscht." +msgstr "Du hast das Objekt aus der Sammlung entfernt." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "Das Objekt wurde nicht aus der Sammlung entfernt, weil du nicht bestätigt hast, dass du dir sicher bist." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." -msgstr "Du bist dabei ein Objekt aus der Sammlung eines anderen Nutzers zu entfernen. Sei vorsichtig." +msgstr "Du bist dabei ein Objekt aus der Sammlung eines anderen Benutzers zu entfernen. Sei vorsichtig." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" -msgstr "Du hast die Sammlung »%s« gelöscht" +msgstr "Du hast die Sammlung \"%s\" gelöscht" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "Die Sammlung wurde nicht gelöscht, weil du nicht bestätigt hast, dass du dir sicher bist." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." -msgstr "Du bist dabei eine Sammlung eines anderen Nutzers zu entfernen. Sei vorsichtig." +msgstr "Du bist dabei eine Sammlung eines anderen Benutzers zu entfernen. Sei vorsichtig." diff --git a/mediagoblin/i18n/el/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/el/LC_MESSAGES/mediagoblin.mo Binary files differnew file mode 100644 index 00000000..abd90e26 --- /dev/null +++ b/mediagoblin/i18n/el/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/el/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/el/LC_MESSAGES/mediagoblin.po new file mode 100644 index 00000000..04aa263e --- /dev/null +++ b/mediagoblin/i18n/el/LC_MESSAGES/mediagoblin.po @@ -0,0 +1,2490 @@ +# Translations template for PROJECT. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# +# Translators: +# Townnr <da81adfc@opayq.com>, 2014 +msgid "" +msgstr "" +"Project-Id-Version: GNU MediaGoblin\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" +"Last-Translator: cwebber <cwebber@dustycloud.org>\n" +"Language-Team: Greek (http://www.transifex.com/projects/p/mediagoblin/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 +msgid "Sorry, registration is disabled on this instance." +msgstr "Συγγνώμη, η εγγÏαφή Îχει απαγοÏευτεί σ' αυτό το instance (ÏŒ,τι κι αν σημαίνει αυτό εν Ï€ÏοκειμÎνω)" + +#: mediagoblin/decorators.py:318 +msgid "Sorry, reporting is disabled on this instance." +msgstr "" + +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/plugins/persona/views.py:77 +msgid "Sorry, authentication is disabled on this instance." +msgstr "" + +#: mediagoblin/auth/tools.py:43 +msgid "Invalid User name or email address." +msgstr "" + +#: mediagoblin/auth/tools.py:44 +msgid "This field does not take email addresses." +msgstr "" + +#: mediagoblin/auth/tools.py:45 +msgid "This field requires an email address." +msgstr "" + +#: mediagoblin/auth/tools.py:116 +msgid "Sorry, a user with that name already exists." +msgstr "Συγγνώμη, υπάÏχει ήδη χÏήστης/χÏήστÏια μ' αυτό το όνομα." + +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 +msgid "Sorry, a user with that email address already exists." +msgstr "Συγγνώμη, Îνας χÏήστης μ' αυτήν τη διεÏθυνση υπάÏχει ήδη." + +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 +msgid "The verification key or user id is incorrect." +msgstr "" + +#: mediagoblin/auth/views.py:161 +msgid "" +"Your email address has been verified. You may now login, edit your profile, " +"and submit images!" +msgstr "Η διεÏθυνσή σας Îχει επιβεβαιωθεί. ΜποÏείτε τώÏα να εισÎλθετε, να επεξεÏγαστείτε το Ï€Ïοφίλ σας, και να υποβάλλετε εικόνες!" + +#: mediagoblin/auth/views.py:167 +msgid "The verification key or user id is incorrect" +msgstr "Το κλειδί επιβεβαίωσης ή η ταυτότητα χÏήστη είναι εσφαλμÎνα." + +#: mediagoblin/auth/views.py:185 +msgid "You must be logged in so we know who to send the email to!" +msgstr "Î ÏÎπει να Îχετε εισÎλθει ώστε να ξÎÏουμε σε ποιον να στείλουμε την ηλ. επιστολή!" + +#: mediagoblin/auth/views.py:193 +msgid "You've already verified your email address!" +msgstr "Έχετε ήδη επιβεβαιώσει τη διεÏθυνση ηλεκτÏÎ¿Î½Î¹ÎºÎ¿Ï Ï„Î±Ï‡Ï…Î´Ïομείου σας!" + +#: mediagoblin/auth/views.py:203 +msgid "Resent your verification email." +msgstr "Η ηλεκτÏονική επιστολή επιβεβαίωσης επανεστάλη." + +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 +#: mediagoblin/user_pages/forms.py:45 +msgid "Title" +msgstr "Τίτλος" + +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 +msgid "Description of this work" +msgstr "ΠεÏιγÏαφή Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… ÎÏγου" + +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" +" Markdown</a> for formatting." +msgstr "ΜποÏείτε να χÏησιμοποιήσετε\n<a href=\"http://daringfireball.net/projects/markdown/basics\">\nτο Markdown</a> για μοÏφοποίηση." + +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 +msgid "Tags" +msgstr "ΕτικÎτες" + +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 +msgid "Separate tags by commas." +msgstr "ΔιαχωÏίστε τις ετικÎτες με κόμματα." + +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 +msgid "Slug" +msgstr "ΑÏάδα" + +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 +msgid "The slug can't be empty" +msgstr "Η αÏάδα δεν μποÏεί να είναι κενή" + +#: mediagoblin/edit/forms.py:44 +msgid "" +"The title part of this media's address. You usually don't need to change " +"this." +msgstr "Το τμήμα τίτλου της διεÏθυνσης Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… πολυμÎσου. Συνήθως δε χÏειάζεται να το αλλάξετε." + +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 +#: mediagoblin/templates/mediagoblin/utils/license.html:20 +msgid "License" +msgstr "Άδεια" + +#: mediagoblin/edit/forms.py:54 +msgid "Bio" +msgstr "ΒιογÏαφικό" + +#: mediagoblin/edit/forms.py:60 +msgid "Website" +msgstr "Ιστοσελίδα" + +#: mediagoblin/edit/forms.py:62 +msgid "This address contains errors" +msgstr "Αυτή η διεÏθυνση πεÏιÎχει σφάλματα" + +#: mediagoblin/edit/forms.py:67 +msgid "Email me when others comment on my media" +msgstr "Αποστείλετε ηλ. επιστολή όταν άλλοι σχολιάσουν τα πολυμÎσα μου" + +#: mediagoblin/edit/forms.py:69 +msgid "Enable insite notifications about events." +msgstr "" + +#: mediagoblin/edit/forms.py:71 +msgid "License preference" +msgstr "" + +#: mediagoblin/edit/forms.py:77 +msgid "This will be your default license on upload forms." +msgstr "" + +#: mediagoblin/edit/forms.py:90 +msgid "The title can't be empty" +msgstr "Ο τίτλος δεν μποÏεί να είναι κενός." + +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 +#: mediagoblin/user_pages/forms.py:48 +msgid "Description of this collection" +msgstr "ΠεÏιγÏαφή αυτής της συλλογής" + +#: mediagoblin/edit/forms.py:99 +msgid "" +"The title part of this collection's address. You usually don't need to " +"change this." +msgstr "Το τμήμα τίτλου της διεÏθυνσης αυτής της συλλογής. Αυτό συνήθως δε χÏειάζεται να το αλλάξετε." + +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 +msgid "Old password" +msgstr "Παλιός κωδικός" + +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 +msgid "Enter your old password to prove you own this account." +msgstr "Εισαγάγετε τον παλιό σας κωδικό για ν' αποδείξετε πως σας ανήκει αυτός ο λογαÏιασμός." + +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 +msgid "New password" +msgstr "ÎÎος κωδικός" + +#: mediagoblin/edit/forms.py:119 +msgid "New email address" +msgstr "" + +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/plugins/basic_auth/forms.py:43 +#: mediagoblin/plugins/ldap/forms.py:39 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 +#: mediagoblin/tests/test_util.py:116 +msgid "Password" +msgstr "Κωδικός" + +#: mediagoblin/edit/forms.py:125 +msgid "Enter your password to prove you own this account." +msgstr "" + +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 +msgid "An entry with that slug already exists for this user." +msgstr "ΥπάÏχει ήδη λήμμα μ' αυτήν την αÏάδα γι' αυτόν το χÏήστη/αυτήν τη χÏήστÏια." + +#: mediagoblin/edit/views.py:96 +msgid "You are editing another user's media. Proceed with caution." +msgstr "ΕπεξεÏγάζεστε τα πολυμÎσα ενός άλλου χÏήστη. Î ÏοχωÏήσετε με Ï€Ïοσοχή." + +#: mediagoblin/edit/views.py:166 +#, python-format +msgid "You added the attachment %s!" +msgstr "" + +#: mediagoblin/edit/views.py:193 +msgid "You can only edit your own profile." +msgstr "" + +#: mediagoblin/edit/views.py:199 +msgid "You are editing a user's profile. Proceed with caution." +msgstr "ΕπεξεÏγάζεστε το Ï€Ïοφίλ ενός χÏήστη. Î ÏοχωÏήσετε με Ï€Ïοσοχή." + +#: mediagoblin/edit/views.py:215 +msgid "Profile changes saved" +msgstr "ΑλλαγÎÏ‚ Ï€Ïοφίλ αποθηκεÏτηκαν." + +#: mediagoblin/edit/views.py:248 +msgid "Account settings saved" +msgstr "ΑλλαγÎÏ‚ λογαÏÎ¹Î±ÏƒÎ¼Î¿Ï Î±Ï€Î¿Î¸Î·ÎºÎµÏτηκαν." + +#: mediagoblin/edit/views.py:282 +msgid "You need to confirm the deletion of your account." +msgstr "" + +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 +#, python-format +msgid "You already have a collection called \"%s\"!" +msgstr "" + +#: mediagoblin/edit/views.py:322 +msgid "A collection with that slug already exists for this user." +msgstr "Μια συλλογή μ' αυτήν την αÏάδα υπάÏχει ήδη γι' αυτόν το χÏήστη." + +#: mediagoblin/edit/views.py:337 +msgid "You are editing another user's collection. Proceed with caution." +msgstr "ΕπεξεÏγάζεστε τη συλλογή ενός άλλου χÏήστη. Î ÏοχωÏήσετε με Ï€Ïοσοχή." + +#: mediagoblin/edit/views.py:378 +msgid "Your email address has been verified." +msgstr "" + +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 +msgid "Wrong password" +msgstr "ÎÎος κωδικός" + +#: mediagoblin/gmg_commands/assetlink.py:60 +msgid "Cannot link theme... no theme set\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:73 +msgid "No asset directory for this theme\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:76 +msgid "However, old link directory symlink found; removed.\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:112 +#, python-format +msgid "Could not link \"%s\": %s exists and is not a symlink\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:119 +#, python-format +msgid "Skipping \"%s\"; already set up.\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:124 +#, python-format +msgid "Old link found for \"%s\"; removing.\n" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + +#: mediagoblin/meddleware/csrf.py:134 +msgid "" +"CSRF cookie not present. This is most likely the result of a cookie blocker " +"or somesuch.<br/>Make sure to permit the settings of cookies for this " +"domain." +msgstr "" + +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 +msgid "Sorry, I don't support that file type :(" +msgstr "Συγγνώμη, δεν υποστηÏίζω αυτόν τον Ï„Ïπο αÏχείου :-(" + +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "ΠεÏιγÏαφή" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Είμαι σίγουÏος/η ότι θÎλω να το διαγÏάψω" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "ΓιοÏπι! ΠαÏασχÎθηκε!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Τα πολυμÎσα δε διεγÏάφησαν διότι δεν επιβεβαιώσατε την ανάλογη επιλογή." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "ΕπεξεÏγασία" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "ΔιαγÏαφή" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "ΘÎλετε Ï€Ïαγματικά να διαγÏάψετε το %(title)s;" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "ΑκÏÏωση" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Μόνιμη διαγÏαφή" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Î Ïοσθήκη" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + +#: mediagoblin/media_types/pdf/processing.py:142 +msgid "unoconv failing to run, check log file" +msgstr "" + +#: mediagoblin/media_types/video/processing.py:44 +msgid "Video transcoding failed" +msgstr "Η μετακωδικοποίηση του βίντεο απÎτυχε." + +#: mediagoblin/moderation/forms.py:21 +msgid "Take away privilege" +msgstr "" + +#: mediagoblin/moderation/forms.py:22 +msgid "Ban the user" +msgstr "" + +#: mediagoblin/moderation/forms.py:23 +msgid "Send the user a message" +msgstr "" + +#: mediagoblin/moderation/forms.py:24 +msgid "Delete the content" +msgstr "" + +#: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 +msgid "User will be banned until:" +msgstr "" + +#: mediagoblin/moderation/forms.py:57 +msgid "Why are you banning this User?" +msgstr "" + +#: mediagoblin/moderation/forms.py:109 +msgid "What action will you take to resolve the report?" +msgstr "" + +#: mediagoblin/moderation/forms.py:115 +msgid "What privileges will you take away?" +msgstr "" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + +#: mediagoblin/moderation/tools.py:91 +msgid "Warning from" +msgstr "" + +#: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60 +msgid "commented on your post" +msgstr "σχολίασε στην ανάÏτησή σας" + +#: mediagoblin/notifications/views.py:35 +#, python-format +msgid "Subscribed to comments on %s!" +msgstr "" + +#: mediagoblin/notifications/views.py:48 +#, python-format +msgid "You will not receive notifications for comments on %s." +msgstr "" + +#: mediagoblin/oauth/views.py:242 +msgid "Must provide an oauth_token." +msgstr "" + +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 +msgid "No request token found." +msgstr "" + +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/submit/views.py:78 +msgid "Sorry, the file size is too big." +msgstr "" + +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/submit/views.py:81 +msgid "Sorry, uploading this file will put you over your upload limit." +msgstr "" + +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/submit/views.py:87 +msgid "Sorry, you have reached your upload limit." +msgstr "" + +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Πιο Ï€Ïόσφατα πολυμÎσα" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:24 +#: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 +#: mediagoblin/plugins/persona/forms.py:24 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:76 +msgid "Username" +msgstr "Όνομα ΧÏήστη" + +#: mediagoblin/plugins/basic_auth/forms.py:32 +#: mediagoblin/plugins/ldap/forms.py:28 mediagoblin/plugins/openid/forms.py:31 +#: mediagoblin/plugins/persona/forms.py:28 +#: mediagoblin/plugins/persona/forms.py:39 +msgid "Email address" +msgstr "ΔιεÏθυνση ηλεκτÏÎ¿Î½Î¹ÎºÎ¿Ï Ï„Î±Ï‡Ï…Î´Ïομείου" + +#: mediagoblin/plugins/basic_auth/forms.py:39 +msgid "Username or Email" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:46 +msgid "Stay logged in" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:51 +msgid "Username or email" +msgstr "Όνομα χÏήστη ή διεÏθυνση ηλ. ταχ." + +#: mediagoblin/plugins/basic_auth/views.py:54 +msgid "" +"If that email address (case sensitive!) is registered an email has been sent" +" with instructions on how to change your password." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:65 +msgid "Couldn't find someone with that username." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:68 +msgid "" +"An email has been sent with instructions on how to change your password." +msgstr "Σας Îχει αποσταλεί μια ηλεκτÏονική επιστολή με οδηγίες για το πώς ν' αλλάξετε τον κωδικό σας." + +#: mediagoblin/plugins/basic_auth/views.py:75 +msgid "" +"Could not send password recovery email as your username is inactive or your " +"account's email address has not been verified." +msgstr "Δεν μποÏÎσαμε ν' αποστείλουμε ηλ. επιστολή ανάκτησης κωδικοÏ, καθώς το όνομα χÏήστη σας είναι ανενεÏγό ή η διεÏθυνση ηλ. ταχυδÏομείου του λογαÏÎ¹Î±ÏƒÎ¼Î¿Ï ÏƒÎ±Ï‚ δεν Îχει επιβεβαιωθεί." + +#: mediagoblin/plugins/basic_auth/views.py:123 +msgid "The user id is incorrect." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:139 +msgid "You can now log in using your new password." +msgstr "ΤώÏα μποÏείτε να εισÎλθετε με τον καινοÏÏιο σας κωδικό." + +#: mediagoblin/plugins/basic_auth/views.py:163 +msgid "" +"You are no longer an active user. Please contact the system admin to " +"reactivate your account." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:215 +msgid "Your password was changed successfully" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 +msgid "Set your new password" +msgstr "ΟÏισμός νÎου κωδικοÏ" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39 +msgid "Set password" +msgstr "ΟÏισμός κωδικοÏ" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 +#, python-format +msgid "Changing %(username)s's password" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45 +#: mediagoblin/templates/mediagoblin/edit/change_email.html:40 +msgid "Save" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22 +msgid "Don't have an account yet?" +msgstr "Δεν Îχετε ακόμα λογαÏιασμό;" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:24 +msgid "Create one here!" +msgstr "ΔημιουÏγήστε Îναν εδώ!" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 +msgid "Change your password." +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 +msgid "Recover password" +msgstr "Επανάκτηση κωδικοÏ" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:34 +msgid "Send instructions" +msgstr "Αποστολή οδηγιών" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/fp_link.html:22 +msgid "Forgot your password?" +msgstr "Ξεχάσατε τον κωδικό σας;" + +#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:24 +msgid "Location" +msgstr "Τοποθεσία" + +#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:52 +#, python-format +msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>" +msgstr "Δείτε το στο <a href=\"%(osm_url)s\">OpenStreetMap</a>" + +#: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 +msgid "Sign in to create an account!" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:29 +msgid "Allow" +msgstr "ΕπίτÏεψε" + +#: mediagoblin/plugins/oauth/forms.py:30 +msgid "Deny" +msgstr "ΑÏνήσου" + +#: mediagoblin/plugins/oauth/forms.py:34 +msgid "Name" +msgstr "Όνομα" + +#: mediagoblin/plugins/oauth/forms.py:35 +msgid "The name of the OAuth client" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:38 +msgid "" +"This will be visible to users allowing your\n" +" application to authenticate as them." +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:40 +msgid "Type" +msgstr "ΤÏπος" + +#: mediagoblin/plugins/oauth/forms.py:45 +msgid "" +"<strong>Confidential</strong> - The client can\n" +" make requests to the GNU MediaGoblin instance that can not be\n" +" intercepted by the user agent (e.g. server-side client).<br />\n" +" <strong>Public</strong> - The client can't make confidential\n" +" requests to the GNU MediaGoblin instance (e.g. client-side\n" +" JavaScript client)." +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:52 +msgid "Redirect URI" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:54 +msgid "" +"The redirect URI for the applications, this field\n" +" is <strong>required</strong> for public clients." +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:66 +msgid "This field is required for public clients" +msgstr "" + +#: mediagoblin/plugins/oauth/views.py:55 +msgid "The client {0} has been registered!" +msgstr "" + +#: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22 +msgid "OAuth client connections" +msgstr "" + +#: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22 +msgid "Your OAuth clients" +msgstr "" + +#: mediagoblin/plugins/openid/__init__.py:97 +#: mediagoblin/plugins/openid/views.py:268 +#: mediagoblin/plugins/openid/views.py:297 +msgid "Sorry, an account is already registered to that OpenID." +msgstr "" + +#: mediagoblin/plugins/openid/forms.py:38 +msgid "OpenID" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:48 +msgid "Sorry, the OpenID server could not be found" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:61 +#, python-format +msgid "No OpenID service was found for %s" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:106 +#, python-format +msgid "Verification of %s failed: %s" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:117 +msgid "Verification cancelled" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:314 +msgid "Your OpenID url was saved successfully." +msgstr "" + +#: mediagoblin/plugins/openid/views.py:338 +#: mediagoblin/plugins/openid/views.py:393 +msgid "You can't delete your only OpenID URL unless you have a password set" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:343 +#: mediagoblin/plugins/openid/views.py:402 +msgid "That OpenID is not registered to this account." +msgstr "" + +#: mediagoblin/plugins/openid/views.py:385 +msgid "OpenID was successfully removed." +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:34 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:23 +msgid "Add an OpenID" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:34 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:23 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:31 +msgid "Delete an OpenID" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 +msgid "OpenID's" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 +#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/auth/login.html:28 +#: mediagoblin/templates/mediagoblin/auth/login.html:36 +#: mediagoblin/templates/mediagoblin/auth/login.html:47 +msgid "Log in" +msgstr "Είσοδος" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:39 +#: mediagoblin/templates/mediagoblin/auth/login.html:39 +msgid "Logging in failed!" +msgstr "Είσοδος απÎτυχε!" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 +msgid "Log in to create an account!" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 +msgid "Or login with a password!" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 +msgid "Or login with OpenID!" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23 +msgid "Or register with OpenID!" +msgstr "" + +#: mediagoblin/plugins/persona/__init__.py:90 +msgid "Sorry, an account is already registered to that Persona email." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:138 +msgid "The Persona email address was successfully removed." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:144 +msgid "" +"You can't delete your only Persona email address unless you have a password " +"set." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:149 +msgid "That Persona email address is not registered to this account." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:176 +msgid "" +"Sorry, an account is already registered with that Persona email address." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:192 +msgid "Your Persona email address was saved successfully." +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31 +msgid "Delete a Persona email address" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34 +msgid "Add a Persona email address" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 +msgid "Persona's" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 +msgid "Or login with Persona!" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22 +msgid "Or register with Persona!" +msgstr "" + +#: mediagoblin/processing/__init__.py:420 +msgid "Invalid file given for media type." +msgstr "ΕσφαλμÎνο αÏχείο για το δεδομÎνο Ï„Ïπο πολυμÎσων." + +#: mediagoblin/processing/__init__.py:427 +msgid "Copying to public storage failed." +msgstr "" + +#: mediagoblin/processing/__init__.py:435 +msgid "An acceptable processing file was not found" +msgstr "" + +#: mediagoblin/submit/forms.py:30 +msgid "Max file size: {0} mb" +msgstr "" + +#: mediagoblin/submit/forms.py:34 +msgid "File" +msgstr "ΑÏχείο" + +#: mediagoblin/submit/forms.py:41 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" +" Markdown</a> for formatting." +msgstr "" + +#: mediagoblin/submit/views.py:55 +msgid "You must provide a file." +msgstr "Î ÏÎπει να παÏάσχετε Îνα αÏχείο." + +#: mediagoblin/submit/views.py:138 +#, python-format +msgid "Collection \"%s\" added!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:20 +msgid "You are Banned." +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:24 +#: mediagoblin/templates/mediagoblin/error.html:24 +msgid "Image of goblin stressing out" +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:26 +msgid "You have been banned" +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:28 +#, python-format +msgid "until %(until_when)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:97 +msgid "Verify your email!" +msgstr "Επιβεβαιώστε τη διεÏθυνση ηλεκτÏÎ¿Î½Î¹ÎºÎ¿Ï Ï„Î±Ï‡Ï…Î´Ïομείου σας!" + +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 +msgid "log out" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:131 +#, python-format +msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:138 +msgid "Change account settings" +msgstr "Αλλαγή Ïυθμίσεων λογαÏιασμοÏ" + +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:26 +msgid "Media processing panel" +msgstr "Πλαίσιο επεξεÏγασίας πολυμÎσων" + +#: mediagoblin/templates/mediagoblin/base.html:152 +msgid "Log out" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 +msgid "Add media" +msgstr "Î Ïοσθήκη πολυμÎσων" + +#: mediagoblin/templates/mediagoblin/base.html:158 +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 +msgid "Create new collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:21 +msgid "Authorization" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:26 +#: mediagoblin/templates/mediagoblin/api/authorize.html:53 +msgid "Authorize" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:29 +msgid "You are logged in as" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:33 +msgid "Do you want to authorize " +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:37 +msgid "an unknown application" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:39 +msgid " to access your account? " +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:41 +msgid "Applications with access to your account can: " +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:43 +msgid "Post new media as you" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:44 +msgid "See your information (e.g profile, media, etc...)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:45 +msgid "Change your information" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/oob.html:21 +msgid "Authorization Finished" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/oob.html:26 +msgid "Authorization Complete" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/oob.html:28 +msgid "Copy and paste this into your client:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/auth/register.html:28 +#: mediagoblin/templates/mediagoblin/auth/register.html:36 +msgid "Create an account!" +msgstr "ΔημιουÏγήστε λογαÏιασμό!" + +#: mediagoblin/templates/mediagoblin/auth/register.html:41 +msgid "Create" +msgstr "ΔημιουÏγία" + +#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19 +#, python-format +msgid "" +"Hi %(username)s,\n" +"\n" +"to activate your GNU MediaGoblin account, open the following URL in\n" +"your web browser:\n" +"\n" +"%(verification_url)s" +msgstr "ΧαίÏετε %(username)s,\n\nΓια να ενεÏγοποιήσετε το λογαÏιασμό σας στο GNU MediaGoblin, ανοίξτε την παÏακάτω διεÏθυνση στον πεÏιηγητή σας:\n\n%(verification_url)s" + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:21 +#, python-format +msgid "" +"Powered by <a href=\"http://mediagoblin.org/\" title='Version " +"%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> project." +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:24 +#, python-format +msgid "" +"Released under the <a " +"href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a " +"href=\"%(source_link)s\">Source code</a> available." +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:30 +msgid "Terms of Service" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20 +msgid "Explore" +msgstr "ΕξεÏεÏνηση" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +msgid "Hi there, welcome to this MediaGoblin site!" +msgstr "Î Î¿Î»Ï ÎºÎ±Î»Î·Î¼ÎÏα, καλωσοÏίσατε στη σελίδα του MediaGoblin!" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 +msgid "" +"This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " +"extraordinarily great piece of media hosting software." +msgstr "Αυτή η σελίδα Ï„ÏÎχει το<a href=\"http://mediagoblin.org\">MediaGoblin</a> , Îνα εξαίÏετα Ï…Ï€ÎÏοχο τεμάχιο Î»Î¿Î³Î¹ÏƒÎ¼Î¹ÎºÎ¿Ï Ï†Î¹Î»Î¿Î¾ÎµÎ½Î¯Î±Ï‚ πολυμÎσων." + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 +msgid "" +"To add your own media, place comments, and more, you can log in with your " +"MediaGoblin account." +msgstr "Για να Ï€ÏοσθÎσετε τα πολυμÎσα σας, να εισαγάγετε σχόλια και άλλα, μποÏείτε να εισÎλθετε με τον κωδικό σας για το MediaGoblin." + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 +msgid "Don't have one yet? It's easy!" +msgstr "Δεν Îχετε ακόμα; Είναι εÏκολο!" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 +msgid "" +"\n" +" >Create an account at this site</a>\n" +" or" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 +msgid "" +"\n" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/logo.html:23 +#: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 +msgid "MediaGoblin logo" +msgstr "Λογότυπο MediaGoblin" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:23 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:35 +#, python-format +msgid "Editing attachments for %(media_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 +msgid "Attachments" +msgstr "ΣυνημμÎνα" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 +msgid "Add attachment" +msgstr "Î Ïοσθήκη συνημμÎνου" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:63 +#: mediagoblin/templates/mediagoblin/edit/edit.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:33 +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:40 +msgid "Save changes" +msgstr "Αποθήκευση αλλαγών" + +#: mediagoblin/templates/mediagoblin/edit/change_email.html:23 +#: mediagoblin/templates/mediagoblin/edit/change_email.html:33 +#, python-format +msgid "Changing %(username)s's email" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 +#, python-format +msgid "Really delete user '%(user_name)s' and all related media/comments?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 +msgid "Yes, really delete my account" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit.html:23 +#: mediagoblin/templates/mediagoblin/edit/edit.html:35 +#, python-format +msgid "Editing %(media_title)s" +msgstr "ΕπεξεÏγασία του %(media_title)s" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:28 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:40 +#, python-format +msgid "Changing %(username)s's account settings" +msgstr "Αλλαγή Ïυθμίσεων λογαÏÎ¹Î±ÏƒÎ¼Î¿Ï Ï„Î¿Ï… χÏήστη %(username)s" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:54 +msgid "Delete my account" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 +msgid "Email" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29 +#, python-format +msgid "Editing %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23 +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34 +#, python-format +msgid "Editing %(username)s's profile" +msgstr "ΕπεξεÏγασία του Ï€Ïοφίλ του %(username)s" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/verification.txt:19 +#, python-format +msgid "" +"Hi,\n" +"\n" +"We wanted to verify that you are %(username)s. If this is the case, then \n" +"please follow the link below to verify your new email address.\n" +"\n" +"%(verification_url)s\n" +"\n" +"If you are not %(username)s or didn't request an email change, you can ignore\n" +"this email." +msgstr "" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 +msgid "New comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 +#: mediagoblin/templates/mediagoblin/media_displays/image.html:39 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 +#: mediagoblin/templates/mediagoblin/user_pages/report.html:48 +#, python-format +msgid "%(formatted_time)s ago" +msgstr "" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41 +msgid "Mark all read" +msgstr "" + +#: mediagoblin/templates/mediagoblin/listings/collection.html:30 +#: mediagoblin/templates/mediagoblin/listings/collection.html:35 +#: mediagoblin/templates/mediagoblin/listings/tag.html:30 +#: mediagoblin/templates/mediagoblin/listings/tag.html:35 +#, python-format +msgid "Media tagged with: %(tag_name)s" +msgstr "ΠολυμÎσα επιγεγÏαμμÎνα με: %(tag_name)s" + +#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34 +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:56 +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:67 +#: mediagoblin/templates/mediagoblin/media_displays/video.html:74 +msgid "Download" +msgstr "ΚαταφόÏτωση" + +#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:38 +msgid "Original" +msgstr "Αυθεντικό" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:44 +msgid "" +"Sorry, this audio will not work because \n" +"\tyour web browser does not support HTML5 \n" +"\taudio." +msgstr "Συγγνώμη, αυτό το αÏχείο ήχου δε θα δουλÎψει επειδή\n⇥ο πεÏιηγητής σας δεν υποστηÏίζει HTML5." + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:47 +msgid "" +"You can get a modern web browser that \n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "ΜποÏείτε να βÏείτε Îναν σÏγχÏονο πεÏιηγητή\n⇥που να μποÏεί να το αναπαÏαγάγει\n⇥στο <a href=\"http://getfirefox.com\">http://getfirefox.com</a>!" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:60 +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:73 +#: mediagoblin/templates/mediagoblin/media_displays/video.html:80 +msgid "Original file" +msgstr "Αυθεντικό αÏχείο" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:63 +msgid "WebM file (Vorbis codec)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/image.html:36 +msgid "Created" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 +#, python-format +msgid "Image for %(media_title)s" +msgstr "Εικόνα για %(media_title)s" + +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:81 +msgid "PDF file" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 +msgid "Perspective" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 +msgid "Front" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 +msgid "Top" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 +msgid "Side" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 +msgid "WebGL" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 +msgid "Download model" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 +msgid "File Format" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 +msgid "Object Height" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:63 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:66 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:88 +msgid "WebM file (VP8/Vorbis)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30 +msgid "" +"Here you can track the state of media being processed on this instance." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32 +msgid "Media in-processing" +msgstr "ΠολυμÎσα εν μÎσω επεξεÏγασίας" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 +msgid "No media in-processing" +msgstr "Δεν υπάÏχουν πολυμÎσα εν μÎσω επεξεÏγασίας" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59 +msgid "These uploads failed to process:" +msgstr "ΑυτÎÏ‚ οι αναφοÏτώσεις δεν επεξεÏγάστηκαν επιτυχώς:" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 +msgid "No failed entries!" +msgstr "ΜηδÎν αποτυχημÎνες εισαγωγÎÏ‚!" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:93 +msgid "Last 10 successful uploads" +msgstr "Τελευταίες 10 επιτυχημÎνες αναφοÏτώσεις" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 +msgid "No processed entries, yet!" +msgstr "Δεν υπάÏχουν ακόμα επεξεÏγασμÎνες εισαγωγÎÏ‚!" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:27 +msgid "Sorry, no such report found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 +msgid "Return to Reports Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 +msgid "Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 +msgid "Reported comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 +#, python-format +msgid "" +"\n" +" â– Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 +#, python-format +msgid "" +"\n" +" CONTENT BY\n" +" <a href=\"%(user_url)s\"> %(user_name)s</a>\n" +" HAS BEEN DELETED\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 +msgid "Resolve" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 +msgid "Resolve This Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 +msgid "Status" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 +msgid "RESOLVED" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 +msgid "You cannot take action against an administrator" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27 +msgid "Report panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30 +msgid "" +"\n" +" Here you can look up open reports that have been filed by users.\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:35 +msgid "Active Reports Filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +msgid "Offender" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78 +msgid "When Reported" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 +msgid "Reported By" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 +msgid "Reason" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 +#, python-format +msgid "" +"\n" +" Comment Report #%(report_id)s\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 +#, python-format +msgid "" +"\n" +" Media Report #%(report_id)s\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +msgid "No open reports found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 +msgid "Closed Reports" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +msgid "Resolved" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +msgid "Action Taken" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 +#, python-format +msgid "" +"\n" +" Closed Report #%(report_id)s\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 +msgid "No closed reports found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Επιβεβαίωση ηλεκτÏÎ¿Î½Î¹ÎºÎ¿Ï Ï„Î±Ï‡Ï…Î´Ïομείου απαÏαίτητη" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Το Ï€Ïοφίλ του %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Αυτός ο χÏήστης δεν Îχει συμπληÏώσει το Ï€Ïοφίλ του (ακόμα)." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "ΕπεξεÏγασία Ï€Ïοφίλ" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 +msgid "User panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:29 +msgid "" +"\n" +" Here you can look up users in order to take punitive actions on them.\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34 +msgid "Active Users" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 +msgid "When Joined" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78 +msgid "# of Comments Posted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 +msgid "No users found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/submit/collection.html:26 +msgid "Add a collection" +msgstr "Î Ïοσθήκη συλλογής" + +#: mediagoblin/templates/mediagoblin/submit/start.html:28 +#: mediagoblin/templates/mediagoblin/submit/start.html:35 +msgid "Add your media" +msgstr "Î Ïοσθήκη πολυμÎσων σας" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Î Ïοσθήκη σχολίου" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Î Ïοσθήκη Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… σχολίου" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 +#, python-format +msgid "%(collection_title)s (%(username)s's collection)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:39 +#, python-format +msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 +#, python-format +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 +#, python-format +msgid "Really remove %(media_title)s from %(collection_title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 +msgid "Remove" +msgstr "ΑφαίÏεση" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21 +#, python-format +msgid "%(username)s's collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28 +#, python-format +msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19 +#, python-format +msgid "" +"Hi %(username)s,\n" +"%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30 +#, python-format +msgid "%(username)s's media" +msgstr "Τα πολυμÎσα του/της %(username)s" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:38 +#, python-format +msgid "" +"<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a " +"href=\"%(tag_url)s\">%(tag)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48 +#, python-format +msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media" +msgstr "Τα πολυμÎσα του/της <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/media.html:38 +#, python-format +msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 +msgid "Comment Preview" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 +#, python-format +msgid "Add “%(media_title)s†to a collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54 +msgid "+" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58 +msgid "Add a new collection" +msgstr "Î Ïοσθήκη νÎας συλλογής" + +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29 +msgid "" +"You can track the state of media being processed for your gallery here." +msgstr "Από εδώ μποÏείτε να ιχνηλατήσετε την κατάσταση των πολυμÎσων που επεξεÏγάζονται για την πινακοθήκη σας." + +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89 +msgid "Your last 10 successful uploads" +msgstr "Οι τελευταίες 10 επιτυχημÎνες αναφοÏτώσεις σας" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:21 +msgid "<h2>File a Report</h2>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:24 +msgid "Reporting this Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:60 +msgid "Reporting this Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:72 +#, python-format +msgid "" +"\n" +" â– Published by <a href=\"%(user_url)s\"\n" +" class=\"comment_authorlink\">%(username)s</a>\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:81 +msgid "File Report " +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 +msgid "Here's a spot to tell others about yourself." +msgstr "Î™Î´Î¿Ï Îνα σημείο για να πείτε στους άλλους για τον εαυτό σας." + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 +#, python-format +msgid "View all of %(username)s's media" +msgstr "Î Ïοβολή όλων των πολυμÎσων του/της %(username)s" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 +msgid "" +"This is where your media will appear, but you don't seem to have added " +"anything yet." +msgstr "Εδώ θα εμφανίζονται τα πολυμÎσα σας, αν και δε φαίνεται να 'χετε Ï€ÏοσθÎσει ακόμα κάτι." + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 +#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 +#: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 +msgid "There doesn't seem to be any media here yet..." +msgstr "Δε φαίνεται να υπάÏχουν ακόμα εδώ πολυμÎσα..." + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 +msgid "Almost done! Your account still needs to be activated." +msgstr "Σχεδόν τελειώσαμε! Ο λογαÏιασμός σας Ï€ÏÎπει επιπλÎον να ενεÏγοποιηθεί." + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:48 +msgid "" +"An email should arrive in a few moments with instructions on how to do so." +msgstr "Λογικά θα λάβετε σε λίγο μια ηλεκτÏονική επιστολή με οδηγίες για το πώς να το κάνετε αυτό." + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:52 +msgid "In case it doesn't:" +msgstr "Σε πεÏίπτωση που δεν τη λάβετε:" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:55 +msgid "Resend verification email" +msgstr "Επαναποστολή επιστολής επιβεβαίωσης" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:63 +msgid "" +"Someone has registered an account with this username, but it still has to be" +" activated." +msgstr "Κάποιος Îχει ήδη δηλώσει Îνα λογαÏιασμό μ' αυτό το όνομα χÏήστη, αλλά δεν Îχει ενεÏγοποιηθεί ακόμα." + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:68 +#, python-format +msgid "" +"If you are that person but you've lost your verification email, you can <a " +"href=\"%(login_url)s\">log in</a> and resend it." +msgstr "Αν είστε αυτό το άτομο αλλά Îχετε απωλÎσει την επιστολή επιβεβαίωσης, μποÏείτε να <a href=\"%(login_url)s\">εισÎλθετε</a> και να την επαναποστείλετε." + +#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49 +msgid "(remove)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/collections.html:21 +msgid "Collected in" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/collections.html:40 +msgid "Add to a collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 +#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 +msgid "feed icon" +msgstr "εικονίδιο εισÏοής" + +#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23 +#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23 +msgid "Atom feed" +msgstr "εισÏοή Atom" + +#: mediagoblin/templates/mediagoblin/utils/license.html:25 +msgid "All rights reserved" +msgstr "Επιφυλάσσονται άπαντα τα δικαιώματα" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:39 +msgid "↠Newer" +msgstr "ÎεώτεÏα" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:45 +msgid "Older →" +msgstr "ΠαλιότεÏα" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:48 +msgid "Go to page:" +msgstr "Î Ïος σελίδα:" + +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:28 +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:33 +msgid "newer" +msgstr "νεώτεÏα" + +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:39 +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:44 +msgid "older" +msgstr "παλιότεÏα" + +#: mediagoblin/templates/mediagoblin/utils/report.html:25 +msgid "Report media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/tags.html:20 +msgid "Tagged with" +msgstr "ΕπιγεγÏαμμÎνο με" + +#: mediagoblin/tools/exif.py:81 +msgid "Could not read the image file." +msgstr "Το αÏχείο εικόνας δεν μπόÏεσε ν' αναγνωστεί." + +#: mediagoblin/tools/response.py:38 +msgid "Oops!" +msgstr "Ουπς!" + +#: mediagoblin/tools/response.py:39 +msgid "An error occured" +msgstr "" + +#: mediagoblin/tools/response.py:53 +msgid "Bad Request" +msgstr "" + +#: mediagoblin/tools/response.py:55 +msgid "The request sent to the server is invalid, please double check it" +msgstr "" + +#: mediagoblin/tools/response.py:63 +msgid "Operation not allowed" +msgstr "" + +#: mediagoblin/tools/response.py:64 +msgid "" +"Sorry Dave, I can't let you do that!</p><p>You have tried to perform a " +"function that you are not allowed to. Have you been trying to delete all " +"user accounts again?" +msgstr "" + +#: mediagoblin/tools/response.py:72 +msgid "" +"There doesn't seem to be a page at this address. Sorry!</p><p>If you're sure" +" the address is correct, maybe the page you're looking for has been moved or" +" deleted." +msgstr "" + +#: mediagoblin/tools/timesince.py:62 +msgid "year" +msgstr "" + +#: mediagoblin/tools/timesince.py:63 +msgid "month" +msgstr "" + +#: mediagoblin/tools/timesince.py:64 +msgid "week" +msgstr "" + +#: mediagoblin/tools/timesince.py:65 +msgid "day" +msgstr "" + +#: mediagoblin/tools/timesince.py:66 +msgid "hour" +msgstr "" + +#: mediagoblin/tools/timesince.py:67 +msgid "minute" +msgstr "" + +#: mediagoblin/user_pages/forms.py:23 +msgid "Comment" +msgstr "" + +#: mediagoblin/user_pages/forms.py:25 +msgid "" +"You can use <a href=\"http://daringfireball.net/projects/markdown/basics\" " +"target=\"_blank\">Markdown</a> for formatting." +msgstr "" + +#: mediagoblin/user_pages/forms.py:35 +msgid "I am sure I want to remove this item from the collection" +msgstr "" + +#: mediagoblin/user_pages/forms.py:39 +msgid "Collection" +msgstr "" + +#: mediagoblin/user_pages/forms.py:40 +msgid "-- Select --" +msgstr "-- Επιλογή --" + +#: mediagoblin/user_pages/forms.py:42 +msgid "Include a note" +msgstr "ΣÏναψη σημείωσης" + +#: mediagoblin/user_pages/forms.py:49 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n" +" Markdown</a> for formatting." +msgstr "" + +#: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 +msgid "Reason for Reporting" +msgstr "" + +#: mediagoblin/user_pages/views.py:188 +msgid "Sorry, comments are disabled." +msgstr "" + +#: mediagoblin/user_pages/views.py:193 +msgid "Oops, your comment was empty." +msgstr "Ουπς, το σχόλιό σας ήταν κενό." + +#: mediagoblin/user_pages/views.py:199 +msgid "Your comment has been posted!" +msgstr "Το σχόλιό σας αναÏτήθηκε!" + +#: mediagoblin/user_pages/views.py:235 +msgid "Please check your entries and try again." +msgstr "" + +#: mediagoblin/user_pages/views.py:275 +msgid "You have to select or add a collection" +msgstr "" + +#: mediagoblin/user_pages/views.py:286 +#, python-format +msgid "\"%s\" already in collection \"%s\"" +msgstr "" + +#: mediagoblin/user_pages/views.py:292 +#, python-format +msgid "\"%s\" added to collection \"%s\"" +msgstr "" + +#: mediagoblin/user_pages/views.py:317 +msgid "You deleted the media." +msgstr "Έχετε διαγÏάψει αυτά τα πολυμÎσα." + +#: mediagoblin/user_pages/views.py:336 +msgid "You are about to delete another user's media. Proceed with caution." +msgstr "Î Ïόκειται να διαγÏάψετε τα πολυμÎσα ενός άλλου χÏήστη. Î ÏοχωÏήσετε με Ï€Ïοσοχή." + +#: mediagoblin/user_pages/views.py:409 +msgid "You deleted the item from the collection." +msgstr "" + +#: mediagoblin/user_pages/views.py:413 +msgid "The item was not removed because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/user_pages/views.py:421 +msgid "" +"You are about to delete an item from another user's collection. Proceed with" +" caution." +msgstr "" + +#: mediagoblin/user_pages/views.py:453 +#, python-format +msgid "You deleted the collection \"%s\"" +msgstr "" + +#: mediagoblin/user_pages/views.py:460 +msgid "" +"The collection was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/user_pages/views.py:468 +msgid "" +"You are about to delete another user's collection. Proceed with caution." +msgstr "" diff --git a/mediagoblin/i18n/en/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/en/LC_MESSAGES/mediagoblin.po index 0d418eb9..e47603b7 100644 --- a/mediagoblin/i18n/en/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/en/LC_MESSAGES/mediagoblin.po @@ -1,31 +1,31 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2013. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" +"POT-Creation-Date: 2014-08-25 14:44-0500\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" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -46,12 +46,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -77,18 +77,23 @@ msgstr "" msgid "Resent your verification email." msgstr "" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a " @@ -96,156 +101,166 @@ msgid "" " Markdown</a> for formatting." msgstr "" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:143 msgid "Password" msgstr "" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "" @@ -276,6 +291,70 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure " +"it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie " @@ -283,11 +362,147 @@ msgid "" "this domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -328,6 +543,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -346,29 +612,299 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:241 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:246 mediagoblin/oauth/views.py:297 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's " +"URL and\n" +" then paste it into a new line in the text box above. There should " +"be only\n" +" one url per line. The url that you paste into the text box should " +"be under\n" +" the header describing how prominent a feature it will be (whether " +"Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to " +"feature are\n" +" inside the text box, click the Submit Query button, and your media " +"should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the" +" piece\n" +" of media you would like to feature or unfeature and look at the " +"bar to\n" +" the side of the media entry. If the piece of media has not been " +"featured\n" +" yet you should see a button that says \"Feature\". Press that " +"button and\n" +" the media will be featured as a Primary Feature at the top of the" +" page.\n" +" All other featured media entries will remain as features, but " +"will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is " +"currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and" +" \"Demote\"\n" +" where previously there was the button which said \"Feature\". " +"Click\n" +" Unfeature and that media entry will no longer be displayed on the" +"\n" +" front page, although you can feature it again at any point. " +"Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and " +"makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on " +"your\n" +" front page. Primary Features are placed at the top of the front " +"page and are\n" +" much larger. Next are Secondary Features, which are slightly " +"smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br " +"/><br />\n" +"\n" +" Primary Features also can display longer descriptions than " +"Secondary\n" +" Features, and Secondary Features can display longer descriptions " +"than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail " +"and a\n" +" portion of its description will be displayed on your website's " +"front page.\n" +" The number of characters displayed varies on the prominence of the " +"feature.\n" +" Primary Features display the first 512 characters of their " +"description,\n" +" Secondary Features display the first 256 characters of their " +"description,\n" +" and Tertiary Features display the first 128 characters of their " +"description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and " +"then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware " +"that if\n" +" you make a typo, once you press Submit Query, your media entry will" +" NOT be\n" +" featured. Make sure that all your intended Media Entries are " +"featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the " +"button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be " +"sure to\n" +" have media featured as long as your instance has the " +"'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be " +"found\n" +" in the <a href=\"%(featured_media_url)s\">feature management " +"panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -491,6 +1027,14 @@ msgstr "" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -507,10 +1051,6 @@ msgstr "" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -561,14 +1101,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -628,13 +1160,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -642,7 +1167,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -748,10 +1273,6 @@ msgstr "" msgid "You must provide a file." msgstr "" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -775,30 +1296,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -806,30 +1323,30 @@ msgstr "" msgid "Media processing panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" msgstr "" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 @@ -929,37 +1446,37 @@ msgstr "" msgid "Explore" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, " "an extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your" " MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" " +" <a class=\"button_action\" " "href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your " "own server</a>" msgstr "" @@ -976,27 +1493,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1020,12 +1526,6 @@ msgstr "" msgid "Yes, really delete my account" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1057,6 +1557,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1079,10 +1600,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1140,12 +1663,14 @@ msgid "Created" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1154,35 +1679,35 @@ msgstr "" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1213,6 +1738,32 @@ msgstr "" msgid "Media in-processing" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1223,6 +1774,14 @@ msgstr "" msgid "These uploads failed to process:" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1232,6 +1791,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1241,20 +1804,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1262,7 +1825,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1272,24 +1835,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1310,7 +1878,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1319,16 +1887,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1336,7 +1904,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1344,23 +1912,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1368,10 +1936,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1389,10 +2089,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1414,6 +2110,26 @@ msgstr "" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1424,23 +2140,27 @@ msgstr "" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "" @@ -1484,22 +2204,10 @@ msgstr "" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1547,52 +2255,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "" @@ -1634,6 +2317,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1678,7 +2369,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1751,10 +2442,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "" @@ -1784,74 +2471,70 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed " "with caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were " "sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/eo/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/eo/LC_MESSAGES/mediagoblin.mo Binary files differindex 4a4a1cf4..68ce5572 100644 --- a/mediagoblin/i18n/eo/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/eo/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/eo/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/eo/LC_MESSAGES/mediagoblin.po index bb6aef38..72c5b836 100644 --- a/mediagoblin/i18n/eo/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/eo/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -11,26 +11,26 @@ msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/mediagoblin/language/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: eo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "BedaÅrinde, registrado estas malaktivigita en tiu ĉi instalaĵo." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -51,12 +51,12 @@ msgstr "Ĉi tiu kampo postulas retpoÅtadreson." msgid "Sorry, a user with that name already exists." msgstr "BedaÅrinde, uzanto kun tiu nomo jam ekzistas." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Ni bedaÅras, sed konto kun tiu retpoÅtadreso jam ekzistas." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -82,174 +82,189 @@ msgstr "Vi jam konfirmis vian retpoÅtadreson!" msgid "Resent your verification email." msgstr "Resendi vian kontrol-mesaÄon." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titolo" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Priskribo de ĉi tiu verko" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Vi povas uzi por markado la lingvon\n «<a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a>»." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Etikedoj" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Dividu la etikedojn per komoj." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "La distingiga adresparto" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "La distingiga adresparto ne povas esti malplena" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "La dosiertitol-bazita parto de la dosieradreso. Ordinare ne necesas Äin ÅanÄi." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Permesilo" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Bio" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Retejo" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Ĉi tiu adreso enhavas erarojn" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "RetpoÅtu min kiam aliaj komentas pri miaj alÅutaĵoj." -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Permesila prefero" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "Tiu ĉi permesilo estos antaÅelektita en la alÅutformularoj." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "La titolo ne povas malpleni." -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Priskribo de la kolekto" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "La distingiga adresparto de ĉi tiu kolekto. Ordinare ne necesas Äin ÅanÄi." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "La malnova pasvorto" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Enigu vian malnovan pasvorton por pruvi, ke ĉi tiu konto estas via." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "La nova pasvorto" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Pasvorto" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Ĉi tiu uzanto jam havas dosieron kun tiu distingiga adresparto." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Vi priredaktas dosieron de alia uzanto. Agu singardeme." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "Vi aldonis la kundosieron %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Vi povas redakti nur vian propran profilon." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Vi redaktas profilon de alia uzanto. Agu singardeme." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "ProfilÅanÄoj estis konservitaj" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Kontagordoj estis konservitaj" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Vi bezonas konfirmi la forigon de via konto." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "Vi jam havas kolekton kun la nomo «%s»!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "Ĉi tiu uzanto jam havas kolekton kun tiu distingiga adresparto." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Vi redaktas kolekton de alia uzanto. Agu singardeme." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "MalÄusta pasvorto" @@ -280,6 +295,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -287,11 +365,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Mi pardonpetas, mi ne subtenas tiun dosiertipon :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Priskribo" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Jes, mi volas forigi ĉi tion." + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Hura! AlÅutitas!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "La dosiero ne estis forigita, ĉar vi ne konfirmis vian certecon per la markilo." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "ÅœanÄi" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Forigi" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Ĉu vere forigi %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Nuligi" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Forigi senrevene" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Aldoni" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -332,6 +546,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -350,29 +615,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Laste aldonitaj dosieroj" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -496,6 +992,14 @@ msgstr "Vidi sur <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -512,10 +1016,6 @@ msgstr "Nomo" msgid "The name of the OAuth client" msgstr "La nomo de la OAuth-kliento" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Priskribo" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -562,14 +1062,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Aldoni" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -629,13 +1121,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Forigi" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -643,7 +1128,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -749,10 +1234,6 @@ msgstr "" msgid "You must provide a file." msgstr "Vi devas provizi dosieron." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Hura! AlÅutitas!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -776,30 +1257,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Konfirmu viecon de la retpoÅtadreso!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "elsaluti" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "Konto de <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "ÅœanÄi kontagordojn" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -807,32 +1284,32 @@ msgstr "ÅœanÄi kontagordojn" msgid "Media processing panel" msgstr "Kontrolejo pri dosierpreparado." -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Elsaluti" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Aldoni dosieron" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Krei novan kolekton" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Laste aldonitaj dosieroj" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "" @@ -929,37 +1406,37 @@ msgstr "" msgid "Explore" msgstr "ĈirkaÅrigardi" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Saluton, kaj bonvenon al ĉi tiu MediaGoblina retpaÄaro!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Ĉi tiu retpaÄaro funkcias per <a href=\"http://mediagoblin.org\">MediaGoblin</a>, eksterordinare bonega programaro por gastigado de aÅdâ€vidâ€dosieroj." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Por aldoni viajn proprajn dosierojn, afiÅi komentariojn ktp, vi povas ensaluti je via MediaGoblina konto." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "Ĉu vi ankoraÅ ne havas tian? Ne malÄoju!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -974,27 +1451,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Aldoni kundosierojn por %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Kundosieroj" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Aldoni kundosieron" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Nuligi" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1018,12 +1484,6 @@ msgstr "Ĉu efektive forigi la uzantokonton «%(user_name)s» kaj ĉiujn Äiajn msgid "Yes, really delete my account" msgstr "Jes, efektive forigi mian konton" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Forigi senrevene" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1055,6 +1515,27 @@ msgstr "Redaktado de %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Redaktado de l’profilo de %(username)s'" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1075,10 +1556,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1136,12 +1619,14 @@ msgid "Created" msgstr "Kreita" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Bildo de «%(media_title)s»" @@ -1150,35 +1635,35 @@ msgstr "Bildo de «%(media_title)s»" msgid "PDF file" msgstr "PDF-dosiero" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "DeantaÅe" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Desupre" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Deflanke" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "ElÅuti la modelon" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "InformaranÄo" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Alto de la objekto" @@ -1210,6 +1695,32 @@ msgstr "Ĉi tie vi povas observi la staton de prilaborado de alÅutaĵoj en ĉi msgid "Media in-processing" msgstr "Dosieroj preparataj" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1220,6 +1731,14 @@ msgstr "Neniu dosieroj preparatas" msgid "These uploads failed to process:" msgstr "Preparado de ĉi tiuj alÅutaĵoj malsukcesis:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1229,6 +1748,10 @@ msgstr "Ne ekzistas malsukcesaj eroj!" msgid "Last 10 successful uploads" msgstr "La dek lastaj sukcesaj alÅutoj" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1238,20 +1761,20 @@ msgstr "AnkoraÅ ne ekzistas eroj prilaboritaj!" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1259,7 +1782,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1269,24 +1792,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1307,7 +1835,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1316,16 +1844,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1333,7 +1861,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1341,23 +1869,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1365,10 +1893,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Necesas konfirmo de retpoÅtadreso" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Profilo de %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Ĉi tiu uzanto ne jam aldonis informojn pri si." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Redakti profilon" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Vidi kolektojn" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1385,10 +2045,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1410,6 +2066,26 @@ msgstr "Aldonado de kolekto" msgid "Add your media" msgstr "Aldono de via dosiero" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Aldoni komenton" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Aldoni ĉi tiun komenton" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Aldonita" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1420,23 +2096,27 @@ msgstr "%(collection_title)s (kolekto de %(username)s)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s de <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "ÅœanÄi" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Ĉu vere forigi %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Ĉu vere forigi %(media_title)s el %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Forigi" @@ -1479,22 +2159,10 @@ msgstr "Dosieroj de <a href=\"%(user_url)s\">%(username)s</a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "■ПроÑмотр файлов Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Aldoni komenton" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Aldoni ĉi tiun komenton" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Aldonita" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1543,52 +2211,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Profilo de %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Jen estas spaceto por rakonti pri vi al aliaj." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Redakti profilon" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Ĉi tiu uzanto ne jam aldonis informojn pri si." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "Vidi kolektojn" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Rigardi ĉiujn dosierojn de %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Äœuste ĉi tie aperos viaj dosieroj, sed vi Åajne ankoraÅ nenion alÅutis." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Ĉi tie Åajne estas ankoraÅ neniuj dosieroj…" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Necesas konfirmo de retpoÅtadreso" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "PreskaÅ finite! Restas nur validigi vian konton." @@ -1631,6 +2274,14 @@ msgstr "En kolektoj:" msgid "Add to a collection" msgstr "Aldoni al kolekto" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1675,7 +2326,7 @@ msgstr "" msgid "Tagged with" msgstr "Markita per" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Malsukcesis lego de la bildodosiero" @@ -1747,10 +2398,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Jes, mi volas forigi ĉi tion." - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "Jes, mi volas forigi ĉi tiun dosieron el la kolekto" @@ -1778,73 +2425,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Ve, komentado estas malebligita." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Oj, via komento estis malplena." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Via komento estis afiÅita!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Bonvolu kontroli vian enigitaĵon kaj reprovi." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Necesas elekti aÅ aldoni kolekton" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "«%s» jam estas en la kolekto «%s»" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "«%s» estis aldonita al la kolekto «%s»" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Vi forigis la dosieron." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "La dosiero ne estis forigita, ĉar vi ne konfirmis vian certecon per la markilo." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Vi estas forigonta dosieron de alia uzanto. Estu singardema." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Vi forigis la dosieron el la kolekto." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "La dosiero ne estis forigita, ĉar vi ne konfirmis vian certecon per la markilo." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Vi estas forigonta dosieron el kolekto de alia uzanto. Agu singardeme." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "Vi forigis la kolekton «%s»" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "La kolekto ne estis forigita, ĉar vi ne konfirmis vian certecon per la markilo." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Vi estas forigonta kolekton de alia uzanto. Agu singardeme." diff --git a/mediagoblin/i18n/es/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/es/LC_MESSAGES/mediagoblin.mo Binary files differindex 7ae0d7e3..00c8cfee 100644 --- a/mediagoblin/i18n/es/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/es/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/es/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/es/LC_MESSAGES/mediagoblin.po index 5f77bf0f..b192514a 100644 --- a/mediagoblin/i18n/es/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/es/LC_MESSAGES/mediagoblin.po @@ -1,45 +1,46 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: +# Artopal <artopal@fastmail.fm>, 2014 # aleksejrs <deletesoftware@yandex.ru>, 2011, 2012 # ekenbrand <ekenbrand@hotmail.com>, 2011 -# nvjacobo <jacobo@gnu.org>, 2011-2012 -# nvjacobo <jacobo@gnu.org>, 2013 +# Jacobo Nájera <jacobo@gnu.org>, 2011-2012 +# Jacobo Nájera <jacobo@gnu.org>, 2013 # Javier Di Mauro <javierdimauro@gmail.com>, 2011 # case <juangsub@gmail.com>, 2011 # juanman <juanma@kde.org.ar>, 2011, 2012 -# larjona <larjona99@gmail.com>, 2012 -# larjona <larjona99@gmail.com>, 2013 +# Laura Arjona Reina <larjona99@gmail.com>, 2012 +# Laura Arjona Reina <larjona99@gmail.com>, 2013-2014 # Mario Rodriguez <msrodriguez00@gmail.com>, 2011 # Manuel Urbano Santos <mu@member.fsf.org>, 2011 # shackra <shackra@riseup.net>, 2012 -# Elesa <stardustprincess17@hotmail.com>, 2012 +# JazmÃn R. <stardustprincess17@hotmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" -"Last-Translator: cwebber <cwebber@dustycloud.org>\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-11 08:55+0000\n" +"Last-Translator: Laura Arjona Reina <larjona99@gmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/mediagoblin/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Lo sentimos, el registro está deshabilitado en este momento." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "Lo siento, el envÃo de informes está deshabilitado en esta instancia." -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "Lo siento, la autenticación está deshabilitada en esta instancia." @@ -60,12 +61,12 @@ msgstr "Este campo requiere una dirección de correo." msgid "Sorry, a user with that name already exists." msgstr "Lo sentimos, ya existe un usuario con ese nombre." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." -msgstr "Lo sentimos, ya existe un usuario con esa dirección de email." +msgstr "Lo sentimos, ya existe un usuario con esa dirección de correo." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "La clave de verificación o el identificador de usuario son incorrectos." @@ -91,174 +92,189 @@ msgstr "¡Ya has verificado tu dirección de correo!" msgid "Resent your verification email." msgstr "Se reenvió tu correo electrónico de verificación." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "TÃtulo" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Descripción de esta obra" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Puedes usar\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> para el formato." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Etiquetas" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Separa las etiquetas por comas." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Ficha" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "La ficha no puede estar vacÃa" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "El tÃtulo de esta parte de la dirección de los contenidos. Por lo general no es necesario cambiar esto." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Licencia" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Bio" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Sitio web" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "La dirección contiene errores" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "EnvÃame un correo cuando otros escriban comentarios sobre mi contenido" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "Habilitar dentro del sitio notificaciones sobre eventos." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Preferencias de licencia" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "Ésta será tu licencia predeterminada en los formularios de subida." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "El tÃtulo no puede estar vacÃo" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Descripción de esta colección" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "El tÃtulo de la dirección de esta colección. Generalmente no necesitas cambiar esto." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" -msgstr "Vieja contraseña" +msgstr "Contraseña antigua" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." -msgstr "Escriba la anterior contraseña para demostrar que esta cuenta te pertenece." +msgstr "Escribe la contraseña antigua para demostrar que esta cuenta te pertenece." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Nueva contraseña" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "Nueva dirección de correo electrónico" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Contraseña" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "Introduce tu contraseña para probar que posees la cuenta." -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "Identificador" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "Valor" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Una entrada con esa ficha ya existe para este usuario." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Estás editando el contenido de otro usuario. Procede con precaución." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "¡Has añadido el adjunto %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Sólo puedes editar tu propio perfil." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Estás editando un perfil de usuario. Procede con precaución." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Los cambios de perfil fueron salvados" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "las configuraciones de cuenta fueron salvadas" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Necesitas confirmar el borrado de tu cuenta." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "¡Ya tienes una colección llamada \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "Una colección con esa ficha ya existe para este usuario/a." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." -msgstr "Estás editando la colección de otro usuario/a. Ten cuidado." +msgstr "Estás editando la colección de otro usuario. Procede con precaución." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "Tu dirección de correo electrónico ha sido verificada." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Contraseña incorrecta" @@ -289,6 +305,69 @@ msgstr "Omitiendo \"%s\"; ya está establecido.\n" msgid "Old link found for \"%s\"; removing.\n" msgstr "Se encontró un enlace antiguo para \"%s\"; se eliminará.\n" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "Para más información sobre cómo ejecutar este\nguión (y como dar formato al fichero csv de metadatos), lea la página\nde documentación de Mediagoblin sobre carga de ficheros desde lÃnea de comandos\n<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "Nombre del usuario al que pertenecen estos contenidos" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "Ruta al archivo csv que contiene la información sobre metadatos." + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "No procesar inmediatamente, pasarlo a celery" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "Lo siento, no existe un usuario con nombre '{username}'" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "No se ha encontrado el archivo en {path}, use la opción -h para ayuda" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "Error con el contenido '{media_id}' valor '{error_path}': {error_msg}\nNo se han cargado los metadatos." + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "ERROR: No se ha podido acceder al fichero local {filename}.\nNo se cargará {filename}." + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "¡Enviado con éxito {filename}!\nAsegúrate de mirar en el panel de procesamiento de contenido del sitio web para comprobar que se ha cargado bien." + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "ERROR: Este archivo supera los lÃmites de carga de este sitio." + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "ERROR: Este archivo hace que el usuario supere su lÃmite de carga." + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "ERROR: Este usuario ya ha sobrepasado su lÃmite de carga." + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "{files_uploaded} de {files_attempted} archivos enviados correctamente" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -296,11 +375,147 @@ msgid "" "domain." msgstr "No se encuentra la cookie CSRF. Esto suele ser debido a un bloqueador de cookies o similar.<br/> Por favor asegúrate de permitir las cookies para este dominio." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Lo sentidos, No soportamos ese tipo de archivo :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Descripción" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Estoy seguro de que quiero borrar esto" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "¡Yuju! ¡Enviado!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "¡Yuju! se ha enviado el artÃculo de blog editado" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "Has borrado el Blog." + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "El contenido no se eliminó porque no marcaste que estabas seguro." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "Vas a borrar el Blog de otro usuario. Procede con precaución." + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "El blog no se ha borrado porque no tienes permisos." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "Añadir un artÃculo de blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "Editar blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "Borrar blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Editar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Borrar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "<em> Ir a la vista de lista </em>" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "No hay artÃculos de blog." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "¿Realmente deseas eliminar %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Cancelar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Eliminar permanentemente" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "Crear/Editar un blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Añadir " + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "Crear/Editar un artÃculo de blog." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "Crear/Editar un artÃculo de blog." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "Blog de %(blog_owner_name)s" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "Ver" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "Crear un blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "Escritorio del blog" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "ha fallado la ejecución de unoconv, comprueba el fichero de registro (log)" @@ -311,7 +526,7 @@ msgstr "Ha fallado la conversión de vÃdeo" #: mediagoblin/moderation/forms.py:21 msgid "Take away privilege" -msgstr "Retirar el privilegio" +msgstr "Retirar permisos" #: mediagoblin/moderation/forms.py:22 msgid "Ban the user" @@ -339,7 +554,58 @@ msgstr "¿Qué acción tomarás para resolver el informe?" #: mediagoblin/moderation/forms.py:115 msgid "What privileges will you take away?" -msgstr "¿Qué privilegios vas a retirar?" +msgstr "¿Qué permisos vas a retirar?" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "Por qué se inhabilitó al usuario:" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "Mensaje al usuario:" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "Contenido de la resolución:" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "\n{mod} retiró al usuario {user} los permisos de: {privilege}." + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "\n{mod} inhabilitó al usuario {user} hasta {expiration_date}." + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "hasta {date}" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "indefinidamente" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "\n{mod} envió un correo de advertencia al {user}." + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "\n{mod} eliminó el comentario." + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "\n{mod} borró el contenido." #: mediagoblin/moderation/tools.py:91 msgid "Warning from" @@ -359,29 +625,260 @@ msgstr "¡Suscrito a comentarios sobre %s!" msgid "You will not receive notifications for comments on %s." msgstr "No recibirás notificaciones de comentarios sobre %s." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "Se debe proporcionar un código (token) de OAuth." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "No se ha encontrado el código (token) de petición." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "Lo siento, el archivo es demasiado grande." -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "Lo siento, subir este archivo sobrepasarÃa tu lÃmite de subida." -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "Lo siento, has alcanzado tu lÃmite de subida." +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "Indica la URL del contenido a destacar" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "Primario" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "Secundario" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "Terciario" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "----------- Contenido destacado - {display_type}---------------------------\n" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "¿Cómo funciona?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "¿Cómo destacar contenidos?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "\n Ve a la página del contenido que quieres destacar. Copia su URL y\n pégala en una lÃnea nueva de la caja de texto de arriba. DeberÃa haber sólo\n una URL por lÃnea. La URL que has pegado en la caja de texto deberÃa estar bajo \nla cabecera que describe cómo de prominente será (primario, secundario \no terciario). Una vez todo el contenido que quieres destacar esté dentro \nde la caja de texto, haz clic en el botón de Enviar Consulta, y tu contenido \ndeberÃa mostrarse en la portada.\n " + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "¿Hay alguna otra manera de gestionar el contenido destacado?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "\nSÃ. Si lo prefieres, puedes ir a la página del contenido que te gustarÃa destacar\no quitar de destacados, y mirar en la barra lateral junto al contenido. Si el contenido\naún no se ha destacado, deberÃa haber un botón que ponga \"Destacar\". Pulsa ese botón\ny el contenido se destacará como primario, al inicio de la portada.\nTodos los demás contenidos destacados seguirán destacados, pero se mostrarán debajo\nen la página de portada.<br /><br />\n\nSi vas a la página de un contenido que actualmente ya está destacado, verás las opciones\n\"Quitar de destacados\", \"Ascender\" y \"Descender\" donde antes se mostraba \"Destacar\".\nHaz clic en Quitar de destacados y ese contenido ya no se mostrará en la portada,\naunque puedes volver a destacarlo en cualquier momento. Ascender mueve el contenido destacado más arriba en la portada y lo hace más prominente, y Descender mueve el contenido más abajo y lo hace menos prominente." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "¿Qué es un contenido destacado primario? ¿Qué es un contenido destacado secundario?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "\nEstas categorÃas describen lo prominente que un contenido destacado será en la portada. Los contenidos destacados primarios se colocan al inicio de la portada y son más grandes. Después van los contenidos destacados secundarios, que son algo más pequeños. Los contenidos destacados terciarios forman una rejilla al final de la página.<br /><br />\n\nLos contenidos destacados primarios también pueden mostrar descripciones más largas que los contenidos destacados secundarios, y los contenidos destacados secundarios pueden mostrar descripciones más largas que los contenidos destacados terciarios." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "¿Cómo decidir qué información se muestra cuando se destaca un contenido?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "\nCuando se destaca un contenido, su tÃtulo, su miniatura y una porción de su descripción se mostrarán en la portada de tu sitio web. El número de caracteres mostrado varÃa según la prominencia del destacado.\nLos destacados primarios muestran los primeros 512 caracteres de su descripción, \nlos destacados secundarios muestran los primeros 256 caracteres de su descripción, \ny los destacados terciarios muestran los primeros 128 caracteres de su descripción." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "¿Cómo dejar de destacar un contenido?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "\n Deja de destacar un contenido eliminando su lÃnea del área de texto de arriba\n y pulsando el botón \"Enviar Consulta\".\n " + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "PRECAUCIÓN:" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "\nCuando se copian y pegan URLs en la caja de texto de arriba, ten en cuenta que si hay alguna errata, aunque pulses \"Enviar consulta\", el contenido NO se destacará. Verifica que todos los contenidos que querÃas destacar se han destacado." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "\nDestacar contenido " + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "Destacar" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "\nQuitar de destacados" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "Quitar de destacados" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "\nAscender el destacado" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "Ascender" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "\nDescender el destacado" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "Descender" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "El contenido más reciente" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "No hay nada destacado actualmente." + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "Si te gustarÃa destacar\nun contenido, ve a la página de ese contenido y pulsa el botón\nque dice <a class=\"button_action\">Destacar</a>." + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "Estás viendo esta página porque eres un usuario con permisos para\ndestacar contenido, un usuario normal verÃa una página en blanco, asà que\nasegúrate de destacar contenido mientras tu sitio tenga el complemento\n'archivalook' activado. Se puede encontrar una herramienta más avanzada\npara gestionar los destacados \nen el <a href?\"%(featured_media_url)s\">panel de gestión de destacados</a>." + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "Ver el contenido más reciente" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "Panel de gestión de destacados" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "Lo siento, este audio no funcionará porque \n\ttu navegador web no soporta audio en \n\tHTML5." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "¡Puedes conseguir un navegador web moderno, que\n\tpueda reproducir el audio, en <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a>!" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "Lo siento, este vÃdeo no funcionará porque\n tu navegador web no soporta vÃdeo en \n HTML5." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "¡Puedes conseguir un navegador web moderno, que\n\tpueda reproducir el vÃdeo, en <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a>!" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -406,7 +903,7 @@ msgstr "Mantener iniciada la sesión" #: mediagoblin/plugins/basic_auth/forms.py:51 msgid "Username or email" -msgstr "Nombre de usuario o email" +msgstr "Nombre de usuario o correo electrónico" #: mediagoblin/plugins/basic_auth/views.py:54 msgid "" @@ -435,7 +932,7 @@ msgstr "El identificador de usuario es incorrecto." #: mediagoblin/plugins/basic_auth/views.py:139 msgid "You can now log in using your new password." -msgstr "Ahora tu puedes iniciar sesión usando tu nueva contraseña." +msgstr "Ahora puedes iniciar sesión usando tu nueva contraseña." #: mediagoblin/plugins/basic_auth/views.py:163 msgid "" @@ -450,11 +947,11 @@ msgstr "Se ha cambiado la contraseña correctamente" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 msgid "Set your new password" -msgstr "Coloca tu nueva contraseña " +msgstr "Establece tu nueva contraseña " #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39 msgid "Set password" -msgstr "Coloca la contraseña" +msgstr "Establecer la contraseña" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 @@ -505,6 +1002,14 @@ msgstr "Ver en <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "¡Inicia sesión para crear una cuenta!" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "Metadatos" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "Editar metadatos" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "Permitir" @@ -521,10 +1026,6 @@ msgstr "Nombre" msgid "The name of the OAuth client" msgstr "El nombre del cliente OAuth" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Descripción" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -571,14 +1072,6 @@ msgstr "Conexiones de cliente OAuth" msgid "Your OAuth clients" msgstr "Tus clientes OAuth" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Añadir " - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -638,13 +1131,6 @@ msgstr "Agregar una OpenID" msgid "Delete an OpenID" msgstr "Eliminar una OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Borrar" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "OpenID's" @@ -652,7 +1138,7 @@ msgstr "OpenID's" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -758,10 +1244,6 @@ msgstr "Puedes usarâŽ\n<a href=\"http://daringfireball.net/projects/markdown/ba msgid "You must provide a file." msgstr "Debes proporcionar un archivo." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "¡Yuju! ¡Enviado!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -785,30 +1267,26 @@ msgstr "Has sido inhabilitado" msgid "until %(until_when)s" msgstr "hasta el %(until_when)s" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "indefinidamente" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" -msgstr "¡Verifica tu email!" +msgstr "¡Verifica tu correo!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "cerrar sesión" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "Cuenta de <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Cambiar la configuración de la cuenta" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -816,32 +1294,32 @@ msgstr "Cambiar la configuración de la cuenta" msgid "Media processing panel" msgstr "Panel de procesamiento de contenido" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Cerrar sesión" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Añadir contenido" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Crear nueva colección" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "Poderes de moderación:" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "Panel de gestión de usuarios" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "Panel de gestión de informes" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "El contenido más reciente" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "Autorización" @@ -938,38 +1416,38 @@ msgstr "Términos del Servicio" msgid "Explore" msgstr "Explorar" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Hola, ¡bienvenido a este sitio de MediaGoblin!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Este sitio está montado con <a href=\"http://mediagoblin.org\">MediaGoblin</a>, un extraordinario programa libre para alojar, gestionar y compartir contenido multimedia." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Para añadir tus propios contenidos, dejar comentarios y más, puedes iniciar sesión con tu cuenta de MediaGoblin." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "¿Aún no tienes una? ¡Es fácil!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n >Crear una cuenta en este sitio</a>\n o" +" >Create an account at this site</a>\n" +" or" +msgstr "\n >Crear una cuenta en este sitio</a>\n o" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "\n <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Instalar MediaGoblin en tu propio servidor</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "\n <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Instalar MediaGoblin en tu propio servidor</a>" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 @@ -983,27 +1461,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Editando archivos adjuntos a %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Adjuntos" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Agregar adjunto" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Cancelar" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1027,12 +1494,6 @@ msgstr "¿Realmente quieres borrar el usuario '%(user_name)s' y todos sus conten msgid "Yes, really delete my account" msgstr "SÃ, borrar mi cuenta" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Eliminar permanentemente" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1064,6 +1525,27 @@ msgstr "Editando %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Editando el perfil de %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "Metadatos de \"%(media_name)s\"" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "Metadatos" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "Añadir nueva lÃnea" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "Actualizar metadatos" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "Borrar las lÃneas vacÃas" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1084,10 +1566,12 @@ msgstr "Nuevos comentarios" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1145,12 +1629,14 @@ msgid "Created" msgstr "Creado" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Imágenes para %(media_title)s" @@ -1159,35 +1645,35 @@ msgstr "Imágenes para %(media_title)s" msgid "PDF file" msgstr "Archivo PDF" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "Perspectiva" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "Frente" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Arriba" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Lateral" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Descargar modelo" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Formato de Archivo" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Altura del Objeto" @@ -1219,6 +1705,32 @@ msgstr "Aquà puedes llevar un seguimiento del estado del contenido que se está msgid "Media in-processing" msgstr "Procesando contenido" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "ID" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "Usuario" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "Cuándo se envió" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "Proceso de transcodificación" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "Desconocido" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1229,6 +1741,14 @@ msgstr "No hay contenidos en procesamiento" msgid "These uploads failed to process:" msgstr "Estos archivos no pudieron ser procesados:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "Motivo del fallo" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "Metadatos del fallo" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1238,6 +1758,10 @@ msgstr "¡No han fallado entradas!" msgid "Last 10 successful uploads" msgstr "Últimos 10 envÃos con éxito" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "Enviado" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1247,28 +1771,28 @@ msgstr "¡Aún no hay entradas procesadas!" msgid "Sorry, no such report found." msgstr "Lo siento, no se ha encontrado el informe." -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "Volver al panel de informes" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "Informe" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "Comentario enviado" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" " â– Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n" " " -msgstr "\nâ– Informe de <a href=\"%(user_url)s\">%(user_name)s</a> sobre contenidoâŽ" +msgstr "\nâ– Informe de <a href=\"%(user_url)s\">%(user_name)s</a> sobre contenido" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1278,24 +1802,29 @@ msgid "" " " msgstr "\nESTE CONTENIDO DEâŽ\n<a href=\"%(user_url)s\"> %(user_name)s</a>âŽ\nHA SIDO BORRADOâŽ" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "Razón del informe:" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "Resolver" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "Resolver este informe" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "Estado" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "RESUELTO" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "No puedes tomar una acción contra un administrador" @@ -1316,7 +1845,7 @@ msgid "Active Reports Filed" msgstr "Informes activos enviados" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "Ofensor" @@ -1325,59 +1854,191 @@ msgid "When Reported" msgstr "Cuándo se informó" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "Informe enviado por" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "Razón" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" " Comment Report #%(report_id)s\n" " " -msgstr "\nInforme de comentario nº %(report_id)sâŽ" +msgstr "\nInforme de comentario nº %(report_id)s" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" " Media Report #%(report_id)s\n" " " -msgstr "\nInforme de contenido nº %(report_id)sâŽ" +msgstr "\nInforme de contenido nº %(report_id)s" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "No se han encontrado informes abiertos." -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "Informes cerrados" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "Resuelto" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "Acción tomada" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" " Closed Report #%(report_id)s\n" " " -msgstr "\nInforme cerrado nº %(report_id)sâŽ" +msgstr "\nInforme cerrado nº %(report_id)s" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "No se han encontrado informes cerrados." +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "Usuario: %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "Volver al panel de usuarios" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "Lo siento, no se ha encontrado ese usuario." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Es necesario que verifiques tu cuenta mediante el correo de notiicación" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "Alguien ha registrado una cuenta con ese nombre de usuario, pero aún debe\n activarla." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Perfil de %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "INHABILITADO hasta %(expiration_date)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "Inhabilitado indefinidamente" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Este usuario (todavÃa) no ha completado su perfil." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Editar perfil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Explorar colecciones" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "Informes sobre %(username)s activos" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "ID de informe" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "Contenido informado" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "Descripción del informe" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "Informe #%(report_number)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "Comentario informado" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "Contenido informado" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "No hay informes activos sobre %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "Todos los informes sobre %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "Todos los informes que ha enviado %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "Permisos de %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "Permiso" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "Concedido" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "SÃ" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "No" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "Inhabilitar usuario" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "Habilitar usuario" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1388,16 +2049,12 @@ msgid "" "\n" " Here you can look up users in order to take punitive actions on them.\n" " " -msgstr "\nAquà puedes buscar usuarios de cara a tomar acciones punitivas sobre ellos.âŽ" +msgstr "\nAquà puedes buscar usuarios de cara a tomar acciones punitivas sobre ellos." #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34 msgid "Active Users" msgstr "Usuarios activos" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "ID" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "Cuándo se unió" @@ -1419,6 +2076,26 @@ msgstr "Añadir una colección" msgid "Add your media" msgstr "Añade tu contenido " +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "â– ArtÃculo de blog de <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Añadir un comentario" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Añade un comentario " + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Agregado" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1429,23 +2106,27 @@ msgstr "%(collection_title)s (%(username)s's collection)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s por <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Editar" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "Borrar colección %(collection_title)s" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "¿Realmente deseas eliminar %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "¿Seguro que deseas borrar la colección: %(title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "Quitar %(media_title)s de %(collection_title)s" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "¿Realmente quieres quitar %(media_title)s de %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Quitar" @@ -1488,22 +2169,10 @@ msgstr "Contenido de <a href=\"%(user_url)s\">%(username)s</a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Explorando contenido de <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Añadir un comentario" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Añade un comentario " - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "Previsualización del comentario" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Agregado" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1552,52 +2221,27 @@ msgstr "\nâ– Publicado por <a href=\"%(user_url)s\"âŽ\nclass=\"comment_authorl msgid "File Report " msgstr "Enviar informe" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Perfil de %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Aquà hay un lugar para que le cuentes a los demás sobre ti." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Editar perfil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Este usuario (todavÃa) no ha completado su perfil." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "Explorar colecciones" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Ver todo el contenido de %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Aquà es donde estará ubicado tu contenido, pero parece que aún no has añadido nada." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Parece que aún no hay ningún contenido aquÃ..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Es necesario que verifiques tu cuenta mediante el correo de notiicación" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "¡Casi hemos terminado! Solo falta activar la cuenta." @@ -1640,6 +2284,14 @@ msgstr "En la colección" msgid "Add to a collection" msgstr "Añadir a una colección" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "Suscribirse a los comentarios" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "Silenciar comentarios" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1660,7 +2312,7 @@ msgstr "↠Más nuevo" #: mediagoblin/templates/mediagoblin/utils/pagination.html:45 msgid "Older →" -msgstr "Más viejo →" +msgstr "Más antiguo →" #: mediagoblin/templates/mediagoblin/utils/pagination.html:48 msgid "Go to page:" @@ -1674,7 +2326,7 @@ msgstr "Más nuevo" #: mediagoblin/templates/mediagoblin/utils/prev_next.html:39 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:44 msgid "older" -msgstr "Más viejo" +msgstr "Más antiguo" #: mediagoblin/templates/mediagoblin/utils/report.html:25 msgid "Report media" @@ -1684,7 +2336,7 @@ msgstr "Informar sobre contenido" msgid "Tagged with" msgstr "Marcado con" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "No se pudo leer el archivo de imagen." @@ -1756,10 +2408,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "Puedes usar <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> para dar formato." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Estoy seguro de que quiero borrar esto" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "Estoy seguro/a de que quiero quitar este Ãtem de la colección" @@ -1781,79 +2429,75 @@ msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n" " Markdown</a> for formatting." -msgstr "Puedes usar\n <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n Markdown</a> para dar formato." +msgstr "Puedes usar\n <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\nMarkdown</a> para dar formato." #: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 msgid "Reason for Reporting" msgstr "Razón del informe" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Lo siento, los comentarios están desactivados." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Ups, tu comentario estaba vacÃo." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "¡Tu comentario ha sido publicado!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Por favor, revisa tus entradas e inténtalo de nuevo." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Tienes que seleccionar o añadir una colección" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "%s\" ya está en la colección \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" añadido a la colección \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Eliminaste el contenido" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "El contenido no se eliminó porque no marcaste que estabas seguro." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Estás a punto de eliminar un contenido de otro usuario. Procede con precaución." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Borraste el Ãtem de la colección." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "El Ãtem no fue removido porque no confirmaste que estuvieras seguro/a." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Estás a punto de borrar un Ãtem de la colección de otro usuario. Procede con cuidado." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "Borraste la colección \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "La colección no fue borrada porque no confirmaste que estuvieras seguro/a." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Estás a punto de borrar la colección de otro usuario. Procede con cuidado." diff --git a/mediagoblin/i18n/fa/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/fa/LC_MESSAGES/mediagoblin.mo Binary files differindex 24e95900..a649737a 100644 --- a/mediagoblin/i18n/fa/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/fa/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/fa/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/fa/LC_MESSAGES/mediagoblin.po index 6e549e0d..3f5c32b2 100644 --- a/mediagoblin/i18n/fa/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/fa/LC_MESSAGES/mediagoblin.po @@ -1,40 +1,41 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: # Numb <amir007ag@gmail.com>, 2012 +# b.tavakkoli <b.tavakkoli@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/mediagoblin/language/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Ù…ØªØ§Ø³ÙØ§Ù†Ù‡ØŒØ«Ø¨ØªÙ†Ø§Ù… به طور موقت غیر ÙØ¹Ø§Ù„ است." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." -msgstr "" +msgstr "شرمنده، قابلیت گزارش دادن در این نمونه غیر ÙØ¹Ø§Ù„ است." -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." -msgstr "" +msgstr "شرمنده، تایید اعتبار در این نمونه ØºÛŒØ±ÙØ¹Ø§Ù„ گردیده است." #: mediagoblin/auth/tools.py:43 msgid "Invalid User name or email address." -msgstr "" +msgstr "نام کاربری یا آدرس ایمیل وارد شده اشتباه می‌باشد." #: mediagoblin/auth/tools.py:44 msgid "This field does not take email addresses." @@ -42,20 +43,20 @@ msgstr "" #: mediagoblin/auth/tools.py:45 msgid "This field requires an email address." -msgstr "" +msgstr "این گزینه بایستی توسط یک ایمیل آدرس تکمیل گردد." #: mediagoblin/auth/tools.py:116 msgid "Sorry, a user with that name already exists." msgstr "Ù…ØªØ§Ø³ÙØ§Ù†Ù‡ کاربری با این نام کاربری وجود دارد." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." -msgstr "" +msgstr "متاسÙیم، یک کاربر با آدرس ایمیل مورد نظر شما در سیستم ما وجود دارد." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." -msgstr "" +msgstr "کلید تایید هویت یا نام کاربری اشتباه است." #: mediagoblin/auth/views.py:161 msgid "" @@ -69,186 +70,201 @@ msgstr "این کد تاییدیه یا شناسه کاربری صØÛŒØ Ù†ÛŒØ³Ø #: mediagoblin/auth/views.py:185 msgid "You must be logged in so we know who to send the email to!" -msgstr "" +msgstr "شما بایستی وارد سیستم شوید تا ما بدانیم ایمیل را به Ú†Ù‡ شخصی ارسال نماییم!" #: mediagoblin/auth/views.py:193 msgid "You've already verified your email address!" -msgstr "" +msgstr "شما در ØØ§Ù„ ØØ§Ø¶Ø± آدرس ایمیل خود را تایید نموده‌اید!" #: mediagoblin/auth/views.py:203 msgid "Resent your verification email." msgstr "ایمیل تاییدیه باز ارسال شد." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "عنوان" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" -msgstr "" +msgstr "توصی٠این عمل" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." -msgstr "" +msgstr "شما می‌توانید از \n<a href=\"http://daringfireball.net/projects/markdown/basics\">\nMarkdown</a> برای شکل‌دهی به متن Ø§Ø³ØªÙØ§Ø¯Ù‡ نمایید." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "برچسب" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." -msgstr "" +msgstr "تگ‌ها را توسط کاما (,) از یک‌دیگر جدا نمایید." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." -msgstr "" +msgstr "بخش عنوان آدرس این ÙØ§ÛŒÙ„ چندرسانه‌ای. شما معمولا نیازی به تغییر آن ندارید." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" -msgstr "" +msgstr "مجوز Ø§Ø³ØªÙØ§Ø¯Ù‡" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "زندگینامه" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "وبسایت" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" -msgstr "" +msgstr "این آدرس شامل موارد غیرمجاز است" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" -msgstr "" +msgstr "وقتی دیگران بر روی موارد قرار داده شده توسط من نظر گذاشتند به من ایمیل بزن" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" -msgstr "" +msgstr "تنظیمات مجوز Ø§Ø³ØªÙØ§Ø¯Ù‡" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." -msgstr "" +msgstr "این مورد مجوز Ø§Ø³ØªÙØ§Ø¯Ù‡â€ŒÛŒ Ù¾ÛŒØ´â€ŒÙØ±Ø¶ شما در ØµÙØÙ‡â€ŒÛŒ آپلود خواهد بود." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" -msgstr "" +msgstr "عنوان نمی‌تواند خالی باشد" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" -msgstr "" +msgstr "معرÙÛŒ این مجموعه" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." -msgstr "" +msgstr "بخش عنوان این آدرس مجموعه، شما معمولا نیازی به تغییر این مورد ندارید." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" -msgstr "" +msgstr "رمز عبور ÙØ¹Ù„ÛŒ" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." -msgstr "" +msgstr "رمز عبور قدیمی خود را وارد نمایید تا تایید نمایید شما ØµØ§ØØ¨ این ØØ³Ø§Ø¨ کاربری هستید." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" -msgstr "" +msgstr "رمز عبور جدید" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" -msgstr "" +msgstr "آدرس ایمیل جدید" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "گذرواٰژه" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." +msgstr "رمز عبور خود را وارد نمایید تا تایید گردد شما ØµØ§ØØ¨ این ØØ³Ø§Ø¨ کاربری هستید." + +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "شما در ØØ§Ù„ ویرایش رسانه کاربر دیگری هستید.با Ø§ØØªÛŒØ§Ø· عمل کنید" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." -msgstr "" +msgstr "شما Ùقط قادر به ویرایش Ù¾Ø±ÙˆÙØ§ÛŒÙ„ خود می‌باشید." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "شما در ØØ§Ù„ ویرایش نمایه کاربر دیگری هستید.با Ø§ØØªÛŒØ§Ø· عمل کنید." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" -msgstr "" +msgstr "تغییرات در Ù¾Ø±ÙˆÙØ§ÛŒÙ„ شما ذخیره گردید" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" -msgstr "" +msgstr "تنظیمات ØØ³Ø§Ø¨ کاربری شما ذخیره گردید" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." -msgstr "" +msgstr "شما نیاز دارید تا ØØ°Ù شدن ØØ³Ø§Ø¨ کاربری خود را تایید نمایید." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" -msgstr "" +msgstr "شما در ØØ§Ù„ ØØ§Ø¶Ø± یک مجموعه با نام \"%s\" دارید!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." -msgstr "" +msgstr "شما در ØØ§Ù„ ویرایش مجموعه‌ی شخص دیگری هستید، Ù„Ø·ÙØ§ با Ø§ØØªÛŒØ§Ø· عمل نمایید." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." -msgstr "" +msgstr "آدرس ایمیل شما تایید گردید." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" -msgstr "" +msgstr "رمز عبور اشتباه است" #: mediagoblin/gmg_commands/assetlink.py:60 msgid "Cannot link theme... no theme set\n" @@ -277,6 +293,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -284,9 +363,145 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" +msgstr "شرمنده، نوع ÙØ§ÛŒÙ„ چندرسانه‌ای شما قابل پشتیبانی نیست :(" + +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "توضیØ" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "من از پاک کردن این مورد کاملا مطمئن هستم" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "هورا!ثبت شد!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "این چندرسانه‌ای ØØ°Ù نگردیده است به دلیل آن‌که شما اطمینان خود را تایید ننمودید." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "ویرایش" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "ØØ°Ù نمودن" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "انصراÙ" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "به طور کامل ØØ°Ù نمایید" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "اضاÙÙ‡ نمودن" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " msgstr "" #: mediagoblin/media_types/pdf/processing.py:142 @@ -303,23 +518,23 @@ msgstr "" #: mediagoblin/moderation/forms.py:22 msgid "Ban the user" -msgstr "" +msgstr "این ØØ³Ø§Ø¨ کاربری را ببند" #: mediagoblin/moderation/forms.py:23 msgid "Send the user a message" -msgstr "" +msgstr "یک پیغام برای این کاربر Ø¨ÙØ±Ø³ØªÛŒØ¯" #: mediagoblin/moderation/forms.py:24 msgid "Delete the content" -msgstr "" +msgstr "Ù…ØØªÙˆØ§ را ØØ°Ù Ú©Ù†" #: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 msgid "User will be banned until:" -msgstr "" +msgstr "این ØØ³Ø§Ø¨ کاربری تا این زمان بسته باشد:" #: mediagoblin/moderation/forms.py:57 msgid "Why are you banning this User?" -msgstr "" +msgstr "چرا شما این ØØ³Ø§Ø¨ کاربری را می‌بندید؟" #: mediagoblin/moderation/forms.py:109 msgid "What action will you take to resolve the report?" @@ -329,13 +544,64 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" #: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60 msgid "commented on your post" -msgstr "" +msgstr "بر روی ارسال شما نظری گذاشته است" #: mediagoblin/notifications/views.py:35 #, python-format @@ -345,31 +611,262 @@ msgstr "" #: mediagoblin/notifications/views.py:48 #, python-format msgid "You will not receive notifications for comments on %s." -msgstr "" +msgstr "شما اعلانات مربوط به نظرات جدید در %s را Ø¯Ø±ÛŒØ§ÙØª نخواهید کرد." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." -msgstr "" +msgstr "رشته‌ی تایید هویت درخواستی ÛŒØ§ÙØª نگردید." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "ÙØ§ÛŒÙ„‌های چندرسانه‌ای جدیدا اضاÙÙ‡ شده" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -386,15 +883,15 @@ msgstr "آدرس ایمیل" #: mediagoblin/plugins/basic_auth/forms.py:39 msgid "Username or Email" -msgstr "" +msgstr "نام کاربری یا آدرس ایمیل" #: mediagoblin/plugins/basic_auth/forms.py:46 msgid "Stay logged in" -msgstr "" +msgstr "مرا به خاطر داشته باش" #: mediagoblin/plugins/basic_auth/forms.py:51 msgid "Username or email" -msgstr "" +msgstr "نام کاربری یا آدرس ایمیل" #: mediagoblin/plugins/basic_auth/views.py:54 msgid "" @@ -404,56 +901,56 @@ msgstr "" #: mediagoblin/plugins/basic_auth/views.py:65 msgid "Couldn't find someone with that username." -msgstr "" +msgstr "سیستم قادر به ÛŒØ§ÙØªÙ† شخصی با نام کاربری ارائه شده نمی باشد." #: mediagoblin/plugins/basic_auth/views.py:68 msgid "" "An email has been sent with instructions on how to change your password." -msgstr "" +msgstr "یک ایمیل Ú©Ù‡ Ù†ØÙˆÙ‡â€ŒÛŒ تغییر رمز عبور شما را Ø´Ø±Ø Ø¯Ø§Ø¯Ù‡ است، ارسال گردید." #: mediagoblin/plugins/basic_auth/views.py:75 msgid "" "Could not send password recovery email as your username is inactive or your " "account's email address has not been verified." -msgstr "" +msgstr "سیستم نمی‌تواند ایمیل بازیابی رمز عبور شما را ارسال نماید، به دلیل آن‌که نام کاربری شما ÙØ¹Ø§Ù„ نیست یا ایمیلی Ú©Ù‡ با آن ثبت‌نام نموده‌اید هنوز تایید نشده است." #: mediagoblin/plugins/basic_auth/views.py:123 msgid "The user id is incorrect." -msgstr "" +msgstr "نام کاربری اشتباه است." #: mediagoblin/plugins/basic_auth/views.py:139 msgid "You can now log in using your new password." -msgstr "" +msgstr "شما هم‌اکنون می‌توانید با رمز عبور جدید خود وارد سیستم گردید." #: mediagoblin/plugins/basic_auth/views.py:163 msgid "" "You are no longer an active user. Please contact the system admin to " "reactivate your account." -msgstr "" +msgstr "ØØ³Ø§Ø¨ کاربری شما دیگر ÙØ¹Ø§Ù„ نیست. Ù„Ø·ÙØ§ با مدیر سیستم جهت ÙØ¹Ø§Ù„‌سازی ØØ³Ø§Ø¨ کاربری خود تماس بگیرید." #: mediagoblin/plugins/basic_auth/views.py:215 msgid "Your password was changed successfully" -msgstr "" +msgstr "رمز عبور شما با موÙقیت تغییر ÛŒØ§ÙØª" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 msgid "Set your new password" -msgstr "" +msgstr "رمز عبور جدید خود را تنظیم نمایید" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39 msgid "Set password" -msgstr "" +msgstr "رمز عبور خود را تنظیم نمایید" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 #, python-format msgid "Changing %(username)s's password" -msgstr "" +msgstr "تغییر رمز عبور کاربر %(username)s" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45 #: mediagoblin/templates/mediagoblin/edit/change_email.html:40 msgid "Save" -msgstr "" +msgstr "ذخیره" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22 msgid "Don't have an account yet?" @@ -470,48 +967,52 @@ msgstr "" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 msgid "Recover password" -msgstr "" +msgstr "بازیابی رمز عبور" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:34 msgid "Send instructions" -msgstr "" +msgstr "ارسال دستورالعمل" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/fp_link.html:22 msgid "Forgot your password?" -msgstr "" +msgstr "رمز عبور خود را ÙØ±Ø§Ù…وش نموده‌اید؟" #: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:24 msgid "Location" -msgstr "" +msgstr "Ù…ØÙ„" #: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:52 #, python-format msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>" -msgstr "" +msgstr "بر روی <a href=\"%(osm_url)s\">OpenStreetMap</a> ببنید" #: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" -msgstr "" +msgstr "اجازه" #: mediagoblin/plugins/oauth/forms.py:30 msgid "Deny" -msgstr "" +msgstr "منع" #: mediagoblin/plugins/oauth/forms.py:34 msgid "Name" -msgstr "" +msgstr "نام" #: mediagoblin/plugins/oauth/forms.py:35 msgid "The name of the OAuth client" -msgstr "" - -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" +msgstr "نام در کلاینت OAuth" #: mediagoblin/plugins/oauth/forms.py:38 msgid "" @@ -521,7 +1022,7 @@ msgstr "" #: mediagoblin/plugins/oauth/forms.py:40 msgid "Type" -msgstr "" +msgstr "نوع" #: mediagoblin/plugins/oauth/forms.py:45 msgid "" @@ -535,7 +1036,7 @@ msgstr "" #: mediagoblin/plugins/oauth/forms.py:52 msgid "Redirect URI" -msgstr "" +msgstr "آدرس بازگشت" #: mediagoblin/plugins/oauth/forms.py:54 msgid "" @@ -559,88 +1060,73 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 msgid "Sorry, an account is already registered to that OpenID." -msgstr "" +msgstr "شرمنده، یک ØØ³Ø§Ø¨ کاربری در ØØ§Ù„ ØØ§Ø¶Ø± با OpenID مد نظر شما ثبت گردیده است." #: mediagoblin/plugins/openid/forms.py:38 msgid "OpenID" -msgstr "" +msgstr "OpenID" #: mediagoblin/plugins/openid/views.py:48 msgid "Sorry, the OpenID server could not be found" -msgstr "" +msgstr "شرمنده، سرور OpenID نمی‌تواند ÛŒØ§ÙØª شود" #: mediagoblin/plugins/openid/views.py:61 #, python-format msgid "No OpenID service was found for %s" -msgstr "" +msgstr "خدمات OpenID برای %s ÛŒØ§ÙØª نگردید." #: mediagoblin/plugins/openid/views.py:106 #, python-format msgid "Verification of %s failed: %s" -msgstr "" +msgstr "تایید %s با شکست روبرو گردید: %s" #: mediagoblin/plugins/openid/views.py:117 msgid "Verification cancelled" -msgstr "" +msgstr "درخواست تایید لغو گردید" #: mediagoblin/plugins/openid/views.py:314 msgid "Your OpenID url was saved successfully." -msgstr "" +msgstr "آدرس OpenID شما با موÙقیت ذخیره گردید." #: mediagoblin/plugins/openid/views.py:338 #: mediagoblin/plugins/openid/views.py:393 msgid "You can't delete your only OpenID URL unless you have a password set" -msgstr "" +msgstr "شما نمی‌توانید تنها آدرس OpenID خود را تا زمانی Ú©Ù‡ رمز عبوری برای آن تنظیم نموده‌اید، ØØ°Ù نمایید" #: mediagoblin/plugins/openid/views.py:343 #: mediagoblin/plugins/openid/views.py:402 msgid "That OpenID is not registered to this account." -msgstr "" +msgstr "OpenID مد نظر شما برای این ØØ³Ø§Ø¨ کاربری ثبت نگردیده است." #: mediagoblin/plugins/openid/views.py:385 msgid "OpenID was successfully removed." -msgstr "" +msgstr "OpenID با موÙقیت ØØ°Ù گردید." #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:34 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:23 msgid "Add an OpenID" -msgstr "" +msgstr "یک OpenID اضاÙÙ‡ نمایید" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:34 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:23 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:31 msgid "Delete an OpenID" -msgstr "" - -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "" +msgstr "یک OpenID را ØØ°Ù نمایید" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" -msgstr "" +msgstr "OpenIDها" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -654,23 +1140,23 @@ msgstr "ورود با خطا انجام شد!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 msgid "Log in to create an account!" -msgstr "" +msgstr "وارد شوید تا یک ØØ³Ø§Ø¨ کاربری ایجاد نمایید!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 msgid "Or login with a password!" -msgstr "" +msgstr "یا توسط رمز عبور وارد شوید!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 msgid "Or login with OpenID!" -msgstr "" +msgstr "یا توسط OpenID وارد شوید!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23 msgid "Or register with OpenID!" -msgstr "" +msgstr "یا توسط OpenID ثبت‌نام نمایید!" #: mediagoblin/plugins/persona/__init__.py:90 msgid "Sorry, an account is already registered to that Persona email." -msgstr "" +msgstr "شرمنده، یک ØØ³Ø§Ø¨ کاربری در ØØ§Ù„ ØØ§Ø¶Ø± توسط آدرس ایمیل مد نظر شما ثبت گردیده است." #: mediagoblin/plugins/persona/views.py:138 msgid "The Persona email address was successfully removed." @@ -697,11 +1183,11 @@ msgstr "" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31 msgid "Delete a Persona email address" -msgstr "" +msgstr "ØØ°Ù یک آدرس ایمیل از سرویس Persona" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34 msgid "Add a Persona email address" -msgstr "" +msgstr "اضاÙÙ‡ کردن یک آدرس ایمیل از سیستم Persona" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 msgid "Persona's" @@ -709,11 +1195,11 @@ msgstr "" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 msgid "Or login with Persona!" -msgstr "" +msgstr "یا توسط Persona وارد شوید!" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22 msgid "Or register with Persona!" -msgstr "" +msgstr "یا به وسیله‌ی سیستم Persona ثبت‌نام نمایید!" #: mediagoblin/processing/__init__.py:420 msgid "Invalid file given for media type." @@ -721,11 +1207,11 @@ msgstr "ÙØ§ÛŒÙ„ÛŒ نا معتبر برای نوع رسانه داده شده." #: mediagoblin/processing/__init__.py:427 msgid "Copying to public storage failed." -msgstr "" +msgstr "Ú©Ù¾ÛŒ به ÙØ¶Ø§ÛŒ ذخیره‌سازی عمومی با شکست مواجه شد." #: mediagoblin/processing/__init__.py:435 msgid "An acceptable processing file was not found" -msgstr "" +msgstr "یک ÙØ§ÛŒÙ„ قابل قبول جهت پردازش ÛŒØ§ÙØª نشد" #: mediagoblin/submit/forms.py:30 msgid "Max file size: {0} mb" @@ -746,14 +1232,10 @@ msgstr "" msgid "You must provide a file." msgstr "شما باید ÙØ§ÛŒÙ„ÛŒ ارايه بدهید." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "هورا!ثبت شد!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" -msgstr "" +msgstr "مجموعه‌ی \"%s\" اضاÙÙ‡ گردید!" #: mediagoblin/templates/mediagoblin/banned.html:20 msgid "You are Banned." @@ -773,30 +1255,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" -msgstr "" +msgstr "آدرس ایمیل خود را تایید نمایید!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" -msgstr "" +msgstr "خروج" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" -msgstr "" +msgstr "تغییر تنظیمات ØØ³Ø§Ø¨ کاربری" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -804,84 +1282,84 @@ msgstr "" msgid "Media processing panel" msgstr "پنل رسیدگی به رسانه ها" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" -msgstr "" +msgstr "خارج شدن" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" -msgstr "" +msgstr "اضاÙÙ‡ کردن ÙØ§ÛŒÙ„" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" +msgstr "یک مجموعه‌ی جدید اضاÙÙ‡ نمایید" + +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" -msgstr "" +msgstr "اجازه" #: mediagoblin/templates/mediagoblin/api/authorize.html:26 #: mediagoblin/templates/mediagoblin/api/authorize.html:53 msgid "Authorize" -msgstr "" +msgstr "اجازه دادن" #: mediagoblin/templates/mediagoblin/api/authorize.html:29 msgid "You are logged in as" -msgstr "" +msgstr "شما وارد سیستم شده‌اید به عنوان" #: mediagoblin/templates/mediagoblin/api/authorize.html:33 msgid "Do you want to authorize " -msgstr "" +msgstr "می‌خواهید این اجازه را بدهید" #: mediagoblin/templates/mediagoblin/api/authorize.html:37 msgid "an unknown application" -msgstr "" +msgstr "یک برنامه‌ی ناشناخته" #: mediagoblin/templates/mediagoblin/api/authorize.html:39 msgid " to access your account? " -msgstr "" +msgstr "تا به ØØ³Ø§Ø¨ کاربری شما دسترسی داشته باشد؟" #: mediagoblin/templates/mediagoblin/api/authorize.html:41 msgid "Applications with access to your account can: " -msgstr "" +msgstr "برنامه‌هایی Ú©Ù‡ به ØØ³Ø§Ø¨ کاربری شما دسترسی دارند می‌توانند:" #: mediagoblin/templates/mediagoblin/api/authorize.html:43 msgid "Post new media as you" -msgstr "" +msgstr "یک ÙØ§ÛŒÙ„ چندرسانه‌ای به عنوان خودتان ارسال کنید" #: mediagoblin/templates/mediagoblin/api/authorize.html:44 msgid "See your information (e.g profile, media, etc...)" -msgstr "" +msgstr "اطلاعات خود را ببینید (مثلا Ù¾Ø±ÙˆÙØ§ÛŒÙ„ØŒ ÙØ§ÛŒÙ„‌های چندرسانه‌ای Ùˆ ...)" #: mediagoblin/templates/mediagoblin/api/authorize.html:45 msgid "Change your information" -msgstr "" +msgstr "اطلاعات خود را تغییر دهید" #: mediagoblin/templates/mediagoblin/api/oob.html:21 msgid "Authorization Finished" -msgstr "" +msgstr "مراØÙ„ دسترسی دادن به پایان رسید" #: mediagoblin/templates/mediagoblin/api/oob.html:26 msgid "Authorization Complete" -msgstr "" +msgstr "مراØÙ„ دسترسی دادن کامل گردید" #: mediagoblin/templates/mediagoblin/api/oob.html:28 msgid "Copy and paste this into your client:" -msgstr "" +msgstr "یک نسخه از این بر روی دستگاه خود ایجاد کنید:" #: mediagoblin/templates/mediagoblin/auth/register.html:28 #: mediagoblin/templates/mediagoblin/auth/register.html:36 @@ -916,7 +1394,7 @@ msgid "" "Released under the <a " "href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a " "href=\"%(source_link)s\">Source code</a> available." -msgstr "" +msgstr "منتشر شده ØªØØª مجوز <a href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a href=\"%(source_link)s\">کد منبع</a> در دسترس می‌باشد." #: mediagoblin/templates/mediagoblin/bits/base_footer.html:30 msgid "Terms of Service" @@ -924,39 +1402,39 @@ msgstr "" #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20 msgid "Explore" -msgstr "" +msgstr "گشتن" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" -msgstr "" +msgstr "سلام رÙیق، به این سایت مدیا گوبلین خوش آمدید!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." -msgstr "" +msgstr "این سایت با Ø§Ø³ØªÙØ§Ø¯Ù‡ از سیستم آزاد <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an extraordinarily بنا نهاده شده است Ú©Ù‡ به طور Ø´Ú¯ÙØªâ€ŒØ§Ù†Ú¯ÛŒØ²ÛŒ از بهترین Ù†Ø±Ù…â€ŒØ§ÙØ²Ø§Ø±Ù‡Ø§ÛŒ میزبانی ÙØ§ÛŒÙ„‌های چندرسانه‌ای است." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." -msgstr "" +msgstr "برای این Ú©Ù‡ بتوانید ÙØ§ÛŒÙ„ چندرسانه‌ای خود را اضاÙÙ‡ نمایید، نظر بدهید Ùˆ خیلی موارد دیگر می‌توانید با ØØ³Ø§Ø¨ کاربری مدیاگوبلین خود وارد شوید." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" -msgstr "" +msgstr "هنوز ØØ³Ø§Ø¨ کاربری ندارید؟ ساختنش آسان است!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -971,26 +1449,15 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" -msgstr "" +msgstr "پیوست‌ها" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "انصراÙ" +msgstr "پیوستی اضاÙÙ‡ نمایید" #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 @@ -1004,22 +1471,16 @@ msgstr "ذخیره تغییرات" #: mediagoblin/templates/mediagoblin/edit/change_email.html:33 #, python-format msgid "Changing %(username)s's email" -msgstr "" +msgstr "تغییر آدرس ایمیل کاربر %(username)s" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 #, python-format msgid "Really delete user '%(user_name)s' and all related media/comments?" -msgstr "" +msgstr "ایا مطمئن هستید Ú©Ù‡ می‌خواهید ØØ³Ø§Ø¨ کاربری '%(user_name)s' Ùˆ تمام ÙØ§ÛŒÙ„‌ها Ùˆ نظرات مربوط به ÙˆÛŒ ØØ°Ù گردد؟" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 msgid "Yes, really delete my account" -msgstr "" - -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" +msgstr "بله، Ù„Ø·ÙØ§ اکانت من را ØØ°Ù Ú©Ù†" #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 @@ -1035,11 +1496,11 @@ msgstr "" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:54 msgid "Delete my account" -msgstr "" +msgstr "اکانت من را ØØ°Ù Ú©Ù†" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 msgid "Email" -msgstr "" +msgstr "آدرس ایمیل" #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29 #, python-format @@ -1052,6 +1513,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "در ØØ§Ù„ ویرایش نمایه %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1068,14 +1550,16 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 msgid "New comments" -msgstr "" +msgstr "نظرات جدید" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1083,7 +1567,7 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41 msgid "Mark all read" -msgstr "" +msgstr "همه را به عنوان خوانده شده نشانه‌گذاری Ú©Ù†" #: mediagoblin/templates/mediagoblin/listings/collection.html:30 #: mediagoblin/templates/mediagoblin/listings/collection.html:35 @@ -1091,93 +1575,95 @@ msgstr "" #: mediagoblin/templates/mediagoblin/listings/tag.html:35 #, python-format msgid "Media tagged with: %(tag_name)s" -msgstr "" +msgstr "نشانه‌گذاری شده با عبارات: %(tag_name)s" #: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:56 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:67 #: mediagoblin/templates/mediagoblin/media_displays/video.html:74 msgid "Download" -msgstr "" +msgstr "دانلود" #: mediagoblin/templates/mediagoblin/media_displays/ascii.html:38 msgid "Original" -msgstr "" +msgstr "اصلی" #: mediagoblin/templates/mediagoblin/media_displays/audio.html:44 msgid "" "Sorry, this audio will not work because \n" "\tyour web browser does not support HTML5 \n" "\taudio." -msgstr "" +msgstr "شرمنده، این ÙØ§ÛŒÙ„ صوتی کار نخواهد کرد به دلیل آن Ú©Ù‡ مرورگر وب شما از استاندارد HTML5 جهت پخش ÙØ§ÛŒÙ„‌های صوتی پشتیبانی نمی‌نماید." #: mediagoblin/templates/mediagoblin/media_displays/audio.html:47 msgid "" "You can get a modern web browser that \n" "\tcan play the audio at <a href=\"http://getfirefox.com\">\n" "\t http://getfirefox.com</a>!" -msgstr "" +msgstr "شما می‌توانید یک مرورگر وب بسیار عالی Ú©Ù‡ قادر به پخش ÙØ§ÛŒÙ„‌های صوتی است را از <a href=\"http://getfirefox.com\">\n این‌جا</a> Ø¯Ø±ÛŒØ§ÙØª نمایید!" #: mediagoblin/templates/mediagoblin/media_displays/audio.html:60 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:73 #: mediagoblin/templates/mediagoblin/media_displays/video.html:80 msgid "Original file" -msgstr "" +msgstr "ÙØ§ÛŒÙ„ اصلی" #: mediagoblin/templates/mediagoblin/media_displays/audio.html:63 msgid "WebM file (Vorbis codec)" -msgstr "" +msgstr "ÙØ§ÛŒÙ„ WebM (کدک (رمزگشای) Vorbis)" #: mediagoblin/templates/mediagoblin/media_displays/image.html:36 msgid "Created" -msgstr "" +msgstr "ایجاد گردید" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:81 msgid "PDF file" -msgstr "" +msgstr "ÙØ§ÛŒÙ„ PDF" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" -msgstr "" +msgstr "جلو" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" -msgstr "" +msgstr "بالا" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" -msgstr "" +msgstr "کنار" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" -msgstr "" +msgstr "ØØ§Ù„ت دانلود!" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" -msgstr "" +msgstr "نوع ÙØ§ÛŒÙ„" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" -msgstr "" +msgstr "ارتقاع مورد" #: mediagoblin/templates/mediagoblin/media_displays/video.html:63 msgid "" @@ -1195,7 +1681,7 @@ msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/video.html:88 msgid "WebM file (VP8/Vorbis)" -msgstr "" +msgstr "ÙØ§ÛŒÙ„ با ÙØ±Ù…ت WebM (کدک VP8/Vorbis)" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30 msgid "" @@ -1205,16 +1691,50 @@ msgstr "" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32 msgid "Media in-processing" +msgstr "ÙØ§ÛŒÙ„ مورد نظر در ØØ§Ù„ پردازش می‌باشد" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" -msgstr "" +msgstr "هیچ ÙØ§ÛŒÙ„ÛŒ در ØØ§Ù„ پردازش نیست" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:62 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59 msgid "These uploads failed to process:" +msgstr "ÙØ§ÛŒÙ„‌های آپلود شده‌ی زیر نتوانستند پردزاش شوند:" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 @@ -1224,31 +1744,35 @@ msgstr "" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:93 msgid "Last 10 successful uploads" +msgstr "آخرین ÙØ§ÛŒÙ„‌هایی Ú©Ù‡ با موÙقیت آپلود شده‌اند" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" -msgstr "" +msgstr "هنوز هیچ موردی برای پردازش وجود ندارد!" #: mediagoblin/templates/mediagoblin/moderation/report.html:27 msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1256,7 +1780,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1266,24 +1790,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1304,7 +1833,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1313,16 +1842,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1330,7 +1859,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1338,23 +1867,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1362,10 +1891,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "تایید ایمیل شما مورد نیاز است" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "نمایه %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "این کاربر هنوز Ù¾Ø±ÙˆÙØ§ÛŒÙ„ خودر ا پر ننموده است." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "ویرایش نمایه" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "گشتن در مجموعه‌ها" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1382,10 +2043,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1396,17 +2053,37 @@ msgstr "" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 msgid "No users found." -msgstr "" +msgstr "هیچ کاربری ÛŒØ§ÙØª نشد." #: mediagoblin/templates/mediagoblin/submit/collection.html:26 msgid "Add a collection" -msgstr "" +msgstr "یک مجموعه اضاÙÙ‡ نمایید" #: mediagoblin/templates/mediagoblin/submit/start.html:28 #: mediagoblin/templates/mediagoblin/submit/start.html:35 msgid "Add your media" +msgstr "ÙØ§ÛŒÙ„ چندرسانه‌ای خود را اضاÙÙ‡ نمایید" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "یک نظر بنویسید" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "به این مورد نظری بدهید" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "اضاÙÙ‡ گردید" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1415,37 +2092,41 @@ msgstr "" #: mediagoblin/templates/mediagoblin/user_pages/collection.html:39 #, python-format msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "%(collection_title)s ایجاد شده توسط <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 +#, python-format +msgid "Really delete collection: %(title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 #, python-format -msgid "Really delete %(title)s?" +msgid "Remove %(media_title)s from %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" -msgstr "" +msgstr "آیا مطمئن هستید می‌خواهید %(media_title)s را از مجموعه‌ی %(collection_title)s ØØ°Ù نمایید؟" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" -msgstr "" +msgstr "ØØ°Ù نمودن" #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21 #, python-format msgid "%(username)s's collections" -msgstr "" +msgstr "مجموعه‌های %(username)s" #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28 #, python-format msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections" -msgstr "" +msgstr "مجموعه‌های <a href=\"%(user_url)s\">%(username)s</a>" #: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19 #, python-format @@ -1457,14 +2138,14 @@ msgstr "" #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30 #, python-format msgid "%(username)s's media" -msgstr "" +msgstr "چندرسانه‌ای‌های %(username)s" #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:38 #, python-format msgid "" "<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a " "href=\"%(tag_url)s\">%(tag)s</a>" -msgstr "" +msgstr "ÙØ§ÛŒÙ„‌های چند رسانه‌ای کاربر <a href=\"%(user_url)s\">%(username)s</a> با تگ <a href=\"%(tag_url)s\">%(tag)s</a>" #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48 #, python-format @@ -1476,44 +2157,32 @@ msgstr "<a href=\"%(user_url)s\">%(username)s</a>'s رسانه های" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" +msgstr "پیش‌نمایش نظر" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format msgid "Add “%(media_title)s†to a collection" -msgstr "" +msgstr "“%(media_title)s†را به مجموعه اضاÙÙ‡ Ú©Ù†" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54 msgid "+" -msgstr "" +msgstr "+" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58 msgid "Add a new collection" -msgstr "" +msgstr "یک مجموعه‌ی جدید ا ضاÙÙ‡ نمایید" #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29 msgid "" "You can track the state of media being processed for your gallery here." -msgstr "" +msgstr "شما می‌توانید وضعیت پردازش ÙØ§ÛŒÙ„ چندرسانه‌ای را Ú©Ù‡ به مجموعه‌ی خود اضاÙÙ‡ نموده‌اید را در این‌جا ببینید." #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89 msgid "Your last 10 successful uploads" -msgstr "" +msgstr "آخرین Û±Û° ارسال موÙÙ‚ شما" #: mediagoblin/templates/mediagoblin/user_pages/report.html:21 msgid "<h2>File a Report</h2>" @@ -1540,55 +2209,30 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "نمایه %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." -msgstr "" +msgstr "این‌جا مکانی است Ú©Ù‡ شما می‌توانید به دیگران در مورد خود بگویید." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "ویرایش نمایه" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "نمایش تمامی رسانه های %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." -msgstr "" +msgstr "این‌جا مکانی است Ú©Ù‡ ÙØ§ÛŒÙ„‌های شما نمایش داده خواهد شد، اما به نظر می‌رسد Ú©Ù‡ شما هنوز هیچ چیزی را اضاÙÙ‡ ننمودید." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "" +msgstr "به نظر می‌رسد Ú©Ù‡ هنوز هیچ ÙØ§ÛŒÙ„ چندرسانه‌ای وجود ندارد..." #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." -msgstr "" +msgstr "تقریبا تمام شد! اکانت شما به ÙØ¹Ø§Ù„ شدن نیاز دارد." #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:48 msgid "" @@ -1607,7 +2251,7 @@ msgstr "باز ارسال ایمیل تاییدیه" msgid "" "Someone has registered an account with this username, but it still has to be" " activated." -msgstr "" +msgstr "شخص دیگری اکانتی با نام انتخابی شما ثبت‌نام نموده است، اما هنوز آن را تایید ننموده است." #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:68 #, python-format @@ -1618,51 +2262,59 @@ msgstr "اگر شما آن کاربر هستید Ùˆ ایمیل تایید خود #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49 msgid "(remove)" -msgstr "" +msgstr "(ØØ°Ù نمودن)" #: mediagoblin/templates/mediagoblin/utils/collections.html:21 msgid "Collected in" -msgstr "" +msgstr "جمع شده در" #: mediagoblin/templates/mediagoblin/utils/collections.html:40 msgid "Add to a collection" +msgstr "به مجموعه اضاÙÙ‡ کنید" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" msgstr "" #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" -msgstr "" +msgstr "آیکون خوراک (Ùید)" #: mediagoblin/templates/mediagoblin/utils/feed_link.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23 msgid "Atom feed" -msgstr "" +msgstr "خوراک (Ùید) با ÙÙØ±Ù…ت Atom" #: mediagoblin/templates/mediagoblin/utils/license.html:25 msgid "All rights reserved" -msgstr "" +msgstr "تمامی ØÙ‚وق Ù…ØÙوظ است" #: mediagoblin/templates/mediagoblin/utils/pagination.html:39 msgid "↠Newer" -msgstr "" +msgstr "جدیدتر â†" #: mediagoblin/templates/mediagoblin/utils/pagination.html:45 msgid "Older →" -msgstr "" +msgstr "→ قدیمی‌تر" #: mediagoblin/templates/mediagoblin/utils/pagination.html:48 msgid "Go to page:" -msgstr "" +msgstr "برو به ØµÙØÙ‡â€ŒÛŒ " #: mediagoblin/templates/mediagoblin/utils/prev_next.html:28 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:33 msgid "newer" -msgstr "" +msgstr "جدیدتر" #: mediagoblin/templates/mediagoblin/utils/prev_next.html:39 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:44 msgid "older" -msgstr "" +msgstr "قدیمی‌تر" #: mediagoblin/templates/mediagoblin/utils/report.html:25 msgid "Report media" @@ -1670,11 +2322,11 @@ msgstr "" #: mediagoblin/templates/mediagoblin/utils/tags.html:20 msgid "Tagged with" -msgstr "" +msgstr "تگ شده با" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." -msgstr "" +msgstr "قادر به خواندن تصویر نمی‌باشد." #: mediagoblin/tools/response.py:38 msgid "Oops!" @@ -1682,19 +2334,19 @@ msgstr "اوه" #: mediagoblin/tools/response.py:39 msgid "An error occured" -msgstr "" +msgstr "یک خطا رخ داد" #: mediagoblin/tools/response.py:53 msgid "Bad Request" -msgstr "" +msgstr "درخواست نامعتبر" #: mediagoblin/tools/response.py:55 msgid "The request sent to the server is invalid, please double check it" -msgstr "" +msgstr "درخواست ارائه شده به سرور نادرست است، Ù„Ø·ÙØ§ مجددا Ú†Ú© نمایید" #: mediagoblin/tools/response.py:63 msgid "Operation not allowed" -msgstr "" +msgstr "شما اجازه‌ی انجام این عملیات را ندارید" #: mediagoblin/tools/response.py:64 msgid "" @@ -1712,31 +2364,31 @@ msgstr "" #: mediagoblin/tools/timesince.py:62 msgid "year" -msgstr "" +msgstr "سال" #: mediagoblin/tools/timesince.py:63 msgid "month" -msgstr "" +msgstr "ماه" #: mediagoblin/tools/timesince.py:64 msgid "week" -msgstr "" +msgstr "Ù‡ÙØªÙ‡" #: mediagoblin/tools/timesince.py:65 msgid "day" -msgstr "" +msgstr "روز" #: mediagoblin/tools/timesince.py:66 msgid "hour" -msgstr "" +msgstr "ساعت" #: mediagoblin/tools/timesince.py:67 msgid "minute" -msgstr "" +msgstr "دقیقه" #: mediagoblin/user_pages/forms.py:23 msgid "Comment" -msgstr "" +msgstr "نظر" #: mediagoblin/user_pages/forms.py:25 msgid "" @@ -1744,25 +2396,21 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" -msgstr "" +msgstr "من مطمئن هستم Ú©Ù‡ می‌خواهم این مورد را از این مجموعه ØØ°Ù نمایم" #: mediagoblin/user_pages/forms.py:39 msgid "Collection" -msgstr "" +msgstr "مجموعه" #: mediagoblin/user_pages/forms.py:40 msgid "-- Select --" -msgstr "" +msgstr "-- انتخاب کنید --" #: mediagoblin/user_pages/forms.py:42 msgid "Include a note" -msgstr "" +msgstr "یک یادداشت بگذارید" #: mediagoblin/user_pages/forms.py:49 msgid "" @@ -1773,75 +2421,71 @@ msgstr "" #: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 msgid "Reason for Reporting" -msgstr "" +msgstr "دلیل شما برای گزارش؟" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." -msgstr "" +msgstr "شرمنده، امکان نظردهی ØºÛŒØ±ÙØ¹Ø§Ù„ گردیده است." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." -msgstr "" +msgstr "اووه، متن نظر شما خالی بود." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" -msgstr "" +msgstr "نظر شما با موÙقیت ارسال گردید!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." -msgstr "" +msgstr "Ù„Ø·ÙØ§ مقادیر ورودی خود را بررسی نموده Ùˆ مجددا تلاش نمایید." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" -msgstr "" +msgstr "شما مجبور هستید Ú©Ù‡ یک مجموعه را انتخاب یا اضاÙÙ‡ نمایید" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" -msgstr "" +msgstr "\"%s\" در ØØ§Ù„ ØØ§Ø¶Ø± در مجموعه‌ی \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" -msgstr "" +msgstr "\"%s\" به مجموعه‌ی \"%s\" اضاÙÙ‡ گردیده است" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." -msgstr "" - -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" +msgstr "شما چندرسانه‌ای مورد نظر را پاک نمودید." -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." -msgstr "" +msgstr "شما در ØØ§Ù„ ØØ°Ù نمودن ÙØ§ÛŒÙ„‌های کاربر دیگری است. با Ø§ØØªÛŒØ§Ø· عمل نمایید." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." -msgstr "" +msgstr "شما ÙØ§ÛŒÙ„ مورد نظر را از مجموعه ØØ°Ù نموده‌اید." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." -msgstr "" +msgstr "ÙØ§ÛŒÙ„ مورد نظر به دلیل عدم تایید اطمینان شما ØØ°Ù نگردید." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." -msgstr "" +msgstr "شما در ØØ§Ù„ ØØ°Ù نمودن موردی از مجموعه‌ی شخص دیگری هستید، Ù„Ø·ÙØ§ با Ø§ØØªÛŒØ§Ø· عمل نمایید." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" -msgstr "" +msgstr "شما مجموعه‌ی \"%s\" را ØØ°Ù نمودید" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/fi/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/fi/LC_MESSAGES/mediagoblin.mo Binary files differnew file mode 100644 index 00000000..90168857 --- /dev/null +++ b/mediagoblin/i18n/fi/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/fi/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/fi/LC_MESSAGES/mediagoblin.po new file mode 100644 index 00000000..99f3b6fb --- /dev/null +++ b/mediagoblin/i18n/fi/LC_MESSAGES/mediagoblin.po @@ -0,0 +1,2493 @@ +# Translations template for PROJECT. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GNU MediaGoblin\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-07-29 11:01-0500\n" +"PO-Revision-Date: 2011-08-07 03:51+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Finnish (http://www.transifex.com/projects/p/mediagoblin/language/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +msgid "Sorry, registration is disabled on this instance." +msgstr "" + +#: mediagoblin/decorators.py:315 +msgid "Sorry, reporting is disabled on this instance." +msgstr "" + +#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/plugins/persona/views.py:77 +msgid "Sorry, authentication is disabled on this instance." +msgstr "" + +#: mediagoblin/auth/tools.py:43 +msgid "Invalid User name or email address." +msgstr "" + +#: mediagoblin/auth/tools.py:44 +msgid "This field does not take email addresses." +msgstr "" + +#: mediagoblin/auth/tools.py:45 +msgid "This field requires an email address." +msgstr "" + +#: mediagoblin/auth/tools.py:116 +msgid "Sorry, a user with that name already exists." +msgstr "" + +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 +msgid "Sorry, a user with that email address already exists." +msgstr "" + +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 +msgid "The verification key or user id is incorrect." +msgstr "" + +#: mediagoblin/auth/views.py:161 +msgid "" +"Your email address has been verified. You may now login, edit your profile, " +"and submit images!" +msgstr "" + +#: mediagoblin/auth/views.py:167 +msgid "The verification key or user id is incorrect" +msgstr "" + +#: mediagoblin/auth/views.py:185 +msgid "You must be logged in so we know who to send the email to!" +msgstr "" + +#: mediagoblin/auth/views.py:193 +msgid "You've already verified your email address!" +msgstr "" + +#: mediagoblin/auth/views.py:203 +msgid "Resent your verification email." +msgstr "" + +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 +#: mediagoblin/user_pages/forms.py:45 +msgid "Title" +msgstr "" + +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 +msgid "Description of this work" +msgstr "" + +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" +" Markdown</a> for formatting." +msgstr "" + +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 +msgid "Tags" +msgstr "" + +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 +msgid "Separate tags by commas." +msgstr "" + +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 +msgid "Slug" +msgstr "" + +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 +msgid "The slug can't be empty" +msgstr "" + +#: mediagoblin/edit/forms.py:44 +msgid "" +"The title part of this media's address. You usually don't need to change " +"this." +msgstr "" + +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 +#: mediagoblin/templates/mediagoblin/utils/license.html:20 +msgid "License" +msgstr "" + +#: mediagoblin/edit/forms.py:54 +msgid "Bio" +msgstr "" + +#: mediagoblin/edit/forms.py:60 +msgid "Website" +msgstr "" + +#: mediagoblin/edit/forms.py:62 +msgid "This address contains errors" +msgstr "" + +#: mediagoblin/edit/forms.py:67 +msgid "Email me when others comment on my media" +msgstr "" + +#: mediagoblin/edit/forms.py:69 +msgid "Enable insite notifications about events." +msgstr "" + +#: mediagoblin/edit/forms.py:71 +msgid "License preference" +msgstr "" + +#: mediagoblin/edit/forms.py:77 +msgid "This will be your default license on upload forms." +msgstr "" + +#: mediagoblin/edit/forms.py:90 +msgid "The title can't be empty" +msgstr "" + +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 +#: mediagoblin/user_pages/forms.py:48 +msgid "Description of this collection" +msgstr "" + +#: mediagoblin/edit/forms.py:99 +msgid "" +"The title part of this collection's address. You usually don't need to " +"change this." +msgstr "" + +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 +msgid "Old password" +msgstr "" + +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 +msgid "Enter your old password to prove you own this account." +msgstr "" + +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 +msgid "New password" +msgstr "" + +#: mediagoblin/edit/forms.py:119 +msgid "New email address" +msgstr "" + +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/plugins/basic_auth/forms.py:43 +#: mediagoblin/plugins/ldap/forms.py:39 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 +#: mediagoblin/tests/test_util.py:116 +msgid "Password" +msgstr "" + +#: mediagoblin/edit/forms.py:125 +msgid "Enter your password to prove you own this account." +msgstr "" + +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 +msgid "An entry with that slug already exists for this user." +msgstr "" + +#: mediagoblin/edit/views.py:96 +msgid "You are editing another user's media. Proceed with caution." +msgstr "" + +#: mediagoblin/edit/views.py:166 +#, python-format +msgid "You added the attachment %s!" +msgstr "" + +#: mediagoblin/edit/views.py:193 +msgid "You can only edit your own profile." +msgstr "" + +#: mediagoblin/edit/views.py:199 +msgid "You are editing a user's profile. Proceed with caution." +msgstr "" + +#: mediagoblin/edit/views.py:215 +msgid "Profile changes saved" +msgstr "" + +#: mediagoblin/edit/views.py:248 +msgid "Account settings saved" +msgstr "" + +#: mediagoblin/edit/views.py:282 +msgid "You need to confirm the deletion of your account." +msgstr "" + +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 +#, python-format +msgid "You already have a collection called \"%s\"!" +msgstr "" + +#: mediagoblin/edit/views.py:322 +msgid "A collection with that slug already exists for this user." +msgstr "" + +#: mediagoblin/edit/views.py:337 +msgid "You are editing another user's collection. Proceed with caution." +msgstr "" + +#: mediagoblin/edit/views.py:378 +msgid "Your email address has been verified." +msgstr "" + +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 +msgid "Wrong password" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:60 +msgid "Cannot link theme... no theme set\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:73 +msgid "No asset directory for this theme\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:76 +msgid "However, old link directory symlink found; removed.\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:112 +#, python-format +msgid "Could not link \"%s\": %s exists and is not a symlink\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:119 +#, python-format +msgid "Skipping \"%s\"; already set up.\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:124 +#, python-format +msgid "Old link found for \"%s\"; removing.\n" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + +#: mediagoblin/meddleware/csrf.py:134 +msgid "" +"CSRF cookie not present. This is most likely the result of a cookie blocker " +"or somesuch.<br/>Make sure to permit the settings of cookies for this " +"domain." +msgstr "" + +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 +msgid "Sorry, I don't support that file type :(" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + +#: mediagoblin/media_types/pdf/processing.py:142 +msgid "unoconv failing to run, check log file" +msgstr "" + +#: mediagoblin/media_types/video/processing.py:44 +msgid "Video transcoding failed" +msgstr "" + +#: mediagoblin/moderation/forms.py:21 +msgid "Take away privilege" +msgstr "" + +#: mediagoblin/moderation/forms.py:22 +msgid "Ban the user" +msgstr "" + +#: mediagoblin/moderation/forms.py:23 +msgid "Send the user a message" +msgstr "" + +#: mediagoblin/moderation/forms.py:24 +msgid "Delete the content" +msgstr "" + +#: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 +msgid "User will be banned until:" +msgstr "" + +#: mediagoblin/moderation/forms.py:57 +msgid "Why are you banning this User?" +msgstr "" + +#: mediagoblin/moderation/forms.py:109 +msgid "What action will you take to resolve the report?" +msgstr "" + +#: mediagoblin/moderation/forms.py:115 +msgid "What privileges will you take away?" +msgstr "" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + +#: mediagoblin/moderation/tools.py:91 +msgid "Warning from" +msgstr "" + +#: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60 +msgid "commented on your post" +msgstr "" + +#: mediagoblin/notifications/views.py:35 +#, python-format +msgid "Subscribed to comments on %s!" +msgstr "" + +#: mediagoblin/notifications/views.py:48 +#, python-format +msgid "You will not receive notifications for comments on %s." +msgstr "" + +#: mediagoblin/oauth/views.py:242 +msgid "Must provide an oauth_token." +msgstr "" + +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 +msgid "No request token found." +msgstr "" + +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/submit/views.py:78 +msgid "Sorry, the file size is too big." +msgstr "" + +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/submit/views.py:81 +msgid "Sorry, uploading this file will put you over your upload limit." +msgstr "" + +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/submit/views.py:87 +msgid "Sorry, you have reached your upload limit." +msgstr "" + +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:64 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:65 +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:72 +msgid "feature management panel." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:77 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:24 +#: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 +#: mediagoblin/plugins/persona/forms.py:24 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:76 +msgid "Username" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:32 +#: mediagoblin/plugins/ldap/forms.py:28 mediagoblin/plugins/openid/forms.py:31 +#: mediagoblin/plugins/persona/forms.py:28 +#: mediagoblin/plugins/persona/forms.py:39 +msgid "Email address" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:39 +msgid "Username or Email" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:46 +msgid "Stay logged in" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:51 +msgid "Username or email" +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:54 +msgid "" +"If that email address (case sensitive!) is registered an email has been sent" +" with instructions on how to change your password." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:65 +msgid "Couldn't find someone with that username." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:68 +msgid "" +"An email has been sent with instructions on how to change your password." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:75 +msgid "" +"Could not send password recovery email as your username is inactive or your " +"account's email address has not been verified." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:123 +msgid "The user id is incorrect." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:139 +msgid "You can now log in using your new password." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:163 +msgid "" +"You are no longer an active user. Please contact the system admin to " +"reactivate your account." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:215 +msgid "Your password was changed successfully" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 +msgid "Set your new password" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39 +msgid "Set password" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 +#, python-format +msgid "Changing %(username)s's password" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45 +#: mediagoblin/templates/mediagoblin/edit/change_email.html:40 +msgid "Save" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22 +msgid "Don't have an account yet?" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:24 +msgid "Create one here!" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 +msgid "Change your password." +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 +msgid "Recover password" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:34 +msgid "Send instructions" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/fp_link.html:22 +msgid "Forgot your password?" +msgstr "" + +#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:24 +msgid "Location" +msgstr "" + +#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:52 +#, python-format +msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>" +msgstr "" + +#: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 +msgid "Sign in to create an account!" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:29 +msgid "Allow" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:30 +msgid "Deny" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:34 +msgid "Name" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:35 +msgid "The name of the OAuth client" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:38 +msgid "" +"This will be visible to users allowing your\n" +" application to authenticate as them." +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:40 +msgid "Type" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:45 +msgid "" +"<strong>Confidential</strong> - The client can\n" +" make requests to the GNU MediaGoblin instance that can not be\n" +" intercepted by the user agent (e.g. server-side client).<br />\n" +" <strong>Public</strong> - The client can't make confidential\n" +" requests to the GNU MediaGoblin instance (e.g. client-side\n" +" JavaScript client)." +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:52 +msgid "Redirect URI" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:54 +msgid "" +"The redirect URI for the applications, this field\n" +" is <strong>required</strong> for public clients." +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:66 +msgid "This field is required for public clients" +msgstr "" + +#: mediagoblin/plugins/oauth/views.py:55 +msgid "The client {0} has been registered!" +msgstr "" + +#: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22 +msgid "OAuth client connections" +msgstr "" + +#: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22 +msgid "Your OAuth clients" +msgstr "" + +#: mediagoblin/plugins/openid/__init__.py:97 +#: mediagoblin/plugins/openid/views.py:268 +#: mediagoblin/plugins/openid/views.py:297 +msgid "Sorry, an account is already registered to that OpenID." +msgstr "" + +#: mediagoblin/plugins/openid/forms.py:38 +msgid "OpenID" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:48 +msgid "Sorry, the OpenID server could not be found" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:61 +#, python-format +msgid "No OpenID service was found for %s" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:106 +#, python-format +msgid "Verification of %s failed: %s" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:117 +msgid "Verification cancelled" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:314 +msgid "Your OpenID url was saved successfully." +msgstr "" + +#: mediagoblin/plugins/openid/views.py:338 +#: mediagoblin/plugins/openid/views.py:393 +msgid "You can't delete your only OpenID URL unless you have a password set" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:343 +#: mediagoblin/plugins/openid/views.py:402 +msgid "That OpenID is not registered to this account." +msgstr "" + +#: mediagoblin/plugins/openid/views.py:385 +msgid "OpenID was successfully removed." +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:34 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:23 +msgid "Add an OpenID" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:34 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:23 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:31 +msgid "Delete an OpenID" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 +msgid "OpenID's" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 +#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/auth/login.html:28 +#: mediagoblin/templates/mediagoblin/auth/login.html:36 +#: mediagoblin/templates/mediagoblin/auth/login.html:47 +msgid "Log in" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:39 +#: mediagoblin/templates/mediagoblin/auth/login.html:39 +msgid "Logging in failed!" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 +msgid "Log in to create an account!" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 +msgid "Or login with a password!" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 +msgid "Or login with OpenID!" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23 +msgid "Or register with OpenID!" +msgstr "" + +#: mediagoblin/plugins/persona/__init__.py:90 +msgid "Sorry, an account is already registered to that Persona email." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:138 +msgid "The Persona email address was successfully removed." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:144 +msgid "" +"You can't delete your only Persona email address unless you have a password " +"set." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:149 +msgid "That Persona email address is not registered to this account." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:176 +msgid "" +"Sorry, an account is already registered with that Persona email address." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:192 +msgid "Your Persona email address was saved successfully." +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31 +msgid "Delete a Persona email address" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34 +msgid "Add a Persona email address" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 +msgid "Persona's" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 +msgid "Or login with Persona!" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22 +msgid "Or register with Persona!" +msgstr "" + +#: mediagoblin/processing/__init__.py:420 +msgid "Invalid file given for media type." +msgstr "" + +#: mediagoblin/processing/__init__.py:427 +msgid "Copying to public storage failed." +msgstr "" + +#: mediagoblin/processing/__init__.py:435 +msgid "An acceptable processing file was not found" +msgstr "" + +#: mediagoblin/submit/forms.py:30 +msgid "Max file size: {0} mb" +msgstr "" + +#: mediagoblin/submit/forms.py:34 +msgid "File" +msgstr "" + +#: mediagoblin/submit/forms.py:41 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" +" Markdown</a> for formatting." +msgstr "" + +#: mediagoblin/submit/views.py:55 +msgid "You must provide a file." +msgstr "" + +#: mediagoblin/submit/views.py:138 +#, python-format +msgid "Collection \"%s\" added!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:20 +msgid "You are Banned." +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:24 +#: mediagoblin/templates/mediagoblin/error.html:24 +msgid "Image of goblin stressing out" +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:26 +msgid "You have been banned" +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:28 +#, python-format +msgid "until %(until_when)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:97 +msgid "Verify your email!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 +msgid "log out" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:131 +#, python-format +msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:138 +msgid "Change account settings" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:26 +msgid "Media processing panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:152 +msgid "Log out" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 +msgid "Add media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:158 +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 +msgid "Create new collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:21 +msgid "Authorization" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:26 +#: mediagoblin/templates/mediagoblin/api/authorize.html:53 +msgid "Authorize" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:29 +msgid "You are logged in as" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:33 +msgid "Do you want to authorize " +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:37 +msgid "an unknown application" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:39 +msgid " to access your account? " +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:41 +msgid "Applications with access to your account can: " +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:43 +msgid "Post new media as you" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:44 +msgid "See your information (e.g profile, media, etc...)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:45 +msgid "Change your information" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/oob.html:21 +msgid "Authorization Finished" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/oob.html:26 +msgid "Authorization Complete" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/oob.html:28 +msgid "Copy and paste this into your client:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/auth/register.html:28 +#: mediagoblin/templates/mediagoblin/auth/register.html:36 +msgid "Create an account!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/auth/register.html:41 +msgid "Create" +msgstr "" + +#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19 +#, python-format +msgid "" +"Hi %(username)s,\n" +"\n" +"to activate your GNU MediaGoblin account, open the following URL in\n" +"your web browser:\n" +"\n" +"%(verification_url)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:21 +#, python-format +msgid "" +"Powered by <a href=\"http://mediagoblin.org/\" title='Version " +"%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> project." +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:24 +#, python-format +msgid "" +"Released under the <a " +"href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a " +"href=\"%(source_link)s\">Source code</a> available." +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:30 +msgid "Terms of Service" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20 +msgid "Explore" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +msgid "Hi there, welcome to this MediaGoblin site!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 +msgid "" +"This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " +"extraordinarily great piece of media hosting software." +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 +msgid "" +"To add your own media, place comments, and more, you can log in with your " +"MediaGoblin account." +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 +msgid "Don't have one yet? It's easy!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 +msgid "" +"\n" +" >Create an account at this site</a>\n" +" or" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 +msgid "" +"\n" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/logo.html:23 +#: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 +msgid "MediaGoblin logo" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:23 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:35 +#, python-format +msgid "Editing attachments for %(media_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 +msgid "Attachments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 +msgid "Add attachment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:63 +#: mediagoblin/templates/mediagoblin/edit/edit.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:33 +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:40 +msgid "Save changes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/change_email.html:23 +#: mediagoblin/templates/mediagoblin/edit/change_email.html:33 +#, python-format +msgid "Changing %(username)s's email" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 +#, python-format +msgid "Really delete user '%(user_name)s' and all related media/comments?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 +msgid "Yes, really delete my account" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit.html:23 +#: mediagoblin/templates/mediagoblin/edit/edit.html:35 +#, python-format +msgid "Editing %(media_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:28 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:40 +#, python-format +msgid "Changing %(username)s's account settings" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:54 +msgid "Delete my account" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 +msgid "Email" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29 +#, python-format +msgid "Editing %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23 +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34 +#, python-format +msgid "Editing %(username)s's profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/verification.txt:19 +#, python-format +msgid "" +"Hi,\n" +"\n" +"We wanted to verify that you are %(username)s. If this is the case, then \n" +"please follow the link below to verify your new email address.\n" +"\n" +"%(verification_url)s\n" +"\n" +"If you are not %(username)s or didn't request an email change, you can ignore\n" +"this email." +msgstr "" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 +msgid "New comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 +#: mediagoblin/templates/mediagoblin/media_displays/image.html:39 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 +#: mediagoblin/templates/mediagoblin/user_pages/report.html:48 +#, python-format +msgid "%(formatted_time)s ago" +msgstr "" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41 +msgid "Mark all read" +msgstr "" + +#: mediagoblin/templates/mediagoblin/listings/collection.html:30 +#: mediagoblin/templates/mediagoblin/listings/collection.html:35 +#: mediagoblin/templates/mediagoblin/listings/tag.html:30 +#: mediagoblin/templates/mediagoblin/listings/tag.html:35 +#, python-format +msgid "Media tagged with: %(tag_name)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34 +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:56 +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:67 +#: mediagoblin/templates/mediagoblin/media_displays/video.html:74 +msgid "Download" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:38 +msgid "Original" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:44 +msgid "" +"Sorry, this audio will not work because \n" +"\tyour web browser does not support HTML5 \n" +"\taudio." +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:47 +msgid "" +"You can get a modern web browser that \n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:60 +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:73 +#: mediagoblin/templates/mediagoblin/media_displays/video.html:80 +msgid "Original file" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:63 +msgid "WebM file (Vorbis codec)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/image.html:36 +msgid "Created" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 +#, python-format +msgid "Image for %(media_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:81 +msgid "PDF file" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 +msgid "Perspective" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 +msgid "Front" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 +msgid "Top" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 +msgid "Side" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 +msgid "WebGL" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 +msgid "Download model" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 +msgid "File Format" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 +msgid "Object Height" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:63 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:66 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:88 +msgid "WebM file (VP8/Vorbis)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30 +msgid "" +"Here you can track the state of media being processed on this instance." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32 +msgid "Media in-processing" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 +msgid "No media in-processing" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59 +msgid "These uploads failed to process:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 +msgid "No failed entries!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:93 +msgid "Last 10 successful uploads" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 +msgid "No processed entries, yet!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:27 +msgid "Sorry, no such report found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 +msgid "Return to Reports Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 +msgid "Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 +msgid "Reported comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 +#, python-format +msgid "" +"\n" +" â– Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 +#, python-format +msgid "" +"\n" +" CONTENT BY\n" +" <a href=\"%(user_url)s\"> %(user_name)s</a>\n" +" HAS BEEN DELETED\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 +msgid "Resolve" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 +msgid "Resolve This Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 +msgid "Status" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 +msgid "RESOLVED" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 +msgid "You cannot take action against an administrator" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27 +msgid "Report panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30 +msgid "" +"\n" +" Here you can look up open reports that have been filed by users.\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:35 +msgid "Active Reports Filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +msgid "Offender" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78 +msgid "When Reported" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 +msgid "Reported By" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 +msgid "Reason" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 +#, python-format +msgid "" +"\n" +" Comment Report #%(report_id)s\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 +#, python-format +msgid "" +"\n" +" Media Report #%(report_id)s\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +msgid "No open reports found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 +msgid "Closed Reports" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +msgid "Resolved" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +msgid "Action Taken" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 +#, python-format +msgid "" +"\n" +" Closed Report #%(report_id)s\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 +msgid "No closed reports found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 +msgid "User panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:29 +msgid "" +"\n" +" Here you can look up users in order to take punitive actions on them.\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34 +msgid "Active Users" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 +msgid "When Joined" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78 +msgid "# of Comments Posted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 +msgid "No users found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/submit/collection.html:26 +msgid "Add a collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/submit/start.html:28 +#: mediagoblin/templates/mediagoblin/submit/start.html:35 +msgid "Add your media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 +#, python-format +msgid "%(collection_title)s (%(username)s's collection)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:39 +#, python-format +msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 +#, python-format +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 +#, python-format +msgid "Really remove %(media_title)s from %(collection_title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 +msgid "Remove" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21 +#, python-format +msgid "%(username)s's collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28 +#, python-format +msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19 +#, python-format +msgid "" +"Hi %(username)s,\n" +"%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30 +#, python-format +msgid "%(username)s's media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:38 +#, python-format +msgid "" +"<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a " +"href=\"%(tag_url)s\">%(tag)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48 +#, python-format +msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media.html:38 +#, python-format +msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 +msgid "Comment Preview" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 +#, python-format +msgid "Add “%(media_title)s†to a collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54 +msgid "+" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58 +msgid "Add a new collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29 +msgid "" +"You can track the state of media being processed for your gallery here." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89 +msgid "Your last 10 successful uploads" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:21 +msgid "<h2>File a Report</h2>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:24 +msgid "Reporting this Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:60 +msgid "Reporting this Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:72 +#, python-format +msgid "" +"\n" +" â– Published by <a href=\"%(user_url)s\"\n" +" class=\"comment_authorlink\">%(username)s</a>\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:81 +msgid "File Report " +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 +msgid "Here's a spot to tell others about yourself." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 +#, python-format +msgid "View all of %(username)s's media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 +msgid "" +"This is where your media will appear, but you don't seem to have added " +"anything yet." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 +#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 +#: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 +msgid "There doesn't seem to be any media here yet..." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 +msgid "Almost done! Your account still needs to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:48 +msgid "" +"An email should arrive in a few moments with instructions on how to do so." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:52 +msgid "In case it doesn't:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:55 +msgid "Resend verification email" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:63 +msgid "" +"Someone has registered an account with this username, but it still has to be" +" activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:68 +#, python-format +msgid "" +"If you are that person but you've lost your verification email, you can <a " +"href=\"%(login_url)s\">log in</a> and resend it." +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49 +msgid "(remove)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/collections.html:21 +msgid "Collected in" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/collections.html:40 +msgid "Add to a collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 +#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 +msgid "feed icon" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23 +#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23 +msgid "Atom feed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/license.html:25 +msgid "All rights reserved" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:39 +msgid "↠Newer" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:45 +msgid "Older →" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:48 +msgid "Go to page:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:28 +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:33 +msgid "newer" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:39 +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:44 +msgid "older" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/report.html:25 +msgid "Report media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/tags.html:20 +msgid "Tagged with" +msgstr "" + +#: mediagoblin/tools/exif.py:81 +msgid "Could not read the image file." +msgstr "" + +#: mediagoblin/tools/response.py:38 +msgid "Oops!" +msgstr "" + +#: mediagoblin/tools/response.py:39 +msgid "An error occured" +msgstr "" + +#: mediagoblin/tools/response.py:53 +msgid "Bad Request" +msgstr "" + +#: mediagoblin/tools/response.py:55 +msgid "The request sent to the server is invalid, please double check it" +msgstr "" + +#: mediagoblin/tools/response.py:63 +msgid "Operation not allowed" +msgstr "" + +#: mediagoblin/tools/response.py:64 +msgid "" +"Sorry Dave, I can't let you do that!</p><p>You have tried to perform a " +"function that you are not allowed to. Have you been trying to delete all " +"user accounts again?" +msgstr "" + +#: mediagoblin/tools/response.py:72 +msgid "" +"There doesn't seem to be a page at this address. Sorry!</p><p>If you're sure" +" the address is correct, maybe the page you're looking for has been moved or" +" deleted." +msgstr "" + +#: mediagoblin/tools/timesince.py:62 +msgid "year" +msgstr "" + +#: mediagoblin/tools/timesince.py:63 +msgid "month" +msgstr "" + +#: mediagoblin/tools/timesince.py:64 +msgid "week" +msgstr "" + +#: mediagoblin/tools/timesince.py:65 +msgid "day" +msgstr "" + +#: mediagoblin/tools/timesince.py:66 +msgid "hour" +msgstr "" + +#: mediagoblin/tools/timesince.py:67 +msgid "minute" +msgstr "" + +#: mediagoblin/user_pages/forms.py:23 +msgid "Comment" +msgstr "" + +#: mediagoblin/user_pages/forms.py:25 +msgid "" +"You can use <a href=\"http://daringfireball.net/projects/markdown/basics\" " +"target=\"_blank\">Markdown</a> for formatting." +msgstr "" + +#: mediagoblin/user_pages/forms.py:35 +msgid "I am sure I want to remove this item from the collection" +msgstr "" + +#: mediagoblin/user_pages/forms.py:39 +msgid "Collection" +msgstr "" + +#: mediagoblin/user_pages/forms.py:40 +msgid "-- Select --" +msgstr "" + +#: mediagoblin/user_pages/forms.py:42 +msgid "Include a note" +msgstr "" + +#: mediagoblin/user_pages/forms.py:49 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n" +" Markdown</a> for formatting." +msgstr "" + +#: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 +msgid "Reason for Reporting" +msgstr "" + +#: mediagoblin/user_pages/views.py:188 +msgid "Sorry, comments are disabled." +msgstr "" + +#: mediagoblin/user_pages/views.py:193 +msgid "Oops, your comment was empty." +msgstr "" + +#: mediagoblin/user_pages/views.py:199 +msgid "Your comment has been posted!" +msgstr "" + +#: mediagoblin/user_pages/views.py:235 +msgid "Please check your entries and try again." +msgstr "" + +#: mediagoblin/user_pages/views.py:275 +msgid "You have to select or add a collection" +msgstr "" + +#: mediagoblin/user_pages/views.py:286 +#, python-format +msgid "\"%s\" already in collection \"%s\"" +msgstr "" + +#: mediagoblin/user_pages/views.py:292 +#, python-format +msgid "\"%s\" added to collection \"%s\"" +msgstr "" + +#: mediagoblin/user_pages/views.py:317 +msgid "You deleted the media." +msgstr "" + +#: mediagoblin/user_pages/views.py:336 +msgid "You are about to delete another user's media. Proceed with caution." +msgstr "" + +#: mediagoblin/user_pages/views.py:409 +msgid "You deleted the item from the collection." +msgstr "" + +#: mediagoblin/user_pages/views.py:413 +msgid "The item was not removed because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/user_pages/views.py:421 +msgid "" +"You are about to delete an item from another user's collection. Proceed with" +" caution." +msgstr "" + +#: mediagoblin/user_pages/views.py:453 +#, python-format +msgid "You deleted the collection \"%s\"" +msgstr "" + +#: mediagoblin/user_pages/views.py:460 +msgid "" +"The collection was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/user_pages/views.py:468 +msgid "" +"You are about to delete another user's collection. Proceed with caution." +msgstr "" diff --git a/mediagoblin/i18n/fr/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/fr/LC_MESSAGES/mediagoblin.mo Binary files differindex 98777a9a..5f8770cb 100644 --- a/mediagoblin/i18n/fr/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/fr/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/fr/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/fr/LC_MESSAGES/mediagoblin.po index c0734f2d..829bfc26 100644 --- a/mediagoblin/i18n/fr/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/fr/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -9,61 +9,63 @@ # Bibit <crash_bibit@hotmail.com>, 2013 # Fubik, 2013 # joehillen <joehillen@gmail.com>, 2011 -# hellpe <hell_pe@no-log.org>, 2013 +# Laurent Pointecouteau <hell_pe@no-log.org>, 2013 +# loic_le.ninan, 2014 # MarkTraceur <marktraceur@gmail.com>, 2011 # maxineb <maxineb@members.fsf.org>, 2011 +# spechard <sd@s13d.fr>, 2014 # joar <transifex@wandborg.se>, 2011 # Valentin Villenave <valentin@villenave.net>, 2011 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: French (http://www.transifex.com/projects/p/mediagoblin/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." -msgstr "L'inscription n'est pas activée sur ce serveur, désolé." +msgstr "Désolé, l'inscription n'est pas activée sur ce serveur." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." -msgstr "" +msgstr "Désolé, le signalement est désactivé sur ce serveur. " -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "Désolé, l'authentification est désactivée sur ce serveur." #: mediagoblin/auth/tools.py:43 msgid "Invalid User name or email address." -msgstr "Nom d'utilisateur ou adresse de courriel invalide." +msgstr "Nom d'utilisateur ou adresse e-mail invalide." #: mediagoblin/auth/tools.py:44 msgid "This field does not take email addresses." -msgstr "Ce champ n'accepte pas les adresses email." +msgstr "Ce champ n'accepte pas les adresses e-mail." #: mediagoblin/auth/tools.py:45 msgid "This field requires an email address." -msgstr "Ce champ nécessite une adresse email." +msgstr "Ce champ nécessite une adresse e-mail." #: mediagoblin/auth/tools.py:116 msgid "Sorry, a user with that name already exists." -msgstr "Un utilisateur existe déjà avec ce nom, désolé." +msgstr "Désolé, un autre utilisateur utilise déjà ce nom." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." -msgstr "Désolé, il existe déjà un utilisateur ayant cette adresse e-mail." +msgstr "Désolé, un autre utilisateur se sert déjà de cette adresse e-mail." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "La clé de vérification ou l'identifiant de l'utilisateur est incorrect." @@ -71,7 +73,7 @@ msgstr "La clé de vérification ou l'identifiant de l'utilisateur est incorrect msgid "" "Your email address has been verified. You may now login, edit your profile, " "and submit images!" -msgstr "Votre adresse e-mail a bien été vérifiée. Vous pouvez maintenant vous identifier, modifier votre profil, et soumettre des images !" +msgstr "Votre adresse e-mail a été vérifiée. Vous pouvez maintenant vous identifier, renseigner votre profil, et ajouter des images !" #: mediagoblin/auth/views.py:167 msgid "The verification key or user id is incorrect" @@ -79,7 +81,7 @@ msgstr "La clé de vérification ou le nom d'utilisateur est incorrect." #: mediagoblin/auth/views.py:185 msgid "You must be logged in so we know who to send the email to!" -msgstr "Vous devez être authentifié afin que nous sachions à qui envoyer l'e-mail !" +msgstr "Vous devez être identifié afin que nous sachions à qui envoyer l'e-mail !" #: mediagoblin/auth/views.py:193 msgid "You've already verified your email address!" @@ -89,180 +91,195 @@ msgstr "Votre adresse e-mail a déjà été vérifiée !" msgid "Resent your verification email." msgstr "E-mail de vérification renvoyé." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titre" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" -msgstr "Descriptif pour ce travail" +msgstr "Description de ce média" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." -msgstr "Vous pouvez utiliser\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> pour le formattage." +msgstr "Vous pouvez utiliser\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> pour la mise en page." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" -msgstr "Tags" +msgstr "Mots-clés" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." -msgstr "Séparez les champs avec des virgules." +msgstr "Séparez les mots-clés avec des virgules." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" -msgstr "Légende" +msgstr "Référence" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" -msgstr "La légende ne peut pas être laissée vide." +msgstr "La référence doit être renseignée." -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." -msgstr "Le titre présent dans l'URL du média. Vous n'avez généralement pas besoin de le modifier" +msgstr "Le texte utilisé dans l'URL de ce média. Vous n'avez généralement pas besoin de le modifier. " -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Licence" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" -msgstr "Bio" +msgstr "Biographie" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Site web" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" -msgstr "Cette adresse contiens des erreurs" +msgstr "Cette adresse contient des erreurs" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" -msgstr "Me prévenir par email lorsque d'autres commentent mes médias" +msgstr "Me prévenir par e-mail lorsqu'on commente mes médias" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." -msgstr "Activer les notifications sur le site concernant les évènements." +msgstr "Activer les notifications d'évènements sur le site." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Préférence de licence" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." -msgstr "Cette licence sera appliquée par défaut à vos contributions." +msgstr "Cette licence sera sélectionnée par défaut lors de vos ajouts de médias." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" -msgstr "Le titre ne peut être vide" +msgstr "Le titre doit être renseigné" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Description de cette collection" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." -msgstr "Le titre affiché dans l'URL de la collection. Vous n'avez généralement pas besoin d'y toucher." +msgstr "Le texte utilisé dans l'URL de cette collection. Vous n'avez généralement pas besoin de le modifier." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" -msgstr "Ancien mot de passe." +msgstr "Ancien mot de passe" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Entrez votre ancien mot de passe pour prouver que vous êtes bien le propriétaire de ce compte." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Nouveau mot de passe" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" -msgstr "Nouvelle adresse email" +msgstr "Nouvelle adresse e-mail" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Mot de passe" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." -msgstr "Entrez votre mot de passe pour prouver que vous possédez ce compte." +msgstr "Entrez votre mot de passe pour prouver que vous êtes bien le propriétaire de ce compte." + +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "Identifiant" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "Valeur" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." -msgstr "Une entrée avec la même légende existe déjà pour cet utilisateur." +msgstr "Un média portant la même référence existe déjà pour cet utilisateur." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Vous vous apprêtez à modifier le média d'un autre utilisateur. Veuillez prendre garde." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" -msgstr "Vous avez ajouté la pièce jointe %s !" +msgstr "Vous avez ajouté la pièce jointe “%s†!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Vous ne pouvez modifier que votre propre profil." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Vous vous apprêtez à modifier le profil d'un utilisateur. Veuillez prendre garde." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" -msgstr "Les changements apportés au profile ont étés sauvegardés" +msgstr "Les modifications du profil ont été enregistrées" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" -msgstr "Les changements des préférences du compte ont étés sauvegardés" +msgstr "Les préférences du compte ont été enregistrées" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Vous devez confirmer la suppression de votre compte." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" -msgstr "Vous avez déjà une collection appelée \"%s\" !" +msgstr "Vous possédez déjà une collection intitulée “%s†!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." -msgstr "Une collection avec la même légende existe déjà pour cet utilisateur." +msgstr "Une collection portant la même référence existe déjà pour cet utilisateur." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." -msgstr "Vous éditez la collection d'un autre utilisateurs. Faites attention." +msgstr "Vous vous apprêtez à modifier la collection d'un autre utilisateur. Veuillez prendre garde." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." -msgstr "Votre adresse email a bien été validée." +msgstr "Votre adresse e-mail a été vérifiée." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Mauvais mot de passe" #: mediagoblin/gmg_commands/assetlink.py:60 msgid "Cannot link theme... no theme set\n" -msgstr "Impossible de lier le thème... Aucun thème associé\n" +msgstr "Impossible de lier le thème... Aucun thème configuré\n" #: mediagoblin/gmg_commands/assetlink.py:73 msgid "No asset directory for this theme\n" @@ -270,12 +287,12 @@ msgstr "Aucun répertoire \"asset\" pour ce thème\n" #: mediagoblin/gmg_commands/assetlink.py:76 msgid "However, old link directory symlink found; removed.\n" -msgstr "" +msgstr "Cependant, un ancien lien vers le dossier a été trouvé; supprimé. \n" #: mediagoblin/gmg_commands/assetlink.py:112 #, python-format msgid "Could not link \"%s\": %s exists and is not a symlink\n" -msgstr "Ne peut pas lier \"%s\" : %s existe et n'est pas un lien symbolique\n" +msgstr "Impossible de lier \"%s\" : %s existe et n'est pas un lien symbolique\n" #: mediagoblin/gmg_commands/assetlink.py:119 #, python-format @@ -285,19 +302,218 @@ msgstr "Saute \"%s\"; déjà défini.\n" #: mediagoblin/gmg_commands/assetlink.py:124 #, python-format msgid "Old link found for \"%s\"; removing.\n" -msgstr "Vieux lien trouvé pour \"%s\"; suppression.\n" +msgstr "Ancien lien trouvé pour \"%s\"; suppression.\n" + +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "Pour plus d'informations sur la manière de lancer ce script\n(et comment formater le fichier csv), lisez la documentation\nde Mediagoblin sur l'upload en ligne de commande.\n <http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "Utilisateur à qui appartiennent ces médias" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "Chemin vers le fichier CSV contenant les métadata." + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "Désolé, il n'existe pas d'utilisateur '{username}'" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "Impossible trouver le fichier {path}, utiliser l'option -h pour de l'aide" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " "or somesuch.<br/>Make sure to permit the settings of cookies for this " "domain." -msgstr "Cookie CSRF non présent. Cela est vraisemblablement l’œuvre d'un bloqueur de cookies ou autres.<br/>Veuillez vous assurer d'autoriser les cookies pour ce domaine." +msgstr "Cookie CSRF non présent. Cela est vraisemblablement l’œuvre d'un bloqueur de cookies ou assimilé.<br/>Veuillez vous assurer d'autoriser les cookies pour ce domaine." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" -msgstr "Désolé, mais je ne prends pas en charge cette extension de fichier :(" +msgstr "Désolé, mais je ne prends pas en charge ce type de fichier :(" + +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Description" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Je suis sûr de vouloir supprimer ce média" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Youhou, c'est envoyé !" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "Vous avez effacé le blog." + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Ce média n'a pas été supprimé car vous n'avez pas coché la case de confirmation. " + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "Ajouter un article au blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "Éditer le blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "Effacer le blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Modifier" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Supprimer" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "Aucun article pour le moment" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Voulez-vous vraiment supprimer “%(title)s†?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Annuler" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Supprimer définitivement" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "Créer/Éditer un blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Ajouter" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "Créer/Éditer un article du blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "Créer/Éditer un article du blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "Blog de %(blog_owner_name)s" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "Vue" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "Créer un blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" @@ -309,75 +525,357 @@ msgstr "L'encodage de la vidéo à échoué" #: mediagoblin/moderation/forms.py:21 msgid "Take away privilege" -msgstr "" +msgstr "Révoquer un privilège" #: mediagoblin/moderation/forms.py:22 msgid "Ban the user" -msgstr "" +msgstr "Bannir l'utilisateur" #: mediagoblin/moderation/forms.py:23 msgid "Send the user a message" -msgstr "" +msgstr "Envoyer un message à l'utilisateur" #: mediagoblin/moderation/forms.py:24 msgid "Delete the content" -msgstr "" +msgstr "Supprimer le contenu" #: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 msgid "User will be banned until:" -msgstr "" +msgstr "L'utilisateur sera banni jusqu'à : " #: mediagoblin/moderation/forms.py:57 msgid "Why are you banning this User?" -msgstr "" +msgstr "Pour quelle raison bannissez-vous cet utilisateur ? " #: mediagoblin/moderation/forms.py:109 msgid "What action will you take to resolve the report?" -msgstr "" +msgstr "Quelle action envisagez-vous pour ce signalement ? " #: mediagoblin/moderation/forms.py:115 msgid "What privileges will you take away?" +msgstr "Quels privilèges souhaitez-vous révoquer ? " + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "à perpétuité" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." msgstr "" #: mediagoblin/moderation/tools.py:91 msgid "Warning from" -msgstr "" +msgstr "Avertissement de" #: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60 msgid "commented on your post" -msgstr "a commenté votre post" +msgstr "a commenté votre message" #: mediagoblin/notifications/views.py:35 #, python-format msgid "Subscribed to comments on %s!" -msgstr "Inscrit aux commentaires sur %s !" +msgstr "Vous serez notifié pour les commentaires sur “%s†!" #: mediagoblin/notifications/views.py:48 #, python-format msgid "You will not receive notifications for comments on %s." -msgstr "Vous ne recevrez pas de notifications pour les commentaires sur %s." +msgstr "Vous ne serez pas notifié pour les commentaires sur “%sâ€." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "Doit fournir un oauth_token." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." -msgstr "" +msgstr "Aucun jeton d'authentification n'a été trouvé dans la requête. " -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." -msgstr "" +msgstr "Désolé, la taille du fichier est trop importante. " -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." -msgstr "" +msgstr "Désolé, publier ce fichier vous fera dépasser votre limite d'ajout de médias. " -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." +msgstr "Désolé, vous avez atteint votre limite d'ajout de médias. " + +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "Primaire" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "Secondaire" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "Tertiaire" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "Comment cela fonctionne-t-il ?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "ATTENTION :" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Derniers médias" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" msgstr "" #: mediagoblin/plugins/basic_auth/forms.py:24 @@ -396,21 +894,21 @@ msgstr "Adresse e-mail" #: mediagoblin/plugins/basic_auth/forms.py:39 msgid "Username or Email" -msgstr "Nom d'utilisateur ou email" +msgstr "Nom d'utilisateur ou adresse e-mail" #: mediagoblin/plugins/basic_auth/forms.py:46 msgid "Stay logged in" -msgstr "Rester connecter" +msgstr "Rester connecté" #: mediagoblin/plugins/basic_auth/forms.py:51 msgid "Username or email" -msgstr "Nom d'utilisateur ou email" +msgstr "Nom d'utilisateur ou adresse e-mail" #: mediagoblin/plugins/basic_auth/views.py:54 msgid "" "If that email address (case sensitive!) is registered an email has been sent" " with instructions on how to change your password." -msgstr "Si cette adresse email (sensible à la casse !) est enregistrée, un email a été envoyé avec les instructions pour changer votre mot de passe." +msgstr "Si cette adresse e-mail (sensible à la casse !) est enregistrée, un e-mail a été envoyé avec les instructions pour changer votre mot de passe." #: mediagoblin/plugins/basic_auth/views.py:65 msgid "Couldn't find someone with that username." @@ -419,13 +917,13 @@ msgstr "Nom d'utilisateur introuvable." #: mediagoblin/plugins/basic_auth/views.py:68 msgid "" "An email has been sent with instructions on how to change your password." -msgstr "Un email contenant les instructions pour changer votre mot de passe viens de vous être envoyé" +msgstr "Un e-mail contenant les instructions pour changer votre mot de passe vient de vous être envoyé. " #: mediagoblin/plugins/basic_auth/views.py:75 msgid "" "Could not send password recovery email as your username is inactive or your " "account's email address has not been verified." -msgstr "Impossible d'envoyer un email de récupération de mot de passe : votre compte est inactif ou bien l'email de votre compte n'a pas été vérifiée." +msgstr "Impossible d'envoyer un e-mail de récupération de mot de passe : votre compte est inactif ou bien l'adresse e-mail associée n'a pas été vérifiée. " #: mediagoblin/plugins/basic_auth/views.py:123 msgid "The user id is incorrect." @@ -433,17 +931,17 @@ msgstr "L'identifiant de l'utilisateur est incorrect." #: mediagoblin/plugins/basic_auth/views.py:139 msgid "You can now log in using your new password." -msgstr "Vous pouvez maintenant vous connecter avec votre nouveau mot de passe." +msgstr "Vous pouvez maintenant vous identifier avec votre nouveau mot de passe." #: mediagoblin/plugins/basic_auth/views.py:163 msgid "" "You are no longer an active user. Please contact the system admin to " "reactivate your account." -msgstr "" +msgstr "Vous n'êtes plus un utilisateur actif. Merci de contacter l'administrateur pour qu'il réactive votre compte. " #: mediagoblin/plugins/basic_auth/views.py:215 msgid "Your password was changed successfully" -msgstr "Votre mot de passe a correctement été changé" +msgstr "Votre mot de passe a été modifié avec succès" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 @@ -452,18 +950,18 @@ msgstr "Enregistrez votre nouveau mot de passe" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39 msgid "Set password" -msgstr "Enregistrez votre mot de passe" +msgstr "Enregistrer le mot de passe" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 #, python-format msgid "Changing %(username)s's password" -msgstr "Changement du mot de passe de %(username)s" +msgstr "Modification du mot de passe de %(username)s" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45 #: mediagoblin/templates/mediagoblin/edit/change_email.html:40 msgid "Save" -msgstr "Sauvegarder" +msgstr "Enregistrer" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22 msgid "Don't have an account yet?" @@ -475,7 +973,7 @@ msgstr "Créez-en un ici !" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 msgid "Change your password." -msgstr "" +msgstr "Changez votre mot de passe. " #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 @@ -492,15 +990,23 @@ msgstr "Vous avez oublié votre mot de passe ?" #: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:24 msgid "Location" -msgstr "Position" +msgstr "Emplacement" #: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:52 #, python-format msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>" -msgstr "Regarder sur <a href=\"%(osm_url)s\">OpenStreetMap</a>" +msgstr "Localiser avec <a href=\"%(osm_url)s\">OpenStreetMap</a>" #: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 msgid "Sign in to create an account!" +msgstr "Identifiez-vous pour créer un compte ! " + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" msgstr "" #: mediagoblin/plugins/oauth/forms.py:29 @@ -519,15 +1025,11 @@ msgstr "Nom" msgid "The name of the OAuth client" msgstr "Le nom du client OAuth" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Description" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" " application to authenticate as them." -msgstr "" +msgstr "Ceci sera visible aux utilisateurs qui autorisent votre \napplication à s'authentifier en leur nom. " #: mediagoblin/plugins/oauth/forms.py:40 msgid "Type" @@ -545,38 +1047,30 @@ msgstr "<strong>Confidentiel</strong> - Le client peut envoyer des requêtes à #: mediagoblin/plugins/oauth/forms.py:52 msgid "Redirect URI" -msgstr "URL de redirection" +msgstr "URI de redirection" #: mediagoblin/plugins/oauth/forms.py:54 msgid "" "The redirect URI for the applications, this field\n" " is <strong>required</strong> for public clients." -msgstr "L'URI de redirection pour l'application, ce champ est <strong>requis</strong> pour les clients publics" +msgstr "L'URI de redirection pour l'application, ce champ est <strong>obligatoire</strong> pour les clients publics. " #: mediagoblin/plugins/oauth/forms.py:66 msgid "This field is required for public clients" -msgstr "Ce champ est requis pour les clients publics" +msgstr "Ce champ est obligatoire pour les clients publics" #: mediagoblin/plugins/oauth/views.py:55 msgid "The client {0} has been registered!" -msgstr "Le client {0} as été enregistré !" +msgstr "Le client {0} a été enregistré !" #: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22 msgid "OAuth client connections" -msgstr "" +msgstr "Connexions de clients OAuth" #: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22 msgid "Your OAuth clients" msgstr "Vos clients OAuth" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Ajouter" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -617,11 +1111,11 @@ msgstr "Vous ne pouvez pas supprimer votre seul URL OpenID sauf si vous avez dé #: mediagoblin/plugins/openid/views.py:343 #: mediagoblin/plugins/openid/views.py:402 msgid "That OpenID is not registered to this account." -msgstr "Cet OpenID n'est pas relié à ce compte." +msgstr "Cet OpenID n'est pas lié à ce compte." #: mediagoblin/plugins/openid/views.py:385 msgid "OpenID was successfully removed." -msgstr "OpenID a été correctement supprimé." +msgstr "OpenID a été retiré avec succès." #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31 @@ -636,21 +1130,14 @@ msgstr "Ajouter un OpenID" msgid "Delete an OpenID" msgstr "Supprimer un OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Effacer" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" -msgstr "" +msgstr "OpenID" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -660,19 +1147,19 @@ msgstr "S'identifier" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:39 #: mediagoblin/templates/mediagoblin/auth/login.html:39 msgid "Logging in failed!" -msgstr "La connexion a échoué!" +msgstr "L'identification a échoué !" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 msgid "Log in to create an account!" -msgstr "" +msgstr "Identifiez-vous pour créer un compte !" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 msgid "Or login with a password!" -msgstr "Ou se connecter avec un mot de passe !" +msgstr "Ou s'identifier avec un mot de passe !" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 msgid "Or login with OpenID!" -msgstr "Ou se connecter avec OpenID !" +msgstr "Ou s'identifier avec OpenID !" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23 msgid "Or register with OpenID!" @@ -680,46 +1167,46 @@ msgstr "Ou s'enregistrer avec OpenID !" #: mediagoblin/plugins/persona/__init__.py:90 msgid "Sorry, an account is already registered to that Persona email." -msgstr "Désolé, un compte est déjà enregistré avec cet email Persona." +msgstr "Désolé, un compte est déjà enregistré avec cet e-mail Persona." #: mediagoblin/plugins/persona/views.py:138 msgid "The Persona email address was successfully removed." -msgstr "L'adresse email Persona a correctement été supprimée." +msgstr "L'adresse e-mail Persona a été retirée avec succès." #: mediagoblin/plugins/persona/views.py:144 msgid "" "You can't delete your only Persona email address unless you have a password " "set." -msgstr "Vous ne pouvez pas supprimer votre seul email Persona sauf si vous avez défini un mot de passe." +msgstr "Vous ne pouvez pas supprimer votre seul e-mail Persona sauf si vous avez défini un mot de passe." #: mediagoblin/plugins/persona/views.py:149 msgid "That Persona email address is not registered to this account." -msgstr "Cette adresse email Persona n'est pas liée à ce compte." +msgstr "Cette adresse e-mail Persona n'est pas liée à ce compte." #: mediagoblin/plugins/persona/views.py:176 msgid "" "Sorry, an account is already registered with that Persona email address." -msgstr "Désolé, un compte est déjà enregistré avec cette adresse email Persona." +msgstr "Désolé, un compte est déjà enregistré avec cette adresse e-mail Persona." #: mediagoblin/plugins/persona/views.py:192 msgid "Your Persona email address was saved successfully." -msgstr "Votre adresse email Persona a bien été enregistrée." +msgstr "Votre adresse e-mail Persona a été enregistrée avec succès." #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31 msgid "Delete a Persona email address" -msgstr "Supprimer une adresse email Persona" +msgstr "Supprimer une adresse e-mail Persona" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34 msgid "Add a Persona email address" -msgstr "Ajouter une adresse email Persona" +msgstr "Ajouter une adresse e-mail Persona" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 msgid "Persona's" -msgstr "" +msgstr "Persona" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 msgid "Or login with Persona!" -msgstr "Ou se connecter avec Persona !" +msgstr "Ou s'identifier avec Persona !" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22 msgid "Or register with Persona!" @@ -735,11 +1222,11 @@ msgstr "La copie vers le stockage public a échoué." #: mediagoblin/processing/__init__.py:435 msgid "An acceptable processing file was not found" -msgstr "" +msgstr "Aucun fichier pouvant être traité n'a été trouvé" #: mediagoblin/submit/forms.py:30 msgid "Max file size: {0} mb" -msgstr "" +msgstr "Taille maximale de fichier : {0} Mo" #: mediagoblin/submit/forms.py:34 msgid "File" @@ -750,95 +1237,87 @@ msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." -msgstr "" +msgstr "Vous pouvez utiliser \n<a href=\"http://daringfireball.net/projects/markdown/basics\">\nMarkdown</a> pour la mise en page." #: mediagoblin/submit/views.py:55 msgid "You must provide a file." -msgstr "Il vous faut fournir un fichier." - -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Youhou, c'est envoyé !" +msgstr "Vous devez fournir un fichier." #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" -msgstr "Collection \"%s\" ajoutée !" +msgstr "Collection “%s†ajoutée !" #: mediagoblin/templates/mediagoblin/banned.html:20 msgid "You are Banned." -msgstr "" +msgstr "Vous êtes banni. " #: mediagoblin/templates/mediagoblin/banned.html:24 #: mediagoblin/templates/mediagoblin/error.html:24 msgid "Image of goblin stressing out" -msgstr "" +msgstr "Image d'un goblin stressé" #: mediagoblin/templates/mediagoblin/banned.html:26 msgid "You have been banned" -msgstr "" +msgstr "Vous avez été banni" #: mediagoblin/templates/mediagoblin/banned.html:28 #, python-format msgid "until %(until_when)s" -msgstr "" - -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" +msgstr "jusqu'au %(until_when)s" -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Vérifiez votre adresse e-mail !" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" -msgstr "Déconnexion" +msgstr "se déconnecter" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "Compte de <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" -msgstr "Changer les paramètres du compte" +msgstr "Modifier les préférences du compte" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:26 msgid "Media processing panel" -msgstr "Panneau pour le traitement des médias" +msgstr "Panneau de traitement des médias" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Se déconnecter" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Ajouter des médias" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Créer une nouvelle collection" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" -msgstr "" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" +msgstr "Panneau de gestion des utilisateurs" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Tout derniers media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" +msgstr "Panneau de gestion des signalements" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" @@ -851,7 +1330,7 @@ msgstr "Autoriser" #: mediagoblin/templates/mediagoblin/api/authorize.html:29 msgid "You are logged in as" -msgstr "Vous êtes connecté en tant que" +msgstr "Vous êtes identifié en tant que" #: mediagoblin/templates/mediagoblin/api/authorize.html:33 msgid "Do you want to authorize " @@ -871,11 +1350,11 @@ msgstr "Les applications ayant accès à votre compte peuvent :" #: mediagoblin/templates/mediagoblin/api/authorize.html:43 msgid "Post new media as you" -msgstr "Poster un nouveau média sous votre nom" +msgstr "Ajouter de nouveaux médias en votre nom" #: mediagoblin/templates/mediagoblin/api/authorize.html:44 msgid "See your information (e.g profile, media, etc...)" -msgstr "Voir vos informations (profile, médias, etc...)" +msgstr "Voir vos informations (profil, médias, etc)" #: mediagoblin/templates/mediagoblin/api/authorize.html:45 msgid "Change your information" @@ -883,15 +1362,15 @@ msgstr "Modifier vos informations" #: mediagoblin/templates/mediagoblin/api/oob.html:21 msgid "Authorization Finished" -msgstr "" +msgstr "Autorisation terminée" #: mediagoblin/templates/mediagoblin/api/oob.html:26 msgid "Authorization Complete" -msgstr "" +msgstr "Autorisation terminée" #: mediagoblin/templates/mediagoblin/api/oob.html:28 msgid "Copy and paste this into your client:" -msgstr "Copier-coller ceci dans votre client :" +msgstr "Copiez-collez ceci dans votre client :" #: mediagoblin/templates/mediagoblin/auth/register.html:28 #: mediagoblin/templates/mediagoblin/auth/register.html:36 @@ -930,44 +1409,44 @@ msgstr "Disponible sous la licence <a href=\"http://www.fsf.org/licensing/licens #: mediagoblin/templates/mediagoblin/bits/base_footer.html:30 msgid "Terms of Service" -msgstr "" +msgstr "Conditions d'utilisation" #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20 msgid "Explore" msgstr "Explorer" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Bonjour, et bienvenue sur ce site MediaGoblin !" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." -msgstr "Ce site fait tourner <a href=\"http://mediagoblin.org\">MediaGoblin</a>, un logiciel d'hébergement de média extraordinairement génial." +msgstr "Ce site utilise <a href=\"http://mediagoblin.org\">MediaGoblin</a>, un logiciel de partage de média particulièrement génial." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." -msgstr "Pour ajouter vos propres médias, commenter, et bien plus encore, vous pouvez vous connecter avec votre compte MediaGoblin" +msgstr "Pour ajouter vos propres médias, commenter, et bien plus encore, vous pouvez vous identifier avec votre compte MediaGoblin. " -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "Vous n'en avez pas ? C'est facile !" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n>Créer un compte sur ce site</a>\nou" +" >Create an account at this site</a>\n" +" or" +msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "\n<a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Installer MediaGoblin sur votre propre serveur</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 @@ -978,30 +1457,19 @@ msgstr "Logo MediaGoblin" #: mediagoblin/templates/mediagoblin/edit/attachments.html:35 #, python-format msgid "Editing attachments for %(media_title)s" -msgstr "Éditer les pièces jointes de %(media_title)s" +msgstr "Modification des pièces jointes de “%(media_title)sâ€" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Pièces jointes" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Ajouter une pièce jointe" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Annuler" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1014,34 +1482,28 @@ msgstr "Enregistrer les modifications" #: mediagoblin/templates/mediagoblin/edit/change_email.html:33 #, python-format msgid "Changing %(username)s's email" -msgstr "Changement de l'email de %(username)s" +msgstr "Changement de l'adresse e-mail de %(username)s" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 #, python-format msgid "Really delete user '%(user_name)s' and all related media/comments?" -msgstr "Réellement supprimer l'utilisateur \"%(user_name)s\" et tous les médias/commentaires liés ?" +msgstr "Voulez-vous vraiment supprimer l'utilisateur “%(user_name)s†et tous les médias/commentaires liés ?" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 msgid "Yes, really delete my account" msgstr "Oui, supprimer réellement mon compte" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Supprimer définitivement" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format msgid "Editing %(media_title)s" -msgstr "Modification de %(media_title)s" +msgstr "Modification de “%(media_title)sâ€" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:28 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:40 #, python-format msgid "Changing %(username)s's account settings" -msgstr "Changement des préférences du compte de %(username)s" +msgstr "Modification des préférences du compte de %(username)s" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:54 msgid "Delete my account" @@ -1049,12 +1511,12 @@ msgstr "Supprimer mon compte" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 msgid "Email" -msgstr "Email" +msgstr "E-mail" #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29 #, python-format msgid "Editing %(collection_title)s" -msgstr "Modification de %(collection_title)s" +msgstr "Modification de “%(collection_title)sâ€" #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34 @@ -1062,6 +1524,27 @@ msgstr "Modification de %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Modification du profil de %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1074,7 +1557,7 @@ msgid "" "\n" "If you are not %(username)s or didn't request an email change, you can ignore\n" "this email." -msgstr "Bonjour,\n\nNous voulons vérifier que vous êtes %(username)s. Si cela est bien le cas, veuillez suivre le lien ci-dessous pour vérifier votre nouvelle adresse email.\n\n%(verification_url)s\n\nSi vous n'êtes pas %(username)s ou n'avez pas demandé un changement d'adresse email, vous pouvez ignorer cet email." +msgstr "Bonjour,\n\nNous voulons vérifier que vous êtes %(username)s. Si cela est bien le cas, veuillez suivre le lien ci-dessous pour vérifier votre nouvelle adresse e-mail.\n\n%(verification_url)s\n\nSi vous n'êtes pas %(username)s ou n'avez pas demandé un changement d'adresse e-mail, vous pouvez ignorer cet e-mail." #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 msgid "New comments" @@ -1082,10 +1565,12 @@ msgstr "Nouveaux commentaires" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1093,7 +1578,7 @@ msgstr "Il y a %(formatted_time)s" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41 msgid "Mark all read" -msgstr "Marquer tous lus" +msgstr "Tout marquer comme lu" #: mediagoblin/templates/mediagoblin/listings/collection.html:30 #: mediagoblin/templates/mediagoblin/listings/collection.html:35 @@ -1101,7 +1586,7 @@ msgstr "Marquer tous lus" #: mediagoblin/templates/mediagoblin/listings/tag.html:35 #, python-format msgid "Media tagged with: %(tag_name)s" -msgstr "Médias taggés avec : %(tag_name)s " +msgstr "Médias étiquetés avec : %(tag_name)s " #: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:56 @@ -1119,14 +1604,14 @@ msgid "" "Sorry, this audio will not work because \n" "\tyour web browser does not support HTML5 \n" "\taudio." -msgstr "Désolé, mais ce fichier audio ne se lancera pas car\nvotre navigateur web ne supporte pas l'audio HTML5." +msgstr "Désolé, ce fichier sonore ne sera pas joué car \n\tvotre navigateur web ne prend pas en charge \n\tle son au standard HTML5." #: mediagoblin/templates/mediagoblin/media_displays/audio.html:47 msgid "" "You can get a modern web browser that \n" "\tcan play the audio at <a href=\"http://getfirefox.com\">\n" "\t http://getfirefox.com</a>!" -msgstr "Vous pouvez obtenir un navigateur à jour capable de lire cette vidéo sur <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a>!" +msgstr "Vous pouvez obtenir un navigateur web à jour \n\tcapable de jouer les sons sur <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a> !" #: mediagoblin/templates/mediagoblin/media_displays/audio.html:60 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:73 @@ -1136,56 +1621,58 @@ msgstr "Fichier original" #: mediagoblin/templates/mediagoblin/media_displays/audio.html:63 msgid "WebM file (Vorbis codec)" -msgstr "fichier WebM (codec Vorbis)" +msgstr "Fichier WebM (codec Vorbis)" #: mediagoblin/templates/mediagoblin/media_displays/image.html:36 msgid "Created" msgstr "Créé" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" -msgstr "Image de %(media_title)s" +msgstr "Image de “%(media_title)sâ€" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:81 msgid "PDF file" msgstr "Fichier PDF" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" -msgstr "" +msgstr "Perspective" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" -msgstr "" +msgstr "De face" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Haut" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Côté" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Télécharger le modèle" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Format de fichier" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Hauteur de l'objet" @@ -1194,14 +1681,14 @@ msgid "" "Sorry, this video will not work because\n" " your web browser does not support HTML5 \n" " video." -msgstr "Désolé, cette vidéo ne marchera pas parce que votre navigateur web ne supporte pas les vidéos HTML5." +msgstr "Désolé, ce fichier vidéo ne sera pas lu car\n votre navigateur web ne prend pas en charge \n la vidéo au standard HTML5." #: mediagoblin/templates/mediagoblin/media_displays/video.html:66 msgid "" "You can get a modern web browser that \n" " can play this video at <a href=\"http://getfirefox.com\">\n" " http://getfirefox.com</a>!" -msgstr "Vous pouvez télécharger un navigateur web moderne qui peut lire cette vidéo à <a href=\"http://getfirefox.com\">http://getfirefox.com</a> !" +msgstr "Vous pouvez obtenir un navigateur web à jour \n capable de lire les vidéos sur <a href=\"http://getfirefox.com\">\n http://getfirefox.com</a> !" #: mediagoblin/templates/mediagoblin/media_displays/video.html:88 msgid "WebM file (VP8/Vorbis)" @@ -1210,63 +1697,101 @@ msgstr "Fichier WebM (VP8/Vorbis)" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30 msgid "" "Here you can track the state of media being processed on this instance." -msgstr "Ici, vous pouvez suivre l'état des médias en cours de traitement par cette instance." +msgstr "Ici, vous pouvez suivre la progression des médias en cours de traitement sur ce serveur. " #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32 msgid "Media in-processing" -msgstr "Médias en transformation" +msgstr "Médias en cours de traitement" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "ID" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" -msgstr "Aucun média en transformation" +msgstr "Aucun média en cours de traitement" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:62 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59 msgid "These uploads failed to process:" -msgstr "Le traitement de ces ajouts a échoué :" +msgstr "Le traitement de ces fichiers a échoué :" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" -msgstr "Aucune entrée ayant échoué !" +msgstr "Aucun échec !" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:93 msgid "Last 10 successful uploads" -msgstr "10 derniers envois terminés" +msgstr "10 derniers médias traités avec succès" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" -msgstr "Aucune entrée traitée jusqu'à présent !" +msgstr "Aucun média traité, pour le moment !" #: mediagoblin/templates/mediagoblin/moderation/report.html:27 msgid "Sorry, no such report found." -msgstr "" +msgstr "Désolé, ce signalement n'a pas été trouvé. " -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" -msgstr "" +msgstr "Retourner au Panneau des signalements" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" -msgstr "" +msgstr "Signalement" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" -msgstr "" +msgstr "Commentaire signalé" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" " â– Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n" " " -msgstr "" +msgstr "\n â– Média signalé par <a href=\"%(user_url)s\">%(user_name)s</a>\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1274,139 +1799,272 @@ msgid "" " <a href=\"%(user_url)s\"> %(user_name)s</a>\n" " HAS BEEN DELETED\n" " " +msgstr "\nLE CONTENU PUBLIE PAR\n<a href=\"%(user_url)s\"> %(user_name)s</a>\nA ETE SUPPRIME" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" -msgstr "" +msgstr "Résoudre" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" -msgstr "" +msgstr "Résoudre ce signalement" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" -msgstr "" +msgstr "Statut" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" -msgstr "" +msgstr "RESOLU" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" -msgstr "" +msgstr "Vous ne pouvez pas agir contre un administrateur" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27 msgid "Report panel" -msgstr "" +msgstr "Panneau des signalements" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30 msgid "" "\n" " Here you can look up open reports that have been filed by users.\n" " " -msgstr "" +msgstr "\n Ici vous pouvez superviser les signalements remplis par les utilisateurs.\n " #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:35 msgid "Active Reports Filed" -msgstr "" +msgstr "Signalements actifs" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" -msgstr "" +msgstr "Utilisateur mis en cause" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78 msgid "When Reported" -msgstr "" +msgstr "Signalé le" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" -msgstr "" +msgstr "Signalé par" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" -msgstr "" +msgstr "Raison" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" " Comment Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Signalement de commentaire #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" " Media Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Signalement de média #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." -msgstr "" +msgstr "Aucun signalement en attente de résolution n'a été trouvé. " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" -msgstr "" +msgstr "Signalements résolus" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" -msgstr "" +msgstr "Résolu" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" -msgstr "" +msgstr "Action réalisée" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" " Closed Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Signalement résolu #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." +msgstr "Aucun signalement résolu n'a été trouvé. " + +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Vérification d'e-mail nécessaire" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Profil de %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Cet utilisateur n'a pas (encore) renseigné son profil." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Modifier le profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Parcourir les collections" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "Oui" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "Non" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" -msgstr "" +msgstr "Panneau des utilisateurs" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:29 msgid "" "\n" " Here you can look up users in order to take punitive actions on them.\n" " " -msgstr "" +msgstr "\n Ici vous pouvez superviser les utilisateurs afin de prendre des mesures punitives contre eux.\n " #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34 msgid "Active Users" -msgstr "" - -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" +msgstr "Utilisateurs actifs" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" -msgstr "" +msgstr "Inscrit le" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78 msgid "# of Comments Posted" -msgstr "" +msgstr "# de commentaires postés" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 msgid "No users found." -msgstr "" +msgstr "Aucun utilisateur trouvé. " #: mediagoblin/templates/mediagoblin/submit/collection.html:26 msgid "Add a collection" @@ -1417,33 +2075,57 @@ msgstr "Ajouter une collection" msgid "Add your media" msgstr "Ajoutez votre média" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Ajouter un commentaire" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Ajouter ce commentaire" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Ajouté" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" -msgstr "%(collection_title)s (collection de %(username)s)" +msgstr "“%(collection_title)s†(collection de %(username)s)" #: mediagoblin/templates/mediagoblin/user_pages/collection.html:39 #, python-format msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" -msgstr "%(collection_title)s de <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "“%(collection_title)s†de <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Éditer" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Voulez-vous vraiment supprimer %(title)s ?" +msgid "Really delete collection: %(title)s?" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" -msgstr "Voulez vous vraiment retirer %(media_title)s de %(collection_title)s ?" +msgstr "Voulez-vous vraiment retirer “%(media_title)s†de “%(collection_title)s†?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Retirer" @@ -1462,19 +2144,19 @@ msgstr "Collections de <a href=\"%(user_url)s\">%(username)s</a>" msgid "" "Hi %(username)s,\n" "%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n" -msgstr "Bonjour %(username)s,\n%(comment_author)s a commenté votre post (%(comment_url)s) sur %(instance_name)s\n" +msgstr "Bonjour %(username)s,\n%(comment_author)s a commenté votre message (%(comment_url)s) sur %(instance_name)s\n" #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30 #, python-format msgid "%(username)s's media" -msgstr "Medias de %(username)s" +msgstr "Médias de %(username)s" #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:38 #, python-format msgid "" "<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a " "href=\"%(tag_url)s\">%(tag)s</a>" -msgstr "Media de <a href=\"%(user_url)s\">%(username)s</a> avec le tag <a href=\"%(tag_url)s\">%(tag)s</a>" +msgstr "Médias de <a href=\"%(user_url)s\">%(username)s</a> avec le mot-clé “<a href=\"%(tag_url)s\">%(tag)s</a>â€" #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48 #, python-format @@ -1486,22 +2168,10 @@ msgstr "Médias de <a href=\"%(user_url)s\">%(username)s</a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Parcourir les médias de <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Ajouter un commentaire" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Ajouter ce commentaire" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "Prévisualisation du commentaire" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Ajouté" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1519,23 +2189,23 @@ msgstr "Ajouter une nouvelle collection" #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29 msgid "" "You can track the state of media being processed for your gallery here." -msgstr "Vous pouvez suivre l'état des médias en cours de traitement pour votre galerie ici." +msgstr "Vous pouvez suivre la progression de vos médias en cours de traitement ici." #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89 msgid "Your last 10 successful uploads" -msgstr "Vos 10 derniers envois réussis" +msgstr "Vos 10 derniers médias traités avec succès" #: mediagoblin/templates/mediagoblin/user_pages/report.html:21 msgid "<h2>File a Report</h2>" -msgstr "" +msgstr "<h2>Remplir un signalement</h2>" #: mediagoblin/templates/mediagoblin/user_pages/report.html:24 msgid "Reporting this Comment" -msgstr "" +msgstr "Signaler ce commentaire" #: mediagoblin/templates/mediagoblin/user_pages/report.html:60 msgid "Reporting this Media Entry" -msgstr "" +msgstr "Signaler ce média" #: mediagoblin/templates/mediagoblin/user_pages/report.html:72 #, python-format @@ -1544,61 +2214,36 @@ msgid "" " â– Published by <a href=\"%(user_url)s\"\n" " class=\"comment_authorlink\">%(username)s</a>\n" " " -msgstr "" +msgstr "\n â– Publié par <a href=\"%(user_url)s\"\n class=\"comment_authorlink\">%(username)s</a>\n " #: mediagoblin/templates/mediagoblin/user_pages/report.html:81 msgid "File Report " -msgstr "" +msgstr "Remplir un signalement" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "profil de %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." -msgstr "Voici un endroit pour parler aux autres de vous-même." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Modifier le profil" +msgstr "C'est ici que vous pouvez vous présenter. " -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Cet utilisateur n'a pas (encore) rempli son profil." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "Parcourir les collections" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Voir tous les médias de %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." -msgstr "C'est là où vos médias apparaîssent, mais vous ne semblez pas avoir encore ajouté quoi que ce soit." +msgstr "C'est ici que vos médias s'afficheront, mais vous n'avez rien ajouté pour le moment." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." -msgstr "Il ne semble pas y avoir de média là , pour l'instant ..." - -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Vérification d'email nécessaire" +msgstr "Il n'y a pas de média ici pour le moment..." #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." -msgstr "Presque fini ! Votre compte a encore besoin d'être activé." +msgstr "Presque fini ! Votre compte a maintenant besoin d'être activé." #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:48 msgid "" @@ -1617,7 +2262,7 @@ msgstr "Renvoyer l'e-mail de vérification" msgid "" "Someone has registered an account with this username, but it still has to be" " activated." -msgstr "Quelqu'un a enregistré un compte avec ce nom, mais il doit encore être activé." +msgstr "Quelqu'un a déjà enregistré un compte avec ce nom, mais celui-ci n'a pas encore été activé." #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:68 #, python-format @@ -1628,25 +2273,33 @@ msgstr "Si c'est de vous qu'il s'agit, mais que vous avez perdu l'e-mail de vér #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49 msgid "(remove)" -msgstr "(supprimer)" +msgstr "(retirer)" #: mediagoblin/templates/mediagoblin/utils/collections.html:21 msgid "Collected in" -msgstr "" +msgstr "Dans les collections" #: mediagoblin/templates/mediagoblin/utils/collections.html:40 msgid "Add to a collection" msgstr "Ajouter à une collection" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" -msgstr "icone de flux" +msgstr "icône de flux" #: mediagoblin/templates/mediagoblin/utils/feed_link.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23 msgid "Atom feed" -msgstr "flux Atom" +msgstr "Flux Atom" #: mediagoblin/templates/mediagoblin/utils/license.html:25 msgid "All rights reserved" @@ -1654,11 +2307,11 @@ msgstr "Tous droits réservés" #: mediagoblin/templates/mediagoblin/utils/pagination.html:39 msgid "↠Newer" -msgstr "↠Le plus récent" +msgstr "↠Plus récent" #: mediagoblin/templates/mediagoblin/utils/pagination.html:45 msgid "Older →" -msgstr "Le plus vieux →" +msgstr "Plus ancien →" #: mediagoblin/templates/mediagoblin/utils/pagination.html:48 msgid "Go to page:" @@ -1667,28 +2320,28 @@ msgstr "Aller à la page :" #: mediagoblin/templates/mediagoblin/utils/prev_next.html:28 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:33 msgid "newer" -msgstr "le plus récent" +msgstr "plus récent" #: mediagoblin/templates/mediagoblin/utils/prev_next.html:39 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:44 msgid "older" -msgstr "le plus vieux" +msgstr "plus ancien" #: mediagoblin/templates/mediagoblin/utils/report.html:25 msgid "Report media" -msgstr "" +msgstr "Signaler le média" #: mediagoblin/templates/mediagoblin/utils/tags.html:20 msgid "Tagged with" -msgstr "Taggé avec" +msgstr "Etiqueté avec" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Impossible de lire l'image." #: mediagoblin/tools/response.py:38 msgid "Oops!" -msgstr "Zut !" +msgstr "Oups !" #: mediagoblin/tools/response.py:39 msgid "An error occured" @@ -1754,13 +2407,9 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "Vous pouvez utiliser <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> pour le formatage." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Je suis sûr de vouloir supprimer cela" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" -msgstr "Je suis certain de vouloir retirer cet élément de la collection" +msgstr "Je suis sûr de vouloir retirer cet élément de la collection" #: mediagoblin/user_pages/forms.py:39 msgid "Collection" @@ -1779,79 +2428,75 @@ msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n" " Markdown</a> for formatting." -msgstr "Vous pouvez utiliser\n<a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\nMarkdown</a> pour le formatage." +msgstr "Vous pouvez utiliser\n<a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\nMarkdown</a> pour la mise en page." #: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 msgid "Reason for Reporting" -msgstr "" +msgstr "Raison du signalement" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Désolé, les commentaires sont désactivés." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Oups, votre commentaire était vide." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" -msgstr "Votre commentaire a été posté !" +msgstr "Votre commentaire a été ajouté !" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Veuillez vérifier vos entrées et réessayer." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Vous devez sélectionner ou ajouter une collection" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" -msgstr "\"%s\" est déjà dans la collection \"%s\"" +msgstr "“%s†est déjà dans la collection “%sâ€" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" -msgstr "\"%s\" as été ajouté à la collection \"%s\"" +msgstr "“%s†a été ajouté à la collection “%sâ€" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." -msgstr "Vous avez supprimé le media." - -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Ce media n'a pas été supprimé car vous n'avez pas confirmer que vous étiez sur." +msgstr "Vous avez supprimé le média." -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." -msgstr "Vous êtes sur le point de supprimer des médias d'un autre utilisateur. Procédez avec prudence." +msgstr "Vous vous apprêtez à supprimer le média d'un autre utilisateur. Veuillez prendre garde." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." -msgstr "Vous avez supprimé cet élément de la collection." +msgstr "Vous avez retiré cet élément de la collection." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." -msgstr "L'élément n'as pas été supprimé car vous n'avez pas confirmé votre certitude." +msgstr "L'élément n'a pas été retiré car vous n'avez pas coché la case de confirmation." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." -msgstr "Vous vous apprêtez à supprimer un élément de la collection d'un autre utilisateur. Procédez avec attention." +msgstr "Vous vous apprêtez à supprimer un élément de la collection d'un autre utilisateur. Veuillez prendre garde. " -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" -msgstr "Vous avez supprimé la collection \"%s\"" +msgstr "Vous avez supprimé la collection “%sâ€" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." -msgstr "La collection n'as pas été supprimée car vous n'avez pas confirmé votre certitude" +msgstr "La collection n'a pas été supprimée car vous n'avez pas coché la case de confirmation. " -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." -msgstr "Vous vous apprêtez à supprimer la collection d'un autre utilisateur. Procédez avec attention." +msgstr "Vous vous apprêtez à supprimer la collection d'un autre utilisateur. Veuillez prendre garde." diff --git a/mediagoblin/i18n/gl/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/gl/LC_MESSAGES/mediagoblin.mo Binary files differnew file mode 100644 index 00000000..63391773 --- /dev/null +++ b/mediagoblin/i18n/gl/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/gl/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/gl/LC_MESSAGES/mediagoblin.po new file mode 100644 index 00000000..16dc7bed --- /dev/null +++ b/mediagoblin/i18n/gl/LC_MESSAGES/mediagoblin.po @@ -0,0 +1,2490 @@ +# Translations template for PROJECT. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# +# Translators: +# Adrián Chaves Fernández <adriyetichaves@gmail.com>, 2014 +msgid "" +msgstr "" +"Project-Id-Version: GNU MediaGoblin\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" +"Last-Translator: cwebber <cwebber@dustycloud.org>\n" +"Language-Team: Galician (http://www.transifex.com/projects/p/mediagoblin/language/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 +msgid "Sorry, registration is disabled on this instance." +msgstr "Neste sitio non se permite rexistrar novas contas." + +#: mediagoblin/decorators.py:318 +msgid "Sorry, reporting is disabled on this instance." +msgstr "Neste sitio non se permite denunciar." + +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/plugins/persona/views.py:77 +msgid "Sorry, authentication is disabled on this instance." +msgstr "Neste sitio non se permite autenticarse." + +#: mediagoblin/auth/tools.py:43 +msgid "Invalid User name or email address." +msgstr "O nome de usuario ou enderezo de correo fornecidos son incorrectos." + +#: mediagoblin/auth/tools.py:44 +msgid "This field does not take email addresses." +msgstr "Non pode introducir enderezos de correo neste campo." + +#: mediagoblin/auth/tools.py:45 +msgid "This field requires an email address." +msgstr "Ten que introducir un enderezo de correo neste campo." + +#: mediagoblin/auth/tools.py:116 +msgid "Sorry, a user with that name already exists." +msgstr "Xa existe un usuario con ese nome." + +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 +msgid "Sorry, a user with that email address already exists." +msgstr "Xa existe un usuario con ese enderezo de correo." + +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 +msgid "The verification key or user id is incorrect." +msgstr "A chave de verificación ou o identificador do usuario son incorrectos." + +#: mediagoblin/auth/views.py:161 +msgid "" +"Your email address has been verified. You may now login, edit your profile, " +"and submit images!" +msgstr "Verificouse o seu enderezo de correo. Pode acceder ao sitio, editar o seu perfil, e enviar imaxes!" + +#: mediagoblin/auth/views.py:167 +msgid "The verification key or user id is incorrect" +msgstr "A chave de verificación ou o identificador do usuario son incorrectos." + +#: mediagoblin/auth/views.py:185 +msgid "You must be logged in so we know who to send the email to!" +msgstr "Primeiro debe acceder ao sitio para que saibamos a quen enviarlle o correo!" + +#: mediagoblin/auth/views.py:193 +msgid "You've already verified your email address!" +msgstr "Xa verificamos o seu enderezo de correo!" + +#: mediagoblin/auth/views.py:203 +msgid "Resent your verification email." +msgstr "Volver enviar o correo de verificación." + +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 +#: mediagoblin/user_pages/forms.py:45 +msgid "Title" +msgstr "TÃtulo" + +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 +msgid "Description of this work" +msgstr "Descrición da obra" + +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" +" Markdown</a> for formatting." +msgstr "Pode usar\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> para dar formato." + +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 +msgid "Tags" +msgstr "Etiquetas" + +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 +msgid "Separate tags by commas." +msgstr "Separe as etiquetas mediante comas («,»)." + +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 +msgid "Slug" +msgstr "Código" + +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 +msgid "The slug can't be empty" +msgstr "O código non pode quedar baleiro." + +#: mediagoblin/edit/forms.py:44 +msgid "" +"The title part of this media's address. You usually don't need to change " +"this." +msgstr "A parte do tÃtulo no enderezo a esta obra. Normalmente non necesita modificalo." + +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 +#: mediagoblin/templates/mediagoblin/utils/license.html:20 +msgid "License" +msgstr "Licenza" + +#: mediagoblin/edit/forms.py:54 +msgid "Bio" +msgstr "BiografÃa" + +#: mediagoblin/edit/forms.py:60 +msgid "Website" +msgstr "Sitio web" + +#: mediagoblin/edit/forms.py:62 +msgid "This address contains errors" +msgstr "O enderezo contén erros." + +#: mediagoblin/edit/forms.py:67 +msgid "Email me when others comment on my media" +msgstr "Recibir unha notificación por correo cando alguén comente a miña obra." + +#: mediagoblin/edit/forms.py:69 +msgid "Enable insite notifications about events." +msgstr "Activar as notificacións no sitio web sobre acontecementos." + +#: mediagoblin/edit/forms.py:71 +msgid "License preference" +msgstr "Preferencias de licenza" + +#: mediagoblin/edit/forms.py:77 +msgid "This will be your default license on upload forms." +msgstr "Esta será a súa licenza predeterminada nos formularios de envÃo de obras." + +#: mediagoblin/edit/forms.py:90 +msgid "The title can't be empty" +msgstr "O tÃtulo non pode quedar baleiro." + +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 +#: mediagoblin/user_pages/forms.py:48 +msgid "Description of this collection" +msgstr "Descrición da colección" + +#: mediagoblin/edit/forms.py:99 +msgid "" +"The title part of this collection's address. You usually don't need to " +"change this." +msgstr "A parte do tÃtulo no enderezo a esta colección. Normalmente non necesita modificalo." + +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 +msgid "Old password" +msgstr "Contrasinal vello" + +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 +msgid "Enter your old password to prove you own this account." +msgstr "Introduza o contrasinal vello para demostrar que é o dono desta conta." + +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 +msgid "New password" +msgstr "Novo contrasinal" + +#: mediagoblin/edit/forms.py:119 +msgid "New email address" +msgstr "Novo enderezo de correo" + +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/plugins/basic_auth/forms.py:43 +#: mediagoblin/plugins/ldap/forms.py:39 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 +#: mediagoblin/tests/test_util.py:116 +msgid "Password" +msgstr "Contrasinal" + +#: mediagoblin/edit/forms.py:125 +msgid "Enter your password to prove you own this account." +msgstr "Introduza o contrasinal para demostrar que é o dono desta conta." + +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "Identificador" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "Valor" + +#: mediagoblin/edit/views.py:78 +msgid "An entry with that slug already exists for this user." +msgstr "O seu usuario xa ten unha obra con ese código." + +#: mediagoblin/edit/views.py:96 +msgid "You are editing another user's media. Proceed with caution." +msgstr "Está a editar unha obra doutro usuario. Teña coidado." + +#: mediagoblin/edit/views.py:166 +#, python-format +msgid "You added the attachment %s!" +msgstr "Anexou %s!" + +#: mediagoblin/edit/views.py:193 +msgid "You can only edit your own profile." +msgstr "Só pode editar o seu propio perfil." + +#: mediagoblin/edit/views.py:199 +msgid "You are editing a user's profile. Proceed with caution." +msgstr "Está a editar o perfil doutro usuario Teña coidado." + +#: mediagoblin/edit/views.py:215 +msgid "Profile changes saved" +msgstr "Gardáronse os cambios no perfil." + +#: mediagoblin/edit/views.py:248 +msgid "Account settings saved" +msgstr "Gardouse a configuración da conta." + +#: mediagoblin/edit/views.py:282 +msgid "You need to confirm the deletion of your account." +msgstr "Debe confirmar a eliminación da súa conta." + +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 +#, python-format +msgid "You already have a collection called \"%s\"!" +msgstr "Xa ten unha colección chamada «%s»!" + +#: mediagoblin/edit/views.py:322 +msgid "A collection with that slug already exists for this user." +msgstr "O seu usuario xa ten unha colección con ese código." + +#: mediagoblin/edit/views.py:337 +msgid "You are editing another user's collection. Proceed with caution." +msgstr "Está a editar unha colección doutro usuario Teña coidado." + +#: mediagoblin/edit/views.py:378 +msgid "Your email address has been verified." +msgstr "Verificouse o seu enderezo de correo." + +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 +msgid "Wrong password" +msgstr "O contrasinal é incorrecto." + +#: mediagoblin/gmg_commands/assetlink.py:60 +msgid "Cannot link theme... no theme set\n" +msgstr "Non é posÃbel ligar co tema, non se definiu ningún tema.\n" + +#: mediagoblin/gmg_commands/assetlink.py:73 +msgid "No asset directory for this theme\n" +msgstr "Falta o directorio de recursos, «asset», deste tema.\n" + +#: mediagoblin/gmg_commands/assetlink.py:76 +msgid "However, old link directory symlink found; removed.\n" +msgstr "Porén, atopouse unha ligazón simbólica ao directorio vello de ligazóns, e eliminouse.\n" + +#: mediagoblin/gmg_commands/assetlink.py:112 +#, python-format +msgid "Could not link \"%s\": %s exists and is not a symlink\n" +msgstr "Non foi posÃbel ligar «%s»: %s xa existe e non é unha ligazóns simbólica.\n" + +#: mediagoblin/gmg_commands/assetlink.py:119 +#, python-format +msgid "Skipping \"%s\"; already set up.\n" +msgstr "Saltándose «%s», xa está configurada.\n" + +#: mediagoblin/gmg_commands/assetlink.py:124 +#, python-format +msgid "Old link found for \"%s\"; removing.\n" +msgstr "Atopouse unha ligazón vella para «%s», e eliminouse.\n" + +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "Para máis información sobre como executar correctamente\neste script e que formato usar para o ficheiro CSV de metadatos,\nlea a páxina de documentación de MediaGoblin sobre o envÃo de\ndatos desde a liña de ordes:\n<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "Nome do usuario ao que pertencen estes contidos:" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "Ruta do ficheiro CSV que contén os metadatos." + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "Procesar de maneira eficiente." + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "Non existe ningún usuario «{username}»." + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "Non se atopou ningún ficheiro en «{path}». Use a opción «-h» para acceder á axuda." + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "Produciuse un erro co valor «{error_path}» do contido «{media_id}»: {error_msg}\nNon foi posÃbel subir os metadatos." + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "Erro: Non foi posÃbel acceder ao ficheiro local «{filename}».\nNon se enviou o ficheiro." + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "Enviouse o ficheiro «{filename}».\nPode comprobar que se enviou correctamente desde o panel de procesamento de contidos do sitio web." + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "Erro: O tamaño do ficheiro supera o lÃmite do sitio." + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "Erro: Non foi posÃbel enviar o ficheiro porque o usuario superarÃa o lÃmite de contido que se lle permite enviar." + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "Erro: O usuario xa superou o lÃmite de contido que pode enviar." + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "Ficheiros enviados correctamente: {files_uploaded}/{files_attempted}." + +#: mediagoblin/meddleware/csrf.py:134 +msgid "" +"CSRF cookie not present. This is most likely the result of a cookie blocker " +"or somesuch.<br/>Make sure to permit the settings of cookies for this " +"domain." +msgstr "Falta a cookie «CSRF». A causa máis probábel do problema é un bloqueador de cookies ou algo similar.<br/>Asegúrese de permitir definir cookies a este sitio web." + +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 +msgid "Sorry, I don't support that file type :(" +msgstr "Ese tipo de ficheiro non é compatÃbel." + +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Descrición" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Quero eliminalo, estou seguro" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Si! Enviado!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "Enviáronse as modificacións da publicación." + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "Eliminouse a bitácora." + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Non se eliminou o contido porque non confirmou que estaba seguro." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "Está a piques de eliminar a bitácora doutro usuario." + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "Non ten permisos para eliminar a bitácora." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "Engadir unha publicación" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "Editar a bitácora" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "Eliminar a bitácora" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Editar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Eliminar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "<em>Ir á lista</em>" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "AÃnda non se publicou nada." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Está seguro de que quere eliminar %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Cancelar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Eliminar permanentemente" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "Crear ou editar unha bitácora" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Engadir" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "Crear ou editar unha publicación." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "Crear ou editar unha publicación." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "Bitácora de %(blog_owner_name)s" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "Ver" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "Crear unha bitácora" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "Panel de control da bitácora" + +#: mediagoblin/media_types/pdf/processing.py:142 +msgid "unoconv failing to run, check log file" +msgstr "Non puido executarse «unoconv», comprobe o rexistro." + +#: mediagoblin/media_types/video/processing.py:44 +msgid "Video transcoding failed" +msgstr "Fallou a transcodificación do vÃdeo." + +#: mediagoblin/moderation/forms.py:21 +msgid "Take away privilege" +msgstr "Retirar un privilexio" + +#: mediagoblin/moderation/forms.py:22 +msgid "Ban the user" +msgstr "Prohibir o acceso" + +#: mediagoblin/moderation/forms.py:23 +msgid "Send the user a message" +msgstr "Enviar unha mensaxe" + +#: mediagoblin/moderation/forms.py:24 +msgid "Delete the content" +msgstr "Eliminar o contido" + +#: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 +msgid "User will be banned until:" +msgstr "O usuario terá prohibido o acceso ata:" + +#: mediagoblin/moderation/forms.py:57 +msgid "Why are you banning this User?" +msgstr "Por que lle vai prohibir o acceso a este usuario?" + +#: mediagoblin/moderation/forms.py:109 +msgid "What action will you take to resolve the report?" +msgstr "Que vai facer para resolver a denuncia?" + +#: mediagoblin/moderation/forms.py:115 +msgid "What privileges will you take away?" +msgstr "Que privilexios vai retirarlle?" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "de maneira indefinida" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + +#: mediagoblin/moderation/tools.py:91 +msgid "Warning from" +msgstr "Aviso de" + +#: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60 +msgid "commented on your post" +msgstr "comentou na súa publicación." + +#: mediagoblin/notifications/views.py:35 +#, python-format +msgid "Subscribed to comments on %s!" +msgstr "Subscrito aos comentarios de %s!" + +#: mediagoblin/notifications/views.py:48 +#, python-format +msgid "You will not receive notifications for comments on %s." +msgstr "Non recibirá notificacións sobre comentarios de %s." + +#: mediagoblin/oauth/views.py:242 +msgid "Must provide an oauth_token." +msgstr "Debe fornecer un «auth_token»." + +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 +msgid "No request token found." +msgstr "Non se atopou o código da solicitude." + +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/submit/views.py:78 +msgid "Sorry, the file size is too big." +msgstr "O ficheiro é grande de máis." + +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/submit/views.py:81 +msgid "Sorry, uploading this file will put you over your upload limit." +msgstr "O tamaño do ficheiro é superior ao que resta do seu lÃmite de envÃo." + +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/submit/views.py:87 +msgid "Sorry, you have reached your upload limit." +msgstr "Chegou ao seu lÃmite de envÃo." + +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "Introduza o enderezo URL do contido a destacar." + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "Principal" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "Secundario" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "Terciario" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "-----------Funcionalidades-de-{display_type}------------------\n" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "Isto como funciona?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "Como destacar un contido?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "\nAcceda á páxina do contido que quere descatar. Copie o seu enderezo URL e pégueo nunha liña nova da caixa de texto anterior. Non deberÃa haber máis dun URL por liña. O URL que pegue deberÃa estar baixo a cabeceira que mellor describa a prominencia coa que se deberÃa destacar (principal, secundario, terciario). Unha vez teña todos os contidos que queira destacar na caixa de texto, prema «Enviar a consulta», e os seus contidos aparecerán na súa páxina principal." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "Existe algún outro xeito de xestionar os contidos destacados?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "Que é un contido destacado principal? Que é un contido destacado secundario?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "\nEstas categorÃas describen o nivel de promoción co que se destaca cada contido na páxina principal. Os contidos descatados principais sitúanse ao principio de páxina, e expóñense con maiores dimensións. A continuación van os contidos destacados secundarios, que son lixeiramente máis pequenos. Os contidos destacados terciarios conforman unha grade ao final da páxina.<br /><br />\nAdemais, os contidos destacados principais poden mostrar descricións máis longas que as dos contidos destacados secundarios, e as descricións dos contidos destacados secundarios poden ser máis longas que a dos contidos destacados terciarios." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "Como decidir que información se mostra ao descatar un contido?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "\nAo destacar un contido, na páxina principal móstrase o tÃtulo do contido, unha miniatura e un fragmento da descrición. O número de caracteres que se mostran pode variar dependendo da categorÃa do contido destacado. Os contidos destacados principais mostran os primeiros 512 caracteres da descrición, os secundarios os primeiros 256, e os terciarios os primeiros 128." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "Como deixar de destacar un contido?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "\nPara deixar de destacar un contido, elimine a súa liña da zona de texto e prema «Enviar a consulta»." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "Advertencia:" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "\nAo copiar e pegar enderezos URL na caixa de texto anterior, teña en conta que calquera erro no proceso (por exemplo, deixarse un caracter dun URL ao copialo) resultará en que ao darlle a «Enviar a consulta» o contido correspondente non apareza destacado. Asegúrese de que os seus contidos destacados se corresponden cos que vostede pegou na caixa de texto." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "\nDestacar o contido." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "Destacar" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "\nDeixar de destacar o contido." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "Deixar de destacar" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "\nPromover o contido." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "Promover" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "\nDegradar o contido." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "Degradar" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Últimos contidos" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "Non hai nada destacado." + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "Ver os últimos contidos" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "Panel de xestión dos contidos destacados" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "Este son non vai funcionar porque o seu navegador web non é compatible coas funcionalidades de son de HTML5." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "<a href=\"http://getfirefox.com\">Descargue un navegador web moderno capaz de reproducir este son!</a>" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "Este vÃdeo non vai funcionar porque o seu navegador web non é compatible coas funcionalidades de vÃdeo de HTML5." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "<a href=\"http://getfirefox.com\">Descargue un navegador web moderno capaz de reproducir este vÃdeo!</a>" + +#: mediagoblin/plugins/basic_auth/forms.py:24 +#: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 +#: mediagoblin/plugins/persona/forms.py:24 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:76 +msgid "Username" +msgstr "Nome de usuario" + +#: mediagoblin/plugins/basic_auth/forms.py:32 +#: mediagoblin/plugins/ldap/forms.py:28 mediagoblin/plugins/openid/forms.py:31 +#: mediagoblin/plugins/persona/forms.py:28 +#: mediagoblin/plugins/persona/forms.py:39 +msgid "Email address" +msgstr "Enderezo de correo" + +#: mediagoblin/plugins/basic_auth/forms.py:39 +msgid "Username or Email" +msgstr "Nome de usuario ou enderezo de correo" + +#: mediagoblin/plugins/basic_auth/forms.py:46 +msgid "Stay logged in" +msgstr "Non pechar a sesión." + +#: mediagoblin/plugins/basic_auth/forms.py:51 +msgid "Username or email" +msgstr "Nome de usuario ou enderezo de correo" + +#: mediagoblin/plugins/basic_auth/views.py:54 +msgid "" +"If that email address (case sensitive!) is registered an email has been sent" +" with instructions on how to change your password." +msgstr "Se o enderezo de correo está rexistrado (ollo coas maiúsculas e as minúsculas), recibirá unha mensaxe con instrucións para cambiar o contrasinal." + +#: mediagoblin/plugins/basic_auth/views.py:65 +msgid "Couldn't find someone with that username." +msgstr "Non se atopou ningún usuario con ese nome." + +#: mediagoblin/plugins/basic_auth/views.py:68 +msgid "" +"An email has been sent with instructions on how to change your password." +msgstr "Recibirá unha mensaxe con instrucións para cambiar o contrasinal." + +#: mediagoblin/plugins/basic_auth/views.py:75 +msgid "" +"Could not send password recovery email as your username is inactive or your " +"account's email address has not been verified." +msgstr "Non foi posÃbel enviar o correo de recuperación do contrasinal porque o seu nome de usuario está inactivo ou non verificou o enderezo de correo da súa conta." + +#: mediagoblin/plugins/basic_auth/views.py:123 +msgid "The user id is incorrect." +msgstr "O identificador do usuario é incorrecto." + +#: mediagoblin/plugins/basic_auth/views.py:139 +msgid "You can now log in using your new password." +msgstr "Xa pode acceder co seu novo contrasinal." + +#: mediagoblin/plugins/basic_auth/views.py:163 +msgid "" +"You are no longer an active user. Please contact the system admin to " +"reactivate your account." +msgstr "O seu usuario xa non está activo. Contacte co administrador do sistema para reactivar a súa conta." + +#: mediagoblin/plugins/basic_auth/views.py:215 +msgid "Your password was changed successfully" +msgstr "O seu contrasinal cambiouse correctamente." + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 +msgid "Set your new password" +msgstr "Establecer o seu novo contrasinal" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39 +msgid "Set password" +msgstr "Establecer o contrasinal" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 +#, python-format +msgid "Changing %(username)s's password" +msgstr "Cambiando o contrasinal de %(username)s" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45 +#: mediagoblin/templates/mediagoblin/edit/change_email.html:40 +msgid "Save" +msgstr "Gardar" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22 +msgid "Don't have an account yet?" +msgstr "AÃnda non ten conta?" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:24 +msgid "Create one here!" +msgstr "Cree unha!" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 +msgid "Change your password." +msgstr "Cambiar o contrasinal." + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 +msgid "Recover password" +msgstr "Recuperar o contrasinal" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:34 +msgid "Send instructions" +msgstr "Enviar instrucións" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/fp_link.html:22 +msgid "Forgot your password?" +msgstr "Esqueceu o contrasinal?" + +#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:24 +msgid "Location" +msgstr "Lugar" + +#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:52 +#, python-format +msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>" +msgstr "Ver en <a href=\"%(osm_url)s\">OpenStreetMap</a>" + +#: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 +msgid "Sign in to create an account!" +msgstr "Acceda para crear unha conta!" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "Metadatos" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "Editar os metadatos" + +#: mediagoblin/plugins/oauth/forms.py:29 +msgid "Allow" +msgstr "Permitir" + +#: mediagoblin/plugins/oauth/forms.py:30 +msgid "Deny" +msgstr "Denegar" + +#: mediagoblin/plugins/oauth/forms.py:34 +msgid "Name" +msgstr "Nome" + +#: mediagoblin/plugins/oauth/forms.py:35 +msgid "The name of the OAuth client" +msgstr "Nome do cliente de OAuth." + +#: mediagoblin/plugins/oauth/forms.py:38 +msgid "" +"This will be visible to users allowing your\n" +" application to authenticate as them." +msgstr "Os usuarios que permitan ao seu programa autenticarse coma eles poderán ver isto." + +#: mediagoblin/plugins/oauth/forms.py:40 +msgid "Type" +msgstr "Tipo" + +#: mediagoblin/plugins/oauth/forms.py:45 +msgid "" +"<strong>Confidential</strong> - The client can\n" +" make requests to the GNU MediaGoblin instance that can not be\n" +" intercepted by the user agent (e.g. server-side client).<br />\n" +" <strong>Public</strong> - The client can't make confidential\n" +" requests to the GNU MediaGoblin instance (e.g. client-side\n" +" JavaScript client)." +msgstr "<strong>Confidencial</strong>: O cliente pode realizar solicitudes á instancia de GNU MediaGoblin que non poderán ser interceptadas polo «axente do usuario» (por exemplo, o cliente do lado do servidor).<br/> <strong>Público</strong>: O cliente non pode realizar solicitudes confidenciais á instancia de GNU MediaGoblin (por exemplo, o cliente en JavaScript do lado do cliente)." + +#: mediagoblin/plugins/oauth/forms.py:52 +msgid "Redirect URI" +msgstr "URI de redirección" + +#: mediagoblin/plugins/oauth/forms.py:54 +msgid "" +"The redirect URI for the applications, this field\n" +" is <strong>required</strong> for public clients." +msgstr "O URI de redirección para os programas, este campo é <strong>obrigatorio</strong> para todos os clientes públicos." + +#: mediagoblin/plugins/oauth/forms.py:66 +msgid "This field is required for public clients" +msgstr "O campo é obrigatorio para os clientes públicos." + +#: mediagoblin/plugins/oauth/views.py:55 +msgid "The client {0} has been registered!" +msgstr "Rexistrouse o cliente {0}!" + +#: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22 +msgid "OAuth client connections" +msgstr "Conexións de clientes de OAuth" + +#: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22 +msgid "Your OAuth clients" +msgstr "Clientes de OAuth seus" + +#: mediagoblin/plugins/openid/__init__.py:97 +#: mediagoblin/plugins/openid/views.py:268 +#: mediagoblin/plugins/openid/views.py:297 +msgid "Sorry, an account is already registered to that OpenID." +msgstr "Xa hai unha conta rexistrada con ese OpenID." + +#: mediagoblin/plugins/openid/forms.py:38 +msgid "OpenID" +msgstr "OpenID" + +#: mediagoblin/plugins/openid/views.py:48 +msgid "Sorry, the OpenID server could not be found" +msgstr "Non se atopou o servidor de OpenID." + +#: mediagoblin/plugins/openid/views.py:61 +#, python-format +msgid "No OpenID service was found for %s" +msgstr "Non se atopou ningún servizo de OpenID para %s." + +#: mediagoblin/plugins/openid/views.py:106 +#, python-format +msgid "Verification of %s failed: %s" +msgstr "Non foi posÃbel verificar %s: %s" + +#: mediagoblin/plugins/openid/views.py:117 +msgid "Verification cancelled" +msgstr "Cancelouse a verificación." + +#: mediagoblin/plugins/openid/views.py:314 +msgid "Your OpenID url was saved successfully." +msgstr "O seu URL de OpenID gardouse correctamente." + +#: mediagoblin/plugins/openid/views.py:338 +#: mediagoblin/plugins/openid/views.py:393 +msgid "You can't delete your only OpenID URL unless you have a password set" +msgstr "Non pode eliminar o seu único URL de OpenID salvo que estableza previamente un contrasinal." + +#: mediagoblin/plugins/openid/views.py:343 +#: mediagoblin/plugins/openid/views.py:402 +msgid "That OpenID is not registered to this account." +msgstr "Ese OpenID non está rexistrado con esta conta." + +#: mediagoblin/plugins/openid/views.py:385 +msgid "OpenID was successfully removed." +msgstr "O OpenID eliminouse correctamente." + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:34 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:23 +msgid "Add an OpenID" +msgstr "Engadir un OpenID" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:34 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:23 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:31 +msgid "Delete an OpenID" +msgstr "Eliminar un OpenID" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 +msgid "OpenID's" +msgstr "OpenIDs" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 +#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/auth/login.html:28 +#: mediagoblin/templates/mediagoblin/auth/login.html:36 +#: mediagoblin/templates/mediagoblin/auth/login.html:47 +msgid "Log in" +msgstr "Acceder" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:39 +#: mediagoblin/templates/mediagoblin/auth/login.html:39 +msgid "Logging in failed!" +msgstr "Fallou o acceso!" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 +msgid "Log in to create an account!" +msgstr "Acceda para crear unha conta!" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 +msgid "Or login with a password!" +msgstr "Ou acceda cun contrasinal!" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 +msgid "Or login with OpenID!" +msgstr "Ou acceda con OpenID!" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23 +msgid "Or register with OpenID!" +msgstr "Ou rexÃstrese con OpenID!" + +#: mediagoblin/plugins/persona/__init__.py:90 +msgid "Sorry, an account is already registered to that Persona email." +msgstr "Xa hai unha conta rexistrada con ese enderezo de correo de Persona." + +#: mediagoblin/plugins/persona/views.py:138 +msgid "The Persona email address was successfully removed." +msgstr "O enderezo de correo da Persona eliminouse correctamente." + +#: mediagoblin/plugins/persona/views.py:144 +msgid "" +"You can't delete your only Persona email address unless you have a password " +"set." +msgstr "Non pode eliminar o seu único enderezo de correo de Persona salvo que estableza previamente un contrasinal." + +#: mediagoblin/plugins/persona/views.py:149 +msgid "That Persona email address is not registered to this account." +msgstr "O enderezo de correo de Persona non está rexistrado para esta conta." + +#: mediagoblin/plugins/persona/views.py:176 +msgid "" +"Sorry, an account is already registered with that Persona email address." +msgstr "Xa hai unha conta rexistrada con ese enderezo de correo de Persona." + +#: mediagoblin/plugins/persona/views.py:192 +msgid "Your Persona email address was saved successfully." +msgstr "O enderezo de correo da Persona gardouse correctamente." + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31 +msgid "Delete a Persona email address" +msgstr "Eliminar un enderezo de correo de Persona" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34 +msgid "Add a Persona email address" +msgstr "Engadir un enderezo de correo de Persona" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 +msgid "Persona's" +msgstr "Personas" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 +msgid "Or login with Persona!" +msgstr "Ou acceda con Persona!" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22 +msgid "Or register with Persona!" +msgstr "Ou rexÃstrese con Persona!" + +#: mediagoblin/processing/__init__.py:420 +msgid "Invalid file given for media type." +msgstr "O ficheiro non se corresponde co tipo de contido." + +#: mediagoblin/processing/__init__.py:427 +msgid "Copying to public storage failed." +msgstr "Non foi posÃbel copiar no almacenamento público." + +#: mediagoblin/processing/__init__.py:435 +msgid "An acceptable processing file was not found" +msgstr "Non se atopou un ficheiro de procesamento aceptábel." + +#: mediagoblin/submit/forms.py:30 +msgid "Max file size: {0} mb" +msgstr "Tamaño máximo: {0} MiB" + +#: mediagoblin/submit/forms.py:34 +msgid "File" +msgstr "Ficheiro" + +#: mediagoblin/submit/forms.py:41 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" +" Markdown</a> for formatting." +msgstr "Pode usar\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> para dar formato." + +#: mediagoblin/submit/views.py:55 +msgid "You must provide a file." +msgstr "Debe fornecer un ficheiro." + +#: mediagoblin/submit/views.py:138 +#, python-format +msgid "Collection \"%s\" added!" +msgstr "Engadiuse a colección «%s»!" + +#: mediagoblin/templates/mediagoblin/banned.html:20 +msgid "You are Banned." +msgstr "Ten prohibido o acceso." + +#: mediagoblin/templates/mediagoblin/banned.html:24 +#: mediagoblin/templates/mediagoblin/error.html:24 +msgid "Image of goblin stressing out" +msgstr "Imaxe de trasno tenso." + +#: mediagoblin/templates/mediagoblin/banned.html:26 +msgid "You have been banned" +msgstr "Ten prohibido o acceso" + +#: mediagoblin/templates/mediagoblin/banned.html:28 +#, python-format +msgid "until %(until_when)s" +msgstr "ata %(until_when)s" + +#: mediagoblin/templates/mediagoblin/base.html:97 +msgid "Verify your email!" +msgstr "Verifique o seu enderezo de correo!" + +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 +msgid "log out" +msgstr "SaÃr" + +#: mediagoblin/templates/mediagoblin/base.html:131 +#, python-format +msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" +msgstr "Conta de <a href=\"%(user_url)s\">%(user_name)s</a>" + +#: mediagoblin/templates/mediagoblin/base.html:138 +msgid "Change account settings" +msgstr "Cambiar a configuración da conta" + +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:26 +msgid "Media processing panel" +msgstr "Panel de procesamento de contidos" + +#: mediagoblin/templates/mediagoblin/base.html:152 +msgid "Log out" +msgstr "SaÃr" + +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 +msgid "Add media" +msgstr "Engadir contidos" + +#: mediagoblin/templates/mediagoblin/base.html:158 +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 +msgid "Create new collection" +msgstr "Crear unha colección nova" + +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" +msgstr "Panel de xestión de usuarios" + +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" +msgstr "Panel de xestión de denuncias" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:21 +msgid "Authorization" +msgstr "Autorización" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:26 +#: mediagoblin/templates/mediagoblin/api/authorize.html:53 +msgid "Authorize" +msgstr "Autorizar " + +#: mediagoblin/templates/mediagoblin/api/authorize.html:29 +msgid "You are logged in as" +msgstr "Accedeu como" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:33 +msgid "Do you want to authorize " +msgstr "Quere autorizar " + +#: mediagoblin/templates/mediagoblin/api/authorize.html:37 +msgid "an unknown application" +msgstr "un programa descoñecido" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:39 +msgid " to access your account? " +msgstr " a acceder á súa conta? " + +#: mediagoblin/templates/mediagoblin/api/authorize.html:41 +msgid "Applications with access to your account can: " +msgstr "Os programas con acceso á súa conta poden: " + +#: mediagoblin/templates/mediagoblin/api/authorize.html:43 +msgid "Post new media as you" +msgstr "Publicar novos contidos da súa parte." + +#: mediagoblin/templates/mediagoblin/api/authorize.html:44 +msgid "See your information (e.g profile, media, etc...)" +msgstr "Acceder á súa información (perfil, contidos, etc.)." + +#: mediagoblin/templates/mediagoblin/api/authorize.html:45 +msgid "Change your information" +msgstr "Cambiar a súa información." + +#: mediagoblin/templates/mediagoblin/api/oob.html:21 +msgid "Authorization Finished" +msgstr "Rematouse a autorización" + +#: mediagoblin/templates/mediagoblin/api/oob.html:26 +msgid "Authorization Complete" +msgstr "Completouse a autorización" + +#: mediagoblin/templates/mediagoblin/api/oob.html:28 +msgid "Copy and paste this into your client:" +msgstr "Copie isto e pégueo no seu cliente:" + +#: mediagoblin/templates/mediagoblin/auth/register.html:28 +#: mediagoblin/templates/mediagoblin/auth/register.html:36 +msgid "Create an account!" +msgstr "Crear unha conta!" + +#: mediagoblin/templates/mediagoblin/auth/register.html:41 +msgid "Create" +msgstr "Crear" + +#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19 +#, python-format +msgid "" +"Hi %(username)s,\n" +"\n" +"to activate your GNU MediaGoblin account, open the following URL in\n" +"your web browser:\n" +"\n" +"%(verification_url)s" +msgstr "Ola, %(username)s.\n\nPara activar a súa conta de GNU MediaGoblin, abra a seguinte ligazón no seu navegador web:\n\n%(verification_url)s" + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:21 +#, python-format +msgid "" +"Powered by <a href=\"http://mediagoblin.org/\" title='Version " +"%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> project." +msgstr "ConstruÃdo con <a href=\"http://mediagoblin.org/\" title='Version %(version)s'>MediaGoblin</a>, un proxecto de <a href=\"http://gnu.org/\">GNU</a>." + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:24 +#, python-format +msgid "" +"Released under the <a " +"href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a " +"href=\"%(source_link)s\">Source code</a> available." +msgstr "Publicado coa licenza <a href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. O <a href=\"%(source_link)s\">código fonte</a> está dispoñÃbel." + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:30 +msgid "Terms of Service" +msgstr "Condicións de uso" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20 +msgid "Explore" +msgstr "Explorar" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +msgid "Hi there, welcome to this MediaGoblin site!" +msgstr "Ola, benvido a este sitio MediaGoblin!" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 +msgid "" +"This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " +"extraordinarily great piece of media hosting software." +msgstr "O sitio está construÃdo con <a href=\"http://mediagoblin.org\">MediaGoblin</a>, unha marabilla de software de aloxamento de contidos." + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 +msgid "" +"To add your own media, place comments, and more, you can log in with your " +"MediaGoblin account." +msgstr "Para engadir contidos seus, comentar e máis cousas, acceda empregando unha conta de MediaGoblin." + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 +msgid "Don't have one yet? It's easy!" +msgstr "AÃnda non ten? Non hai problema!" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 +msgid "" +"\n" +" >Create an account at this site</a>\n" +" or" +msgstr "\n>Cree unha conta neste sitio</a>\n ou" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 +msgid "" +"\n" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "\n<a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Instale MediaGoblin no seu propio servidor</a>" + +#: mediagoblin/templates/mediagoblin/bits/logo.html:23 +#: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 +msgid "MediaGoblin logo" +msgstr "Logo de MediaGoblin" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:23 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:35 +#, python-format +msgid "Editing attachments for %(media_title)s" +msgstr "Editando os anexos de %(media_title)s" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 +msgid "Attachments" +msgstr "Anexos" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 +msgid "Add attachment" +msgstr "Engadir un anexo" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:63 +#: mediagoblin/templates/mediagoblin/edit/edit.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:33 +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:40 +msgid "Save changes" +msgstr "Gardar os cambios" + +#: mediagoblin/templates/mediagoblin/edit/change_email.html:23 +#: mediagoblin/templates/mediagoblin/edit/change_email.html:33 +#, python-format +msgid "Changing %(username)s's email" +msgstr "Cambiando o enderezo de correo de %(username)s" + +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 +#, python-format +msgid "Really delete user '%(user_name)s' and all related media/comments?" +msgstr "Está seguro de que quere eliminar o usuario «%(user_name)s» e todos os seus contidos e comentarios?" + +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 +msgid "Yes, really delete my account" +msgstr "Eliminar a miña conta" + +#: mediagoblin/templates/mediagoblin/edit/edit.html:23 +#: mediagoblin/templates/mediagoblin/edit/edit.html:35 +#, python-format +msgid "Editing %(media_title)s" +msgstr "Editando %(media_title)s" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:28 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:40 +#, python-format +msgid "Changing %(username)s's account settings" +msgstr "Cambiando a configuración da conta de %(username)s" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:54 +msgid "Delete my account" +msgstr "Eliminar a miña conta" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 +msgid "Email" +msgstr "Correo electrónico" + +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29 +#, python-format +msgid "Editing %(collection_title)s" +msgstr "Editando %(collection_title)s" + +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23 +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34 +#, python-format +msgid "Editing %(username)s's profile" +msgstr "Editando o perfil de %(username)s" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "Metadatos de «%(media_name)s»" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "Metadatos" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "Engadir unha fila" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "Actualizar os metadatos" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "Retirar as filas baleiras" + +#: mediagoblin/templates/mediagoblin/edit/verification.txt:19 +#, python-format +msgid "" +"Hi,\n" +"\n" +"We wanted to verify that you are %(username)s. If this is the case, then \n" +"please follow the link below to verify your new email address.\n" +"\n" +"%(verification_url)s\n" +"\n" +"If you are not %(username)s or didn't request an email change, you can ignore\n" +"this email." +msgstr "Ola.\n\nQueremos verificar que vostede é efectivamente %(username)s. De ser o caso, abra a seguinte ligazón nun navegador web para verificar o seu novo enderezo de correo.\n\n%(verification_url)s\n\nSe non é %(username)s ou non solicitou un cambio de enderezo de correo, simplemente ignore esta mensaxe." + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 +msgid "New comments" +msgstr "Comentarios novos" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 +#: mediagoblin/templates/mediagoblin/media_displays/image.html:39 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 +#: mediagoblin/templates/mediagoblin/user_pages/report.html:48 +#, python-format +msgid "%(formatted_time)s ago" +msgstr "Hai %(formatted_time)s" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41 +msgid "Mark all read" +msgstr "Marcalo todo como lido" + +#: mediagoblin/templates/mediagoblin/listings/collection.html:30 +#: mediagoblin/templates/mediagoblin/listings/collection.html:35 +#: mediagoblin/templates/mediagoblin/listings/tag.html:30 +#: mediagoblin/templates/mediagoblin/listings/tag.html:35 +#, python-format +msgid "Media tagged with: %(tag_name)s" +msgstr "Contido etiquetado con: %(tag_name)s" + +#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34 +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:56 +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:67 +#: mediagoblin/templates/mediagoblin/media_displays/video.html:74 +msgid "Download" +msgstr "Descargar" + +#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:38 +msgid "Original" +msgstr "Orixinal" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:44 +msgid "" +"Sorry, this audio will not work because \n" +"\tyour web browser does not support HTML5 \n" +"\taudio." +msgstr "Este son non vai funcionar porque o seu navegador web non é compatÃbel coa funcionalidade de son de HTML5." + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:47 +msgid "" +"You can get a modern web browser that \n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "Pode obter un navegador web moderno capaz de reproducir o son en <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a>!" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:60 +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:73 +#: mediagoblin/templates/mediagoblin/media_displays/video.html:80 +msgid "Original file" +msgstr "Ficheiro orixinal" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:63 +msgid "WebM file (Vorbis codec)" +msgstr "Ficheiro WebM (códec Vorbis)" + +#: mediagoblin/templates/mediagoblin/media_displays/image.html:36 +msgid "Created" +msgstr "Creado" + +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 +#, python-format +msgid "Image for %(media_title)s" +msgstr "Imaxe de %(media_title)s" + +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:81 +msgid "PDF file" +msgstr "Ficheiro PDF" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 +msgid "Perspective" +msgstr "Perspectiva" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 +msgid "Front" +msgstr "Frontal" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 +msgid "Top" +msgstr "Superior" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 +msgid "Side" +msgstr "Lateral" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 +msgid "WebGL" +msgstr "WebGL" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 +msgid "Download model" +msgstr "Descargar o modelo" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 +msgid "File Format" +msgstr "Formato do ficheiro" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 +msgid "Object Height" +msgstr "Altura do obxecto" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:63 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "Este vÃdeo non vai funcionar porque o seu navegador web non é compatÃbel coa funcionalidade de vÃdeo de HTML5." + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:66 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "Pode obter un navegador web moderno capaz de reproducir o vÃdeo en <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a>!" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:88 +msgid "WebM file (VP8/Vorbis)" +msgstr "Ficheiro WebM (códec VP8/Vorbis)" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30 +msgid "" +"Here you can track the state of media being processed on this instance." +msgstr "Aquà pode comprobar o estado de contidos que se están a procesar neste sitio web." + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32 +msgid "Media in-processing" +msgstr "Contido procesándose" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "Identificador" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 +msgid "No media in-processing" +msgstr "Non hai contidos procesándose" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59 +msgid "These uploads failed to process:" +msgstr "Non foi posÃbel procesar os seguintes envÃos:" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 +msgid "No failed entries!" +msgstr "Non houbo erros!" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:93 +msgid "Last 10 successful uploads" +msgstr "Últimos 10 envÃos sen erros" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 +msgid "No processed entries, yet!" +msgstr "AÃnda non hai entradas de procesamento!" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:27 +msgid "Sorry, no such report found." +msgstr "Non se atopou a denuncia." + +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 +msgid "Return to Reports Panel" +msgstr "Volver ao panel de denuncias" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 +msgid "Report" +msgstr "Denuncia" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 +msgid "Reported comment" +msgstr "Comentario denunciado" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 +#, python-format +msgid "" +"\n" +" â– Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n" +" " +msgstr "\n â– Contido denunciado por <a href=\"%(user_url)s\">%(user_name)s</a>\n " + +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 +#, python-format +msgid "" +"\n" +" CONTENT BY\n" +" <a href=\"%(user_url)s\"> %(user_name)s</a>\n" +" HAS BEEN DELETED\n" +" " +msgstr "\n ELIMINOUSE\n O CONTIDO DE\n <a href=\"%(user_url)s\"> %(user_name)s</a> " + +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 +msgid "Resolve" +msgstr "Resolver" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 +msgid "Resolve This Report" +msgstr "Resolver esta denuncia" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 +msgid "Status" +msgstr "Estado" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 +msgid "RESOLVED" +msgstr "RESOLTA" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 +msgid "You cannot take action against an administrator" +msgstr "Non pode emprender accións contra un administrador." + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27 +msgid "Report panel" +msgstr "Panel de denuncias" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30 +msgid "" +"\n" +" Here you can look up open reports that have been filed by users.\n" +" " +msgstr "\n Aquà pode buscar denuncias sen resolver abertas polos usuarios.\n " + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:35 +msgid "Active Reports Filed" +msgstr "Denuncias activas abertas" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +msgid "Offender" +msgstr "Denunciado" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78 +msgid "When Reported" +msgstr "Data da denuncia" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 +msgid "Reported By" +msgstr "Denunciante" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 +msgid "Reason" +msgstr "Motivo" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 +#, python-format +msgid "" +"\n" +" Comment Report #%(report_id)s\n" +" " +msgstr "\n Denuncia de comentario #%(report_id)s\n " + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 +#, python-format +msgid "" +"\n" +" Media Report #%(report_id)s\n" +" " +msgstr "\n Denuncia de contido #%(report_id)s\n " + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +msgid "No open reports found." +msgstr "Non se atoparon denuncias sen resolver." + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 +msgid "Closed Reports" +msgstr "Denuncias pechadas" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +msgid "Resolved" +msgstr "Resolta" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +msgid "Action Taken" +msgstr "Medida adoptada" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 +#, python-format +msgid "" +"\n" +" Closed Report #%(report_id)s\n" +" " +msgstr "\n Denuncia pechada #%(report_id)s\n " + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 +msgid "No closed reports found." +msgstr "Non se atoparon denuncias pechadas." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "Usuario: %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "Volver ao panel de usuarios" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "Non se atopou o usuario indicado." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Ten que verificar o seu enderezo de correo" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "Alguén rexistrou xa unha conta con ese nome de usuario, aÃnda que a conta aÃnda non está activada." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Perfil de %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "Ten prohibido o acceso ata o %(expiration_date)s." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "Ten prohibido o acceso de maneira indefinida." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Este usuario aÃnda non completou o seu perfil." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Editar o perfil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Explorar as coleccións" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "Denuncias activas contra %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "Identificador da denuncia" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "Contido denunciado" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "Texto da denuncia" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "Denuncia %(report_number)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "Comentario denunciado" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "Contido denunciado" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "Non hai denuncias activas contra %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "Todas as denuncias contra %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "Todas as denuncias interpostas por %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "Privilexios de %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "Privilexio" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "Outorgado" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "Si" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "Non" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "Prohibir o acceso" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "Readmitir" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 +msgid "User panel" +msgstr "Panel de usuarios" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:29 +msgid "" +"\n" +" Here you can look up users in order to take punitive actions on them.\n" +" " +msgstr "\n Aquà pode buscar usuarios para tomar medidas de castigo contra eles.\n " + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34 +msgid "Active Users" +msgstr "Usuarios activos" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 +msgid "When Joined" +msgstr "Data de creación" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78 +msgid "# of Comments Posted" +msgstr "Comentarios publicados" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 +msgid "No users found." +msgstr "Non se atoparon usuarios." + +#: mediagoblin/templates/mediagoblin/submit/collection.html:26 +msgid "Add a collection" +msgstr "Engadir unha colección" + +#: mediagoblin/templates/mediagoblin/submit/start.html:28 +#: mediagoblin/templates/mediagoblin/submit/start.html:35 +msgid "Add your media" +msgstr "Engada contidos seus" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "â– Publicación de <a href=\"%(user_url)s\">%(username)s</a>." + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Engadir un comentario" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Engadir o comentario" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Engadido" + +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 +#, python-format +msgid "%(collection_title)s (%(username)s's collection)" +msgstr "%(collection_title)s (colección de %(username)s)" + +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:39 +#, python-format +msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "%(collection_title)s, de <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "Eliminar a colección «%(collection_title)s»" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 +#, python-format +msgid "Really delete collection: %(title)s?" +msgstr "Está seguro de que quere eliminar a colección «%(title)s»?" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "Retirar «%(media_title)s» de «%(collection_title)s»" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 +#, python-format +msgid "Really remove %(media_title)s from %(collection_title)s?" +msgstr "Está seguro de que quere retirar %(media_title)s de %(collection_title)s?" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 +msgid "Remove" +msgstr "Retirar" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21 +#, python-format +msgid "%(username)s's collections" +msgstr "Coleccións de %(username)s" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28 +#, python-format +msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections" +msgstr "Coleccións de <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19 +#, python-format +msgid "" +"Hi %(username)s,\n" +"%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n" +msgstr "Ola, %(username)s.\n%(comment_author)s deixou un comentario na súa publicación (%(comment_url)s) en %(instance_name)s.\n" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30 +#, python-format +msgid "%(username)s's media" +msgstr "Contidos de %(username)s" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:38 +#, python-format +msgid "" +"<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a " +"href=\"%(tag_url)s\">%(tag)s</a>" +msgstr "Contidos de <a href=\"%(user_url)s\">%(username)s</a> etiquetado con <a href=\"%(tag_url)s\">%(tag)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48 +#, python-format +msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media" +msgstr "Contidos de <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/media.html:38 +#, python-format +msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "â– Explorando os contidos de <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 +msgid "Comment Preview" +msgstr "Vista previa" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 +#, python-format +msgid "Add “%(media_title)s†to a collection" +msgstr "Engadir «%(media_title)s» a unha colección" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54 +msgid "+" +msgstr "+" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58 +msgid "Add a new collection" +msgstr "Engadir unha colección nova" + +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29 +msgid "" +"You can track the state of media being processed for your gallery here." +msgstr "Aquà pode comprobar o estado de contidos que se están a procesar para a súa galerÃa." + +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89 +msgid "Your last 10 successful uploads" +msgstr "Últimos 10 envÃos seus sen erros" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:21 +msgid "<h2>File a Report</h2>" +msgstr "<h2>Poña unha denuncia</h2>" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:24 +msgid "Reporting this Comment" +msgstr "Denunciando o comentario" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:60 +msgid "Reporting this Media Entry" +msgstr "Denunciando o contido" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:72 +#, python-format +msgid "" +"\n" +" â– Published by <a href=\"%(user_url)s\"\n" +" class=\"comment_authorlink\">%(username)s</a>\n" +" " +msgstr "\n â– Publicado por <a href=\"%(user_url)s\"\n class=\"comment_authorlink\">%(username)s</a>\n " + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:81 +msgid "File Report " +msgstr "Poñer a denuncia " + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 +msgid "Here's a spot to tell others about yourself." +msgstr "Aquà pode falarlle aos demais de vostede." + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 +#, python-format +msgid "View all of %(username)s's media" +msgstr "Ver os contidos de %(username)s" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 +msgid "" +"This is where your media will appear, but you don't seem to have added " +"anything yet." +msgstr "Aquà aparecerán os seus contidos, pero parece que aÃnda non engadiu ningún." + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 +#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 +#: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 +msgid "There doesn't seem to be any media here yet..." +msgstr "Parece que aÃnda non hai ningún contido aquÃ…" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 +msgid "Almost done! Your account still needs to be activated." +msgstr "Xa case está! Só lle falta activar a súa conta." + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:48 +msgid "" +"An email should arrive in a few moments with instructions on how to do so." +msgstr "DeberÃa chegarlle un correo en cuestión de segundos con instrucións." + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:52 +msgid "In case it doesn't:" +msgstr "Se non lle chega:" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:55 +msgid "Resend verification email" +msgstr "Enviar o correo de verificación outra vez" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:63 +msgid "" +"Someone has registered an account with this username, but it still has to be" +" activated." +msgstr "Alguén rexistrou xa unha conta con este nome de usuario, pero aÃnda ten que activala." + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:68 +#, python-format +msgid "" +"If you are that person but you've lost your verification email, you can <a " +"href=\"%(login_url)s\">log in</a> and resend it." +msgstr "Se esa persoa é vostede pero perdeu a mensaxe de verificación do seu enderezo de correo, pode <a href=\"%(login_url)s\">acceder</a> e volvela enviar." + +#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49 +msgid "(remove)" +msgstr "(retirar)" + +#: mediagoblin/templates/mediagoblin/utils/collections.html:21 +msgid "Collected in" +msgstr "Parte de" + +#: mediagoblin/templates/mediagoblin/utils/collections.html:40 +msgid "Add to a collection" +msgstr "Engadir a unha colección" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 +#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 +msgid "feed icon" +msgstr "Icona de fonte de novas" + +#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23 +#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23 +msgid "Atom feed" +msgstr "Fonte de novas Atom" + +#: mediagoblin/templates/mediagoblin/utils/license.html:25 +msgid "All rights reserved" +msgstr "Todos os dereitos reservados" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:39 +msgid "↠Newer" +msgstr "↠Máis novo" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:45 +msgid "Older →" +msgstr "Máis vello →" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:48 +msgid "Go to page:" +msgstr "Ir á páxina:" + +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:28 +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:33 +msgid "newer" +msgstr "máis novo" + +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:39 +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:44 +msgid "older" +msgstr "máis vello" + +#: mediagoblin/templates/mediagoblin/utils/report.html:25 +msgid "Report media" +msgstr "Denunciar o contido" + +#: mediagoblin/templates/mediagoblin/utils/tags.html:20 +msgid "Tagged with" +msgstr "Etiquetado con" + +#: mediagoblin/tools/exif.py:81 +msgid "Could not read the image file." +msgstr "Non foi posÃbel ler o ficheiro da imaxe." + +#: mediagoblin/tools/response.py:38 +msgid "Oops!" +msgstr "Ups!" + +#: mediagoblin/tools/response.py:39 +msgid "An error occured" +msgstr "Produciuse un erro." + +#: mediagoblin/tools/response.py:53 +msgid "Bad Request" +msgstr "Petición incorrecta" + +#: mediagoblin/tools/response.py:55 +msgid "The request sent to the server is invalid, please double check it" +msgstr "A petición enviada ao servidor é incorrecta, compróbea." + +#: mediagoblin/tools/response.py:63 +msgid "Operation not allowed" +msgstr "Operación non permitida" + +#: mediagoblin/tools/response.py:64 +msgid "" +"Sorry Dave, I can't let you do that!</p><p>You have tried to perform a " +"function that you are not allowed to. Have you been trying to delete all " +"user accounts again?" +msgstr "Intentou utilizar unha función para a que non ten permisos. Que foi, volveu intentar eliminar todas as contas de usuario outra vez?" + +#: mediagoblin/tools/response.py:72 +msgid "" +"There doesn't seem to be a page at this address. Sorry!</p><p>If you're sure" +" the address is correct, maybe the page you're looking for has been moved or" +" deleted." +msgstr "Non existe ningunha páxina con este enderezo.</p><p>Se está seguro de que o enderezo é correcto, pode ser que a páxina se cambiase de enderezo ou se eliminase." + +#: mediagoblin/tools/timesince.py:62 +msgid "year" +msgstr "ano" + +#: mediagoblin/tools/timesince.py:63 +msgid "month" +msgstr "mes" + +#: mediagoblin/tools/timesince.py:64 +msgid "week" +msgstr "semana" + +#: mediagoblin/tools/timesince.py:65 +msgid "day" +msgstr "dÃa" + +#: mediagoblin/tools/timesince.py:66 +msgid "hour" +msgstr "hora" + +#: mediagoblin/tools/timesince.py:67 +msgid "minute" +msgstr "minuto" + +#: mediagoblin/user_pages/forms.py:23 +msgid "Comment" +msgstr "Comentario" + +#: mediagoblin/user_pages/forms.py:25 +msgid "" +"You can use <a href=\"http://daringfireball.net/projects/markdown/basics\" " +"target=\"_blank\">Markdown</a> for formatting." +msgstr "Pode usar <a href=\"http://daringfireballnet/projects/markdown/basics\" target=\"_blank\">Markdown</a> para dar formato." + +#: mediagoblin/user_pages/forms.py:35 +msgid "I am sure I want to remove this item from the collection" +msgstr "Quero retiralo da colección, estou seguro" + +#: mediagoblin/user_pages/forms.py:39 +msgid "Collection" +msgstr "Colección" + +#: mediagoblin/user_pages/forms.py:40 +msgid "-- Select --" +msgstr "(seleccionar)" + +#: mediagoblin/user_pages/forms.py:42 +msgid "Include a note" +msgstr "IncluÃr unha nota" + +#: mediagoblin/user_pages/forms.py:49 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n" +" Markdown</a> for formatting." +msgstr "Pode usar\n <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n Markdown</a> para dar formato." + +#: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 +msgid "Reason for Reporting" +msgstr "Motivo da denuncia" + +#: mediagoblin/user_pages/views.py:188 +msgid "Sorry, comments are disabled." +msgstr "Os comentarios están desactivados." + +#: mediagoblin/user_pages/views.py:193 +msgid "Oops, your comment was empty." +msgstr "O comentario estaba baleiro." + +#: mediagoblin/user_pages/views.py:199 +msgid "Your comment has been posted!" +msgstr "Publicouse o comentario!" + +#: mediagoblin/user_pages/views.py:235 +msgid "Please check your entries and try again." +msgstr "Comprobe as entradas e vólvao intentar." + +#: mediagoblin/user_pages/views.py:275 +msgid "You have to select or add a collection" +msgstr "Ten que seleccionar ou engadir unha colección." + +#: mediagoblin/user_pages/views.py:286 +#, python-format +msgid "\"%s\" already in collection \"%s\"" +msgstr "«%s» xa está na colección «%s»" + +#: mediagoblin/user_pages/views.py:292 +#, python-format +msgid "\"%s\" added to collection \"%s\"" +msgstr "«%s» engadiuse á colección «%s»" + +#: mediagoblin/user_pages/views.py:317 +msgid "You deleted the media." +msgstr "Eliminou o contido." + +#: mediagoblin/user_pages/views.py:336 +msgid "You are about to delete another user's media. Proceed with caution." +msgstr "Está a piques de eliminar un contido doutro usuario. Teña coidado." + +#: mediagoblin/user_pages/views.py:409 +msgid "You deleted the item from the collection." +msgstr "Eliminou o elemento da colección." + +#: mediagoblin/user_pages/views.py:413 +msgid "The item was not removed because you didn't check that you were sure." +msgstr "Non se retirou o elemento porque non confirmou que estaba seguro." + +#: mediagoblin/user_pages/views.py:421 +msgid "" +"You are about to delete an item from another user's collection. Proceed with" +" caution." +msgstr "Está a piques de retirar un elemento da colección doutro usuario Teña coidado." + +#: mediagoblin/user_pages/views.py:453 +#, python-format +msgid "You deleted the collection \"%s\"" +msgstr "Eliminou a colección «%s»" + +#: mediagoblin/user_pages/views.py:460 +msgid "" +"The collection was not deleted because you didn't check that you were sure." +msgstr "Non se eliminou a colección porque non confirmou que estaba seguro." + +#: mediagoblin/user_pages/views.py:468 +msgid "" +"You are about to delete another user's collection. Proceed with caution." +msgstr "Está a piques de eliminar unha colección doutro usuario Teña coidado." diff --git a/mediagoblin/i18n/he/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/he/LC_MESSAGES/mediagoblin.mo Binary files differindex ff7f26d7..3746f9fe 100644 --- a/mediagoblin/i18n/he/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/he/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/he/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/he/LC_MESSAGES/mediagoblin.po index 2ee7f3dd..e48cdabe 100644 --- a/mediagoblin/i18n/he/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/he/LC_MESSAGES/mediagoblin.po @@ -1,35 +1,35 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: -# GenghisKhan <genghiskhan@gmx.ca>, 2013 +# GenghisKhan <genghiskhan@gmx.ca>, 2013-2014 # GenghisKhan <genghiskhan@gmx.ca>, 2012 # GenghisKhan <genghiskhan@gmx.ca>, 2012 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-02 09:28-0600\n" -"PO-Revision-Date: 2013-12-02 17:53+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-23 12:23+0000\n" "Last-Translator: GenghisKhan <genghiskhan@gmx.ca>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/mediagoblin/language/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "×œ×¦×¢×¨× ×•, ×¨×™×©×•× ×”×™× ×• ×ž× ×•×˜×¨×œ על שרת ×–×”." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "×œ×¦×¢×¨× ×•, דיווח ×”×™× ×• ×ž× ×•×˜×¨×œ×™× ×¢×œ שרת ×–×”." -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "×œ×¦×¢×¨× ×•, ×ימות ×”×™× ×• ×ž× ×•×˜×¨×œ על שרת ×–×”." @@ -50,12 +50,12 @@ msgstr "שדה ×–×” מצריך כתובת דו×״ל." msgid "Sorry, a user with that name already exists." msgstr "×œ×¦×¢×¨× ×•, משתמש ×¢× ×©× ×–×” כבר ×§×™×™×." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "×œ×¦×¢×¨× ×•, משתמש ×¢× ×›×ª×•×‘×ª דו×״ל זו כבר ×§×™×™×." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "מפתח ×”×ימות ×ו מזהה המשתמש ××™× ×• מדויק." @@ -81,174 +81,189 @@ msgstr "כבר ×ימתת ×ת כתובת הדו×״ל שלך!" msgid "Resent your verification email." msgstr "שלח שוב ×ת דו×״ל ×”×ימות שלך." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "כותרת" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "תי×ור של מל××›×” זו" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "ב×פשרותך להשתמש בתחביר\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> לעיצוב." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "תגיות" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "הפרד תגיות בעזרת פסיקי×." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "חשופית" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "החשופית ×œ× ×™×›×•×œ×” להיות ריקה" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "×זור הכותרת של כתובת מדיה זו. לרוב ×ין הכרח ×œ×©× ×•×ª ×ת חלק ×–×”." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "רשיון" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "ביו" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "×תר רשת" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "כתובת זו מכילה שגי×ות" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "שלח לי דו×״ל ×›×שר ××—×¨×™× ×ž×’×™×‘×™× ×¢×œ המדיה שלי" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "עדיפות רשיון" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "×–×” ×™×”×™×” הרשיוןן המשתמט (ברירת מחדל) שלך בטופסי העל××”." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "הכותרת ×œ× ×™×›×•×œ×” להיות ריקה" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "תי×ור ×וסף ×–×”" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "×זור הכותרת של כתובת ×וסף ×–×”. לרוב ×ין הכרח ×œ×©× ×•×ª ×ת חלק ×–×”." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "סיסמה ×™×©× ×”" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "הזן ×ת סיסמתך ×”×™×©× ×” כדי להוכיח ש×תה ×”×‘×¢×œ×™× ×©×œ חשבון ×–×”." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "סיסמה חדשה" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "כתובת דו×״ל חדשה" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "סיסמה" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "הזן ×ת הסיסמה שלך כדי להוכיח ×›×™ ×תה ×”×‘×¢×œ×™× ×©×œ חשבון ×–×”." -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "מזהה" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "ערך" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "רשומה ×¢× ×—×©×•×¤×™×ª זו כבר קיימת עבור משתמש ×–×”." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "×תה עורך מדיה של משתמש ×חר. המשך בזהירות." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "הוספת ×ת התצריף %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "ב×פשרותך לערוך רק ×ת הדיוקן שלך." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "×תה עורך דיוקן של משתמש. המשך בזהירות." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "×©×™× ×•×™×™ דיוקן × ×©×ž×¨×•" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "הגדרות חשבון × ×©×ž×¨×•" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "עליך ל×מת ×ת המחיקה של ×—×©×‘×•× ×š." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "כבר יש לך ×וסף שקרוי ×‘×©× \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "×וסף ×¢× ×—×©×•×¤×™×ª זו כבר ×§×™×™× ×¢×‘×•×¨ משתמש ×–×”." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "×תה עורך ×וסף של משתמש ×חר. המשך בזהירות." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "כתובת הדו×״ל שלך ×ומתה." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "סיסמה שגויה" @@ -279,6 +294,69 @@ msgstr "מדלג על \"%s\"; כבר מוגדר.\n" msgid "Old link found for \"%s\"; removing.\n" msgstr "קישור ישן × ×ž×¦× ×¢×‘×•×¨ \"%s\"; מסיר כעת.\n" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "×©× ×ž×©×ª×ž×© לו ×©×™×™×›×™× ×¢×¨×›×™ מדיה ×לו" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "× ×ª×™×‘ ×ל קובץ csv ×שר מכיל מידע-מוצמד." + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "×œ×¦×¢×¨× ×•, ×œ× ×§×™×™× ×ž×©×ª×ž×© ×”×¢×•× ×” על ×©× ×ž×©×ª×ž×© '{username}'" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "{files_uploaded} מתוך {files_attempted} ×§×‘×¦×™× × ×©×œ×—×• בהצלחה" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -286,10 +364,146 @@ msgid "" "domain." msgstr "עוגיית CSRF ×œ× × ×•×›×—×ª. ×–×” קרוב לווד××™ × ×•×‘×¢ ×ž×©×•× ×—×•×¡× ×¢×•×’×™×™×” ×ו משהו ×‘×¡×’× ×•×Ÿ.<br/>הבטח קביעה של עוגיות עבור ×ª×—×•× ×–×”." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" -msgstr "×œ×¦×¢×¨× ×•, ××™× × ×™ תומך בטיפוס קובץ ×–×” :(" +msgstr "×œ×¦×¢×¨× ×•, ××™× × ×• ×ª×•×ž×›×™× ×‘×˜×™×¤×•×¡ קובץ ×–×” :(" + +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "תי×ור" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "×× ×™ בטוח ×©×‘×¨×¦×•× ×™ למחוק ×–×ת" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "הידד! × ×©×œ×—!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "מחקת ×ת הבלוג." + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "המדיה ×œ× × ×ž×—×§×” מכיוון ×©×œ× ×¡×™×ž× ×ª ש×תה בטוח." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "בחרת למחוק בלוג של משתמש ×חר. המשך בזהירות." + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "הבלוג ×œ× × ×ž×—×§ מהסיבה ×›×™ ×ין לך זכויות." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "הוסף ×¤×¨×¡×•× ×‘×œ×•×’" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "ערוך בלוג" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "מחק בלוג" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "ערוך" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "מחק" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "×ין עוד ×¤×¨×¡×•× ×‘×œ×•×’." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "ב×מת למחוק ×ת %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "ביטול" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "מחק לצמיתות" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "צור/ערוך בלוג" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "הוסף" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "צור/ערוך ×¤×¨×¡×•× ×‘×œ×•×’." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "צור/ערוך ×¤×¨×¡×•× ×‘×œ×•×’." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "הבלוג של %(blog_owner_name)s" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "תצוגה" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "צור בלוג" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "מסד × ×ª×•× ×™× ×‘×œ×•×’" #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" @@ -331,6 +545,57 @@ msgstr "ב×יזו פעולה ×ª× ×§×•×˜ כדי לפתור ×ת דיווח ×–×”? msgid "What privileges will you take away?" msgstr "×ילו פריבילגיות ×תה תסיר?" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "מדוע משתמש × ×סר:" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "הודעה ×ל משתמש:" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "\n {mod} × ×˜×œ פריבילגיות {privilege} של {user}." + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "\n {mod} ×סר משתמש {user} {expiration_date}." + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "עד {date}" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "לצמיתה" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "\n{mod} שלח דו×״ל ×זהרה ×ל {user}." + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "\n {mod} מחק ×ת התגובה." + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "\n {mod} מחק ×ת רשומת המדיה." + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "×זהרה מ×ת" @@ -349,29 +614,260 @@ msgstr "×”×™×¨×©× ×ל תגובות בתוך %s!" msgid "You will not receive notifications for comments on %s." msgstr "×תה ×œ× ×ª×§×‘×œ התר×ות עבור הודעות על %s." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "יש לספק oauth_token." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "×œ× × ×ž×¦××” ×ות בקשה." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "×œ×¦×¢×¨× ×•, גודל הקובץ גדול מדי." -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "×œ×¦×¢×¨× ×•, העל×ת קובץ ×–×” ×ª×©×™× ×ותך למעלה מן גבול ההעל××” שלך." -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "×œ×¦×¢×¨× ×•, חצית ×ת מגבלת ההעל××”." +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "ר××©×•× ×™" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "×©× ×™×•× ×™" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "×©×œ×™×©×•× ×™" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "-----------{display_type}-×ª×›×•× ×•×ª---------------------------\n" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "כיצד ×–×” עובד?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "כיצד ל×פיין מדיה?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "×”×× ×™×© דרך ×חרת ×œ× ×”×œ מדיה מובלטת?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "מה ×–×” מובלט ר××©×•× ×™? מה ×–×” מובלט ×©× ×™×•× ×™?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "כיצד לבטל הבלטת חתיכה של מדיה?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "\nבטל הבלטת מדיה על ידי הסרת שורה מתוך שדה הטקסט לעיל ו××–\nלחץ על לחצן שלח ש×ילת×." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "זהירות:" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "\n הבלט מדיה " + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "הבלט" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "\n בטל הבלטת מדיה " + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "בטל הבלטה" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "\n ×§×“× ×ž×•×‘×œ×˜×ª " + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "קד×" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "\n ×”× ×ž×š מובלטת " + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "×”× ×ž×š" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "המדיות ×”××—×¨×•× ×•×ª ביותר" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "×©×•× ×“×‘×¨ ××™× ×• ×שר מובלט." + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "תפיה במדיה ×”××—×¨×•× ×” ביותר" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "לוח × ×™×”×•×œ ×ª×›×•× ×•×ª" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "×œ×¦×¢×¨× ×•, ×ודיו ×–×” ×œ× ×™×¢×‘×•×“ מכיוון\n\tשדפדפן הרשת שלך ×œ× ×ª×•×ž×š ×ודיו\n\tשל HTML5." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "ב×פשרותך להשיג דפדפן רשת ×ž×•×“×¨× ×™ ×שר כן מסוגל\n\t×œ× ×’×Ÿ ×ת ×ודיו ×–×” בכתובת <a href=\"http://getfirefox.com\">\n\thttp://getfirefox.com</a>!" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "×œ×¦×¢×¨× ×•, ויד×ו ×–×” ×œ× ×™×¢×‘×•×“ מכיוון\nשדפדפן הרשת שלך ×œ× ×ª×•×ž×š ויד×ו\nשל HTML5." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "ב×פשרותך להשיג דפדפן רשת ×ž×•×“×¨× ×™ ×שר כן מסוגל\n×œ× ×’×Ÿ ×ת ויד×ו ×–×” בכתובת <a href=\"http://getfirefox.com\">\nhttp://getfirefox.com</a>!" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -495,6 +991,14 @@ msgstr "הצג בתוך <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "התחבר כדי ליצור חשבון!" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "מידע-מוצמד" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "ערוך מידע-מוצמד" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "התר" @@ -511,10 +1015,6 @@ msgstr "ש×" msgid "The name of the OAuth client" msgstr "×”×©× ×©×œ לקוח OAuth" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "תי×ור" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -561,14 +1061,6 @@ msgstr "חיבורי לקוח OAuth" msgid "Your OAuth clients" msgstr "לקוחות OAuth שלך" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "הוסף" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -628,13 +1120,6 @@ msgstr "הוסף OpenID" msgid "Delete an OpenID" msgstr "מחק OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "מחק" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -642,7 +1127,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -660,7 +1145,7 @@ msgstr "התחבר כדי ליצור חשבון!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 msgid "Or login with a password!" -msgstr "×ו התחבר בעזרת סיסמה!" +msgstr "×פשר להתחבר ×’× ×‘×¢×–×¨×ª סיסמה!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 msgid "Or login with OpenID!" @@ -668,7 +1153,7 @@ msgstr "×ו התחבר ×¢× OpenID!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23 msgid "Or register with OpenID!" -msgstr "×ו ×”×™×¨×©× ×‘×¢×–×¨×ª OpenID!" +msgstr "×פשר ×œ×”×™×¨×©× ×’× ×‘×¢×–×¨×ª OpenID!" #: mediagoblin/plugins/persona/__init__.py:90 msgid "Sorry, an account is already registered to that Persona email." @@ -748,10 +1233,6 @@ msgstr "ב×פשרותך להשתמש בתחביר\n <a h msgid "You must provide a file." msgstr "עליך לספק קובץ." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "הידד! × ×©×œ×—!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -759,7 +1240,7 @@ msgstr "×וסף \"%s\" התווסף!" #: mediagoblin/templates/mediagoblin/banned.html:20 msgid "You are Banned." -msgstr "×תה חסו×." +msgstr "×”×™× ×š ×סור." #: mediagoblin/templates/mediagoblin/banned.html:24 #: mediagoblin/templates/mediagoblin/error.html:24 @@ -775,30 +1256,26 @@ msgstr "× ×סרת" msgid "until %(until_when)s" msgstr "עד %(until_when)s" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "לצמיתה" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "×מת ×ת הדו×״ל שלך!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "×”×ª× ×ª×§×•×ª" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "החשבון של <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "×©× ×” הגדרות חשבון" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -806,32 +1283,32 @@ msgstr "×©× ×” הגדרות חשבון" msgid "Media processing panel" msgstr "לוח עיבוד מדיה" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "×”×ª× ×ª×§×•×ª" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "הוספת מדיה" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "צור ×וסף חדש" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "לוח × ×™×”×•×œ משתמש" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "לוח ×רגון דיווחי×" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "המדיות ×”××—×¨×•× ×•×ª ביותר" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "הרש××”" @@ -888,7 +1365,7 @@ msgstr "העתק והדבק ×ת מידע ×–×” ×ל תוך הלקוח שלך:" #: mediagoblin/templates/mediagoblin/auth/register.html:28 #: mediagoblin/templates/mediagoblin/auth/register.html:36 msgid "Create an account!" -msgstr "יצירת חשבון!" +msgstr "צור חשבון!" #: mediagoblin/templates/mediagoblin/auth/register.html:41 msgid "Create" @@ -910,7 +1387,7 @@ msgstr "×©×œ×•× %(username)s,\n\nבכדי להפעיל ×ת ×—×©×‘×•× ×š בשי msgid "" "Powered by <a href=\"http://mediagoblin.org/\" title='Version " "%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> project." -msgstr "×ž×ž×•× ×¢ על ידי <a href=\"http://mediagoblin.org/\" title='גירסה %(version)s'>MediaGoblin</a>, פרויקט <a href=\"http://gnu.org/\">GNU</a>." +msgstr "×ž×ž×•× ×¢ על ידי <a href=\"http://mediagoblin.org/\" title='גירסה %(version)s'>MediaGoblin</a>, פרויקט של <a href=\"http://gnu.org/\">GNU</a>." #: mediagoblin/templates/mediagoblin/bits/base_footer.html:24 #, python-format @@ -928,38 +1405,38 @@ msgstr "×ª× ××™ שירות" msgid "Explore" msgstr "לחקור" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "שלו×, ברוך בו×ך ×ל ×תר MediaGoblin ×–×”!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "×תר ×–×” מריץ <a href=\"http://mediagoblin.org\">MediaGoblin</a>, חתיכת ×ª×•×›× ×ª ×ירוח מדיה יוצ×ת מן הכלל." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "בכדי להוסיף ×ת המדיה שלך, ×œ×¤×¨×¡× ×ª×’×•×‘×•×ª, ועוד, ב×פשרותך להתחבר ×¢× ×—×©×‘×•×Ÿ MediaGoblin." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "×ין ברשותך חשבון עדיין? ×–×” קל!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n >צור חשבון חדש ב×תר ×–×”</a>\n ×ו" +" >Create an account at this site</a>\n" +" or" +msgstr "\n>צור חשבון ב×תר ×–×”</a>\n×ו" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "\n <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">התקן MediaGoblin על השרת שלך</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "\n <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">התקן ×ת MediaGoblin על השרת שלך</a>" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 @@ -973,27 +1450,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "עריכת ×ª×¦×¨×™×¤×™× ×¢×‘×•×¨ %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "תצריפי×" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "הוספת תצריף" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "ביטול" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1017,12 +1483,6 @@ msgstr "ב×מת למחוק ×ת המשתמש '%(user_name)s' ו×ת כל המד msgid "Yes, really delete my account" msgstr "כן, ב×מת למחוק ×ת ×—×©×‘×•× ×™" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "מחק לצמיתות" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1054,6 +1514,27 @@ msgstr "עריכת %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "עריכת דיוקן עבור %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "מידע-מוצמד עבור \"%(media_name)s\"" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "מידע-מוצמד" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "הוסף שורה חדשה" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "עדכן מידע-מוצמד" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "טהר שורות ריקות" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1074,10 +1555,12 @@ msgstr "תגובות חדשות" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1135,12 +1618,14 @@ msgid "Created" msgstr "× ×•×¦×¨" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "×ª×ž×•× ×” עבור %(media_title)s" @@ -1149,35 +1634,35 @@ msgstr "×ª×ž×•× ×” עבור %(media_title)s" msgid "PDF file" msgstr "קובץ PDF" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "× ×§×•×“×ª מבט" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "×œ×¤× ×™×" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "ר×ש" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "צד" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "הורד מודל" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "פורמט קובץ" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "גובה ×ובייקט" @@ -1209,6 +1694,32 @@ msgstr "×›×ן ב×פשרותך לעקוב ×חר המצב של המדיה ×©×ž× msgid "Media in-processing" msgstr "מדיה ב×מצע-עיבוד" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "מזהה" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "משתמש" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "×›×שר × ×©×œ×—" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "×œ× ×™×“×•×¢" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1219,6 +1730,14 @@ msgstr "×ין מדיה ב×מצע-עיבוד" msgid "These uploads failed to process:" msgstr "העל×ות ×לה × ×›×©×œ×• להתעבד:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "סיבה לכישלון" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1228,6 +1747,10 @@ msgstr "×ין רשומות כושלות!" msgid "Last 10 successful uploads" msgstr "10 העל×ות מוצלחות ××—×¨×•× ×•×ª" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "× ×©×œ×—" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1235,22 +1758,22 @@ msgstr "×ין ×¨×™×©×•×ž×™× ×ž×¢×•×‘×“×™×, עדיין!" #: mediagoblin/templates/mediagoblin/moderation/report.html:27 msgid "Sorry, no such report found." -msgstr "×œ×¦×¢×¨× ×•, ×œ× × ×ž×¦× ×“×™×•×•×— ×›×–×”." +msgstr "×œ×¦×¢×¨× ×•, דיווח × ×ª×•×Ÿ ×œ× × ×ž×¦×." -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "חזור ×ל לוח דיווחי×" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "דווח" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "תגובה מדווחת" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1258,7 +1781,7 @@ msgid "" " " msgstr "\n ■מדיה מדווחת של <a href=\"%(user_url)s\">%(user_name)s</a>\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1268,25 +1791,29 @@ msgid "" " " msgstr "\n תוכן מ×ת\n <a href=\"%(user_url)s\"> %(user_name)s</a>\n × ×ž×—×§\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 -#: mediagoblin/templates/mediagoblin/moderation/user.html:128 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "סיבת דיווח:" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "פתור" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "פתור ×ת דיווח ×–×”" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "סטטוס" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "× ×¤×ª×¨" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "×ין ב×פשרותך ×œ× ×§×•×˜ ב××ž×¦×¢×™× ×›× ×’×“ ×”×ž× ×”×œ×Ÿ" @@ -1307,7 +1834,7 @@ msgid "Active Reports Filed" msgstr "×“×™×•×•×—×™× ×¤×¢×™×œ×™× ×©× ×©×œ×—×•" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "מעליב" @@ -1316,16 +1843,16 @@ msgid "When Reported" msgstr "מתי דווח" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "דווח על ידי" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "סיבה" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1333,7 +1860,7 @@ msgid "" " " msgstr "\n דיווח תגובה מספר %(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1341,23 +1868,23 @@ msgid "" " " msgstr "\n דיווח מדיה מספר %(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "×œ× × ×ž×¦×ו ×“×™×•×•×—×™× ×¡×’×•×¨×™×." -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "×“×™×•×•×—×™× ×¡×’×•×¨×™×" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "× ×¤×ª×¨" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "פעולה ×©× × ×§×˜×”" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1365,7 +1892,7 @@ msgid "" " " msgstr "\n דיווח סגור מספר %(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "×œ× × ×ž×¦×ו ×“×™×•×•×—×™× ×¡×’×•×¨×™×." @@ -1374,128 +1901,133 @@ msgstr "×œ× × ×ž×¦×ו ×“×™×•×•×—×™× ×¡×’×•×¨×™×." msgid "User: %(username)s" msgstr "משתמש: %(username)s" -#: mediagoblin/templates/mediagoblin/moderation/user.html:39 +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "חזור ×ל לוח משתמשי×" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 msgid "Sorry, no such user found." msgstr "×œ×¦×¢×¨× ×•, משתמש × ×ª×•×Ÿ ×œ× × ×ž×¦×." -#: mediagoblin/templates/mediagoblin/moderation/user.html:43 +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 msgid "Email verification needed" msgstr "× ×“×¨×© ×ימות דו×״ל" -#: mediagoblin/templates/mediagoblin/moderation/user.html:45 +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 msgid "" "Someone has registered an account with this username, but it still has\n" " to be activated." -msgstr "מישהו ×¨×©× ×—×©×‘×•×Ÿ ×¢× ×©× ×ž×©×ª×ž×© ×–×”, ×ך עליו\n לעבור ×קטיבציה." - -#: mediagoblin/templates/mediagoblin/moderation/user.html:58 -msgid "Return to Users Panel" -msgstr "חזור ×ל לוח משתמשי×" +msgstr "מישהו ×¨×©× ×—×©×‘×•×Ÿ ×¢× ×©× ×ž×©×ª×ž×© ×–×”, ×ך עדיין\nעליו לעבור ×קטיבציה." -#: mediagoblin/templates/mediagoblin/moderation/user.html:60 +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 #: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 #, python-format msgid "%(username)s's profile" msgstr "הדיוקן של %(username)s" -#: mediagoblin/templates/mediagoblin/moderation/user.html:62 +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 #, python-format msgid "BANNED until %(expiration_date)s" msgstr "×סור עד %(expiration_date)s" -#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 msgid "Banned Indefinitely" -msgstr "×סור לצמיתות" +msgstr "×סור לצמיתה" -#: mediagoblin/templates/mediagoblin/moderation/user.html:72 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 msgid "This user hasn't filled in their profile (yet)." msgstr "משתמש ×–×” ×œ× ×ž×™×œ× ×“×™×•×§×Ÿ (עדיין)." -#: mediagoblin/templates/mediagoblin/moderation/user.html:83 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 msgid "Edit profile" msgstr "ערוך דיוקן" -#: mediagoblin/templates/mediagoblin/moderation/user.html:90 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 msgid "Browse collections" msgstr "דפדוף ב×וספי×" -#: mediagoblin/templates/mediagoblin/moderation/user.html:97 +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 #, python-format msgid "Active Reports on %(username)s" msgstr "×“×™×•×•×—×™× ×¤×¢×™×œ×™× ×¢×œ %(username)s" -#: mediagoblin/templates/mediagoblin/moderation/user.html:104 +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 msgid "Report ID" -msgstr "מזהה (ID) דיווח" +msgstr "מזהה דיווח" -#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 msgid "Reported Content" msgstr "תוכן מדווח" -#: mediagoblin/templates/mediagoblin/moderation/user.html:106 +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 msgid "Description of Report" msgstr "תי×ור של דיווח" -#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 #, python-format msgid "Report #%(report_number)s" -msgstr "דיווח מספר %(report_number)s" +msgstr "דיווח מס׳ %(report_number)s" -#: mediagoblin/templates/mediagoblin/moderation/user.html:121 +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 msgid "Reported Comment" msgstr "תגובה מדווחת" -#: mediagoblin/templates/mediagoblin/moderation/user.html:123 +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 msgid "Reported Media Entry" msgstr "ערך מדיה מדווח" -#: mediagoblin/templates/mediagoblin/moderation/user.html:134 +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 #, python-format msgid "No active reports filed on %(username)s" -msgstr "×œ× × ×©×œ×—×• ×“×™×•×•×—×™× ×¤×¢×™×œ×™× ×¢×œ %(username)s" +msgstr "×œ× ×ž×•×œ×ו ×“×™×•×•×—×™× ×¤×¢×™×œ×™× ×¢×œ %(username)s" -#: mediagoblin/templates/mediagoblin/moderation/user.html:141 +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 #, python-format msgid "All reports on %(username)s" msgstr "כל ×”×“×™×•×•×—×™× ×¢×œ %(username)s" -#: mediagoblin/templates/mediagoblin/moderation/user.html:146 +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 #, python-format msgid "All reports that %(username)s has filed" -msgstr "כל ×”×“×™×•×•×—×™× ×שר %(username)s שלח" +msgstr "כל ×”×“×™×•×•×—×™× ×שר %(username)s מיל×" -#: mediagoblin/templates/mediagoblin/moderation/user.html:160 -msgid "Ban User" -msgstr "×סור משתמש" - -#: mediagoblin/templates/mediagoblin/moderation/user.html:165 -msgid "UnBan User" -msgstr "בטל הרחקת משתמש" +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "הפריבילגיות של %(username)s" -#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 msgid "Privilege" msgstr "פריבילגיה" -#: mediagoblin/templates/mediagoblin/moderation/user.html:174 -msgid "User Has Privilege" -msgstr "משתמש מחזיק בפריבילגיה" +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "×”×•×¢× ×§×”" -#: mediagoblin/templates/mediagoblin/moderation/user.html:181 +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 msgid "Yes" msgstr "כן" -#: mediagoblin/templates/mediagoblin/moderation/user.html:183 +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 msgid "No" msgstr "ל×" +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "×סור משתמש" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "בטל ×יסור משתמש" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1512,10 +2044,6 @@ msgstr "\n ×›×ן ב×פשרותך לחפש ×ž×©×ª×ž×©×™× ×›×“×™ ×œ× ×§×•×˜ msgid "Active Users" msgstr "×ž×©×ª×ž×©×™× ×¤×¢×™×œ×™×" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "מזהה" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "מתי הצטרף" @@ -1537,6 +2065,26 @@ msgstr "הוסף ×וסף" msgid "Add your media" msgstr "הוספת המדיה שלך" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "â– ×¤×¨×¡×•× ×‘×œ×•×’ מ×ת <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "הוסף תגובה" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "הוסף ×ת תגובה זו" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "התווספה" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1547,23 +2095,27 @@ msgstr "%(collection_title)s (×וסף של %(username)s)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s מ×ת <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "ערוך" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "מחק ×וסף %(collection_title)s" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "ב×מת למחוק ×ת %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "ב×מת למחוק ×וסף: %(title)s?" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "הסר %(media_title)s מתוך %(collection_title)s" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "ב×מת להסיר ×ת %(media_title)s מן %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "הסר" @@ -1606,22 +2158,10 @@ msgstr "המדיה של <a href=\"%(user_url)s\">%(username)s</a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "■דפדוף במדיה של <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "הוסף תגובה" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "הוסף ×ת תגובה זו" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "תצוגת תגובה" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "התווספה" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1670,22 +2210,22 @@ msgstr "\n ■פורסמה על ידי <a href=\"%(user_url)s\"\n msgid "File Report " msgstr "×ž×œ× ×“×™×•×•×—" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "×”× ×” ×ž×§×•× ×œ×•×ž×¨ ל××—×¨×™× ×ודותייך." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "צפיה בכל המדיה של %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "×›×ן ×–×” ×”×ž×§×•× ×‘×• המדיה שלך תופיע, ××•×œ× ×œ× × ×¨××” שהוספת משהו עדיין." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." @@ -1733,6 +2273,14 @@ msgstr "× ×ספה בתוך" msgid "Add to a collection" msgstr "הוסף ×ל ×וסף" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "×”×™×¨×©× ×œ×ª×’×•×‘×•×ª" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "השתק תגובות" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1777,7 +2325,7 @@ msgstr "דווח על מדיה" msgid "Tagged with" msgstr "מתויגת ×¢×" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "×œ× ×”×™×” × ×™×ª×Ÿ ×œ×§×¨×•× ×ת קובץ ×”×ª×ž×•× ×”." @@ -1806,7 +2354,7 @@ msgid "" "Sorry Dave, I can't let you do that!</p><p>You have tried to perform a " "function that you are not allowed to. Have you been trying to delete all " "user accounts again?" -msgstr "צר לי דייב, ×× ×™ ×œ× ×™×›×•×œ להתיר לך לעשות ×–×ת!</p><p>× ×™×¡×™×ª לבצע פעולה ש××™× ×š מורשה לעשות. ×”×× × ×™×¡×™×ª למחוק ×ת כל ×”×—×©×‘×•× ×•×ª של ×”×ž×©×ª×ž×©×™× ×©×•×‘?" +msgstr "צר לי דייב, ×× ×™ ×œ× ×™×›×•×œ להתיר לך לעשות ×–×ת!</p><p>× ×™×¡×™×ª לבצע פעולה ×שר ××™× ×š מורשה לעשות. ×”×× ×©×•×‘ × ×™×¡×™×ª למחוק ×ת כל ×—×©×‘×•× ×•×ª המשתמש?" #: mediagoblin/tools/response.py:72 msgid "" @@ -1849,10 +2397,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "ב×פשרותך להשתמש בתחביר <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> עבור עיצוב." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "×× ×™ בטוח ×©×‘×¨×¦×•× ×™ למחוק ×–×ת" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "×× ×™ בטוח ×©×‘×¨×¦×•× ×™ להסיר ×ת פריט ×–×” מן ×”×וסף" @@ -1880,73 +2424,69 @@ msgstr "ב×פשרותך להשתמש בתחביר\n <a hre msgid "Reason for Reporting" msgstr "סיבת דיווח" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." -msgstr "מצטערי×, תגובות ×ž× ×•×˜×¨×œ×•×ª." +msgstr "×œ×¦×¢×¨× ×•, תגובות ×ž× ×•×˜×¨×œ×•×ª." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "×ופס, תגובתך היתה ריקה." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "תגובתך פורסמה!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "×× × ×‘×“×•×§ ×ת רשומותיך ×•× ×¡×” שוב." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "עליך לבחור ×ו להוסיף ×וסף" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" כבר ×§×™×™× ×‘×וסף \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" התווספה ×ל ×”×וסף \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "מחקת ×ת מדיה זו." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "המדיה ×œ× × ×ž×—×§×” מכיוון ×©×œ× ×¡×™×ž× ×ª ש×תה בטוח." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "בחרת למחוק מדיה של משתמש ×חר. המשך בזהירות." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "מחקת ×ת הפריט מן ×וסף ×–×”." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "הפריט ×œ× ×”×•×¡×¨ מכיוון ×©×œ× ×¡×™×ž× ×ª ש×תה בטוח." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "בחרת למחוק פריט מן ×וסף של משתמש ×חר. המשך בזהירות." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "מחקת ×ת ×”×וסף \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "×”×וסף ×œ× ×”×•×¡×¨ מכיוון ×©×œ× ×¡×™×ž× ×ª ש×תה בטוח." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "בחרת למחוק ×וסף של משתמש ×חר. המשך בזהירות." diff --git a/mediagoblin/i18n/ia/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/ia/LC_MESSAGES/mediagoblin.mo Binary files differindex c8480c3e..8219c9bd 100644 --- a/mediagoblin/i18n/ia/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/ia/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/ia/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/ia/LC_MESSAGES/mediagoblin.po index 6c68ab33..6ab61e71 100644 --- a/mediagoblin/i18n/ia/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/ia/LC_MESSAGES/mediagoblin.po @@ -1,34 +1,34 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: # Aleksandr Brezhnev <abrezhnev@gmail.com>, 2012 -# Emilio Sepúlveda, 2011 +# Funkin, 2011 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/mediagoblin/language/ia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: ia\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -49,12 +49,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -80,174 +80,189 @@ msgstr "" msgid "Resent your verification email." msgstr "" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titulo" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Etiquettas" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Sito web" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Contrasigno" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "" @@ -278,6 +293,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -285,11 +363,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Cancellar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -330,6 +544,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -348,29 +613,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -494,6 +990,14 @@ msgstr "" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -510,10 +1014,6 @@ msgstr "" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -560,14 +1060,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -627,13 +1119,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -641,7 +1126,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -747,10 +1232,6 @@ msgstr "" msgid "You must provide a file." msgstr "" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -774,30 +1255,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -805,30 +1282,30 @@ msgstr "" msgid "Media processing panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" msgstr "" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 @@ -927,37 +1404,37 @@ msgstr "" msgid "Explore" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -972,27 +1449,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Cancellar" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1016,12 +1482,6 @@ msgstr "" msgid "Yes, really delete my account" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1053,6 +1513,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1073,10 +1554,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1134,12 +1617,14 @@ msgid "Created" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1148,35 +1633,35 @@ msgstr "" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1208,6 +1693,32 @@ msgstr "" msgid "Media in-processing" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1218,6 +1729,14 @@ msgstr "" msgid "These uploads failed to process:" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1227,6 +1746,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1236,20 +1759,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1257,7 +1780,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1267,24 +1790,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1305,7 +1833,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1314,16 +1842,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1331,7 +1859,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1339,23 +1867,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1363,10 +1891,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Profilo de %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1383,10 +2043,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1408,6 +2064,26 @@ msgstr "" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1418,23 +2094,27 @@ msgstr "" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "" @@ -1477,22 +2157,10 @@ msgstr "" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1541,52 +2209,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Profilo de %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "" @@ -1629,6 +2272,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1673,7 +2324,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1745,10 +2396,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "" @@ -1776,73 +2423,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/is_IS/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/is_IS/LC_MESSAGES/mediagoblin.mo Binary files differindex 15366bcb..582c12b7 100644 --- a/mediagoblin/i18n/is_IS/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/is_IS/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/is_IS/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/is_IS/LC_MESSAGES/mediagoblin.po index 9c022469..62091875 100644 --- a/mediagoblin/i18n/is_IS/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/is_IS/LC_MESSAGES/mediagoblin.po @@ -1,36 +1,36 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: -# Sveinn à Felli <sveinki@nett.is>, 2013 -# tryggvib <tryggvib@fsfi.is>, 2012 -# tryggvib <tryggvib@fsfi.is>, 2013 -# tryggvib <tryggvib@fsfi.is>, 2012-2013 +# Sveinn à Felli <sv1@fellsnet.is>, 2013 +# Tryggvi Björgvinsson <tryggvib@fsfi.is>, 2012 +# Tryggvi Björgvinsson <tryggvib@fsfi.is>, 2013 +# Tryggvi Björgvinsson <tryggvib@fsfi.is>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Icelandic (Iceland) (http://www.transifex.com/projects/p/mediagoblin/language/is_IS/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: is_IS\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Þvà miður er nýskráning ekki leyfð á þessu svæði." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "Þvà miður eru tilkynningar óvirkar á þessum vef." -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "Þvà miður er auðkenning ekki möguleg á þessu vefsvæði." @@ -51,12 +51,12 @@ msgstr "à þennan reit verður að slá inn tölvupóstfang." msgid "Sorry, a user with that name already exists." msgstr "Þvà miður er nú þegar til notandi með þetta nafn." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Þvà miður þá er annar notandi à kerfinu með þetta netfang skráð." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "Staðfestingarlykillinn eða notendaauðkennið er rangt." @@ -82,174 +82,189 @@ msgstr "Þú hefur staðfest netfangið þitt!" msgid "Resent your verification email." msgstr "Endursendi staðfestingartölvupóst" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titill" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Lýsing á þessu efni" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Þú getur notað\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> til að stÃlgera textann." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Efnisorð" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Aðskildu efnisorðin með kommum." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Vefslóðarormur" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "Vefslóðarormurinn getur ekki verið tómur" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "Titilhlutinn à vefslóð þessa efnis. Þú þarft vanalega ekki að breyta þessu." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Notkunarleyfi" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Lýsing" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "VefsÃða" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Þetta netfang inniheldur villur" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "Senda mér tölvupóst þegar einhver bætir athugasemd við efnið mitt" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "Virkja innri tilkynningar um viðburði." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Stilling á notkunarleyfi" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "Þetta verður sjálfgefna leyfið þegar þú vilt hlaða upp efni." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "Þessi titill getur verið innihaldslaus" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Lýsing á þessu albúmi" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "Titilhlutinn à vefslóð þessa albúms. Þú þarft vanalega ekki að breyta þessu." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Gamla lykilorðið" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Skráðu gamla lykilorðið þitt til að sanna að þú átt þennan aðgang." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Nýtt lykilorð" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "Nýtt netfang" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Lykilorð" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "Sláðu inn lykilorðið þitt til að sanna að þú eigir þennan aðgang." -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Efni merkt með þessum vefslóðarormi er nú þegar til fyrir þennan notanda." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Þú ert að breyta efni annars notanda. Farðu mjög varlega." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "Þú bættir við viðhenginu %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Þú getur bara breytt þinni eigin kenniskrá." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Þú ert að breyta kenniskrá notanda. Farðu mjög varlega." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Breytingar á kenniskrá vistaðar" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Aðgangsstillingar vistaðar" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Þú verður að samþykkja eyðingu á notandaaðganginum þÃnum." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "Þú hefur nú þegar albúm sem kallast \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "Albúm með þessu vefslóðarormi er nú þegar til fyrir þennan notanda." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Þú ert að breyta albúmi annars notanda. Farðu mjög varlega." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "Netfangið þitt hefur verið staðfest." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Rangt lykilorð" @@ -280,6 +295,69 @@ msgstr "Hoppa yfir \"%s\"; hefur nú þegar verið sett upp.\n" msgid "Old link found for \"%s\"; removing.\n" msgstr "Gamall tengill fannst fyrir \"%s\"; fjarlægi.\n" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -287,11 +365,147 @@ msgid "" "domain." msgstr "CSRF smákaka ekki til staðar. Þetta er lÃklegast orsakað af smákökugildru eða einhverju þess háttar.<br/>Athugaðu hvort þú leyfir ekki alveg örugglega smákökur fyrir þetta lén." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Ég styð þvà miður ekki þessa gerð af skrám :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Lýsing" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Ég er viss um að ég vilji eyða þessu" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Jibbà jei! Það tókst að senda inn!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Efninu var ekki eytt þar sem þú merktir ekki við að þú værir viss." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Breyta" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Eyða" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Virkilega eyða %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Hætta við" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Eytt algjörlega" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Bæta við" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "tekst ekki að keyra unoconv, athugaðu annálsskrá" @@ -332,6 +546,57 @@ msgstr "Hvað ætlarðu að gera til að vinna úr tilkynningunni?" msgid "What privileges will you take away?" msgstr "Hvaða réttindi ætlarðu að taka burt?" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "ótilgreint" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "Viðvörun frá" @@ -350,29 +615,260 @@ msgstr "Þú ert nú áskrifandi að athugasemdum „%s“!" msgid "You will not receive notifications for comments on %s." msgstr "Þú færð tilkynningar þegar einhver skrifar athugasemd við „%s“." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "Þú verður að gefa upp OAuth tóka (oauth_token)." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "Engin beiðni fannst." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "Þvà miður er skráin of stór." -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "Þvà miður mun upphal á þessari skrá sprengja upphalshámarkið þitt." -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "Þvà miður hefur þú náð upphalshámarki" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Nýlegt efni" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -496,6 +992,14 @@ msgstr "Skoða á <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "Skráðu þig inn til að búa til aðgang!" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "Leyfa" @@ -512,10 +1016,6 @@ msgstr "Heiti" msgid "The name of the OAuth client" msgstr "Nafn OAuth biðlarans" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Lýsing" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -562,14 +1062,6 @@ msgstr "Biðlarartengingar OAuth" msgid "Your OAuth clients" msgstr "OAuth-biðlararnir þÃnir" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Bæta við" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -629,13 +1121,6 @@ msgstr "Bæta við OpenID auðkenni" msgid "Delete an OpenID" msgstr "Eyða OpenID auðkenni" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Eyða" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "OpenID auðkenni" @@ -643,7 +1128,7 @@ msgstr "OpenID auðkenni" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -749,10 +1234,6 @@ msgstr "Þú getur notað\n <a href=\"http://daringfireba msgid "You must provide a file." msgstr "Þú verður að gefa upp skrá." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Jibbà jei! Það tókst að senda inn!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -776,30 +1257,26 @@ msgstr "Stjórnandi hefur bannað þig" msgid "until %(until_when)s" msgstr "þangað til %(until_when)s" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "ótilgreint" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Staðfestu netfangið þitt!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "útskrá" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "Notandaaðgangur: <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Breyta stillingum notandaaðgangs" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -807,32 +1284,32 @@ msgstr "Breyta stillingum notandaaðgangs" msgid "Media processing panel" msgstr "Margmiðlunarvinnsluskiki" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Skrá út" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Senda inn efni" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Búa til nýtt albúm" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "Notendastýring" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "Tilkynningastýring" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Nýlegt efni" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "Heimilun" @@ -929,38 +1406,38 @@ msgstr "Notendaskilmálar" msgid "Explore" msgstr "Skoða" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Hæ! Gakktu à bæinn á þetta MediaGoblin vefsvæði!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Þetta vefsvæði keyrir á <a href=\"http://mediagoblin.org\">MediaGoblin</a> sem er ótrúlega frábær hugbúnaður til að geyma margmiðlunarefni." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Til að senda inn þitt efni, gera athugasemdir og fleira getur þú skráð þig inn með þÃnum MediaGoblin aðgangi." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "Ertu ekki með aðgang? Það er auðvelt að búa til!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n>Búa til aðgang á þessari sÃðu</a>\neða" +" >Create an account at this site</a>\n" +" or" +msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "\n <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">settu upp þinn eigin margmiðlunarþjón</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 @@ -974,27 +1451,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Breyti viðhengjum við: %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Viðhengi" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Bæta við viðhengi" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Hætta við" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1018,12 +1484,6 @@ msgstr "Virkilega eyða notanda '%(user_name)s' og tengt efni/athugasemdir?" msgid "Yes, really delete my account" msgstr "Já, ég vil örugglega eyða aðganginum mÃnum" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Eytt algjörlega" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1055,6 +1515,27 @@ msgstr "Breyti %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Breyti kenniskrá notandans: %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1075,10 +1556,12 @@ msgstr "Nýjar athugasemdir" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1136,12 +1619,14 @@ msgid "Created" msgstr "Búið til" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Mynd fyrir %(media_title)s" @@ -1150,35 +1635,35 @@ msgstr "Mynd fyrir %(media_title)s" msgid "PDF file" msgstr "PDF skrá" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "FjarvÃdd" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "Framhlið" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Toppur" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Hlið" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Hala niður lÃkani" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Skráarsnið" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Hæð hlutar" @@ -1210,6 +1695,32 @@ msgstr "Hér getur þú fylgst með margmiðlunarefni sem verið er að vinna á msgid "Media in-processing" msgstr "Efni à vinnslu" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "Auðkenni" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1220,6 +1731,14 @@ msgstr "Ekkert efni à vinnslu" msgid "These uploads failed to process:" msgstr "Það mistókst að fullvinna þessar innsendingar:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1229,6 +1748,10 @@ msgstr "Engar bilaðar innsendingar!" msgid "Last 10 successful uploads" msgstr "SÃðustu 10 árangursrÃku innsendingarnar" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1238,20 +1761,20 @@ msgstr "Ekkert fullunnið efni enn!" msgid "Sorry, no such report found." msgstr "Þvà miður fannst engin slÃk tilkynning." -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "Fara aftur à tilkynningastýringu" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "Tilkynning" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "Tilkynnt athugasemd" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1259,7 +1782,7 @@ msgid "" " " msgstr "\n â– Tilkynnt efni sem <a href=\"%(user_url)s\">%(user_name)s</a> setti inn\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1269,24 +1792,29 @@ msgid "" " " msgstr "\n EFNI SEM\n <a href=\"%(user_url)s\"> %(user_name)s</a>\n SETTI INN VAR EYTT\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "Leysa" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "Leysa þessa tilkynningu" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "Staða" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "LEYST" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "Þú getur ekki gert þetta gagnvart stjórnanda" @@ -1307,7 +1835,7 @@ msgid "Active Reports Filed" msgstr "Virkar innsendar tilkynningar" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "Gerandi" @@ -1316,16 +1844,16 @@ msgid "When Reported" msgstr "Hvenær tilkynnt" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "Tilkynnt af" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "Ãstæða" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1333,7 +1861,7 @@ msgid "" " " msgstr "\n Athugasemdartilkynning #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1341,23 +1869,23 @@ msgid "" " " msgstr "\n Efnistilkynning #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "Engar opnar tilkynningar fundust." -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "Kláraðar tilkynningar" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "Leyst" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "Aðgerð tekin" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1365,10 +1893,142 @@ msgid "" " " msgstr "\n Kláruð tilkynning #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "Engar kláraðar tilkynningar fundust." +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Staðfesting á netfangi nauðsynleg" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Kenniskrá fyrir: %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Þessi notandi hefur ekki fyllt inn à upplýsingar um sig (ennþá)." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Breyta kenniskrá" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Skoða albúm" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1385,10 +2045,6 @@ msgstr "\n Hér getur þú skoðað notendur til að gera refsigaðgerðir ga msgid "Active Users" msgstr "Virkir notendur" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "Auðkenni" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "Skráði sig" @@ -1410,6 +2066,26 @@ msgstr "Búa til albúm" msgid "Add your media" msgstr "Sendu inn efni" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Bæta við athugasemd" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Senda inn þessa athugasemd" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Bætt við" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1420,23 +2096,27 @@ msgstr "%(collection_title)s (albúm sem %(username)s á)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s sem <a href=\"%(user_url)s\">%(username)s</a> bjó til" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Breyta" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Virkilega eyða %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Virkilega fjarlægja %(media_title)s úr %(collection_title)s albúminu?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Fjarlægja" @@ -1479,22 +2159,10 @@ msgstr "Efni sem <a href=\"%(user_url)s\">%(username)s</a> á" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Skoða efnið sem <a href=\"%(user_url)s\">%(username)s</a> setti inn" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Bæta við athugasemd" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Senda inn þessa athugasemd" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "Útlit athugasemdar" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Bætt við" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1543,52 +2211,27 @@ msgstr "\n â– Höfundur: <a href=\"%(user_url)s\"\n msgid "File Report " msgstr "Tilkynna" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Kenniskrá fyrir: %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Hér er svæði til að segja öðrum frá þér." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Breyta kenniskrá" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Þessi notandi hefur ekki fyllt inn à upplýsingar um sig (ennþá)." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "Skoða albúm" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Skoða efnið sem %(username)s á" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Þetta er staðurinn þar sem efnið þitt birtist en þú virðist ekki hafa sent neitt inn ennþá." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Það virðist ekki vera neitt efni hérna ennþá..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Staðfesting á netfangi nauðsynleg" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Næstum þvà búið! Notandaaðgangurinn þinn verður að vera staðfestur." @@ -1631,6 +2274,14 @@ msgstr "Sett à albúm" msgid "Add to a collection" msgstr "Setja à albúm" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1675,7 +2326,7 @@ msgstr "Tilkynna efni" msgid "Tagged with" msgstr "Merkt með" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Gat ekki lesið myndskrána." @@ -1747,10 +2398,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "Þú getur notað <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> til að stÃlgera textann." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Ég er viss um að ég vilji eyða þessu" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "Ég er viss um að ég vilji fjarlægja þetta efni úr albúminu" @@ -1778,73 +2425,69 @@ msgstr "Þú getur notað\n <a href=\"http://daringfireball msgid "Reason for Reporting" msgstr "Ãstæður fyrir tilkynningu" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Þvà miður, athugasemdir eru óvirkar." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "ObbosÃ! Athugasemdin þÃn var innihaldslaus." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Athugasemdin þÃn var skráð!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Vinsamlegast kÃktu á færslurnar þÃnar og reyndu aftur." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Þú verður að velja eða búa til albúm" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" er nú þegar à albúminu \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" sett à albúmið \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Þú eyddir þessu efni." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Efninu var ekki eytt þar sem þú merktir ekki við að þú værir viss." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Þú ert à þann mund að fara að eyða efni frá öðrum notanda. Farðu mjög varlega." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Þú tókst þetta efni úr albúminu." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "Þetta efni var ekki fjarlægt af þvà að þú merktir ekki við að þú værir viss." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Þú ert à þann mund að fara að eyða efni úr albúmi annars notanda. Farðu mjög varlega." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "Þú eyddir albúminu \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "Þessu albúmi var ekki eytt vegna þess að þu merktir ekki við að þú værir viss." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Þú ert à þann mund að fara að eyða albúmi annars notanda. Farðu mjög varlega." diff --git a/mediagoblin/i18n/it/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/it/LC_MESSAGES/mediagoblin.mo Binary files differindex 689a54b1..431a2950 100644 --- a/mediagoblin/i18n/it/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/it/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/it/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/it/LC_MESSAGES/mediagoblin.po index ca2605ba..1f78f15d 100644 --- a/mediagoblin/i18n/it/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/it/LC_MESSAGES/mediagoblin.po @@ -1,39 +1,39 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: -# Damtux <sun_lion@live.com>, 2013 +# Damiano, 2013 # Francesco Apruzzese <cescoap@gmail.com>, 2012 -# gdb <gaedeb01@gmail.com>, 2013 +# Gaetano <gaedeb01@gmail.com>, 2013 # pikappa469 <pikappa469@alice.it>, 2011 # nunni <robi@nunnisoft.ch>, 2011 -# Damtux <sun_lion@live.com>, 2013 -# Damtux <sun_lion@live.com>, 2012 +# Damiano, 2013 +# Damiano, 2012 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/mediagoblin/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Spiacente, la registrazione è disabilitata su questa istanza." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "Spiacente, le segnalazioni sono disabilitate in questa istanza." -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "Mi dispiace, l'autenticazione è disabilitata in questa istanza." @@ -54,12 +54,12 @@ msgstr "Questo campo richiede un indirizzo email." msgid "Sorry, a user with that name already exists." msgstr "Spiacente, esiste già un utente con quel nome." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Siamo spiacenti, un utente con quell'indirizzo email esiste già ." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "La chiave di verifica o l'id utente è sbagliato." @@ -83,176 +83,191 @@ msgstr "Hai già verificato il tuo indirizzo email!" #: mediagoblin/auth/views.py:203 msgid "Resent your verification email." -msgstr "Rispedisci email di verifica" - -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +msgstr "Email di verifica rispedita." + +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titolo" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Descrizione di questo lavoro" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Puoi usare il\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> per la formattazione." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Tags" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Separa i tag con la virgola." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Titolo" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "Il titolo non può essere vuoto" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "Il titolo fa parte dell'indirizzo del file. Nella maggior parte dei casi non c'è bisogno di cambiarlo." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Licenza" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Biografia" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Sito web" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Questo indirizzo contiene errori" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "Inviami messaggi email quando altre persone commentano i miei file multimediali" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "Abilita le notifiche degli eventi nel sito." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Licenza preferita" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "Questa sarà la tua licenza predefinita nei moduli di caricamento dei file." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "Il titolo non può essere vuoto" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Descrizione di questa raccolta" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "Il titolo fa parte dell'indirizzo di questa raccolta. Nella maggior parte dei casi non c'è bisogno di cambiarlo." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Password vecchia" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Inserisci la vecchia password per dimostrare di essere il proprietario dell'account." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Nuova password" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "Nuovo indirizzo email" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Password" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "Inserisci la tua password per dimostrare di essere il proprietario di questo account." -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Questo utente ha già un elemento con quel titolo." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Stai modificando file multimediali di un altro utente. Procedi con attenzione." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "Hai aggiunto l'allegato %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Puoi modificare solo il tuo profilo." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Stai modificando il profilo di un utente. Procedi con attenzione." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Cambiamenti del profilo salvati" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Impostazioni del profilo salvate" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Devi confermare l'eliminazione del tuo account." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "Hai già una raccolta che si chiama \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "Questo utente ha già una raccolta con quel titolo." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Stai modificando la raccolta di un altro utente. Procedi con cautela." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "Il tuo indirizzo email è stato verificato." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Password errata" @@ -283,6 +298,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -290,11 +368,147 @@ msgid "" "domain." msgstr "Cookie CSRF non presente. Questo è dovuto a un plugin che blocca i cookie o a qualcosa del genere.<br/>Assicurati di permettere le impostazioni dei cookie per questo dominio." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Mi dispiace, non supporto questo tipo di file :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Descrizione" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Sono sicuro di volerlo eliminare" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Evviva! Caricato!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Il file non è stato eliminato perchè non hai confermato di essere sicuro." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Modifica" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Elimina" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Vuoi davvero eliminare %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Annulla" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Elimina definitivamente" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Aggiungi" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -335,6 +549,57 @@ msgstr "Quali azioni intraprenderai per risolvere il problema?" msgid "What privileges will you take away?" msgstr "Quali privilegi toglierai?" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "indefinitamente" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "Avvertimento da parte di" @@ -353,29 +618,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "Devi specificare un oauth_token." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "Spiacente, il file è troppo grande." -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "Spiacente, caricando questo file supereresti il tuo limite di memoria." -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "Spiacente, hai raggiunto il limite di memoria disponibile." +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "File multimediali più recenti" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -499,6 +995,14 @@ msgstr "Visualizza su <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "Iscriviti per creare un account!" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "Consenti" @@ -515,10 +1019,6 @@ msgstr "Nome" msgid "The name of the OAuth client" msgstr "Nome del client OAuth" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Descrizione" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -565,14 +1065,6 @@ msgstr "Connessioni client OAuth" msgid "Your OAuth clients" msgstr "I tuoi client OAuth" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Aggiungi" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -632,13 +1124,6 @@ msgstr "Aggiungi un OpenID" msgid "Delete an OpenID" msgstr "Elimina un OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Elimina" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "Gli OpenID" @@ -646,7 +1131,7 @@ msgstr "Gli OpenID" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -752,10 +1237,6 @@ msgstr "Puoi utilizzare il\n<a href=\"http://daringfireball.net/projects/markdow msgid "You must provide a file." msgstr "Devi specificare un file." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Evviva! Caricato!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -779,30 +1260,26 @@ msgstr "Sei stato bannato" msgid "until %(until_when)s" msgstr "fino al %(until_when)s" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "indefinitamente" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Verifica la tua email!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "esci" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "Account di <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Cambia le impostazioni dell'account" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -810,32 +1287,32 @@ msgstr "Cambia le impostazioni dell'account" msgid "Media processing panel" msgstr "Pannello di elaborazione file multimediali" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Esci" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Aggiungi file multimediali" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Crea una nuova raccolta" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "Pannello di gestione degli utenti" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "Pannello di gestione delle segnalazioni" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "File multimediali più recenti" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "Autorizzazione" @@ -932,38 +1409,38 @@ msgstr "Termini di Servizio" msgid "Explore" msgstr "Esplora" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Ciao, benvenuto in questo sito MediaGoblin!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Questo sito sta utilizzando <a href=\"http://mediagoblin.org\">Mediagoblin</a>, un ottimo programma per caricare e condividere file multimediali." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Per aggiungere i tuoi file multimediali, scrivere commenti e altro puoi accedere con il tuo account MediaGoblin." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "Non ne hai già uno? E' semplice!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n>Crea un account in questo sito</a>\noppure" +" >Create an account at this site</a>\n" +" or" +msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "\n<a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Installa e configura MediaGoblin nel tuo server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 @@ -977,34 +1454,23 @@ msgid "Editing attachments for %(media_title)s" msgstr "Stai modificando gli allegati di %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Allegati" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Aggiungi allegato" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Annulla" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:33 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:40 msgid "Save changes" -msgstr "Salva i cambiamenti" +msgstr "Salva le modifiche" #: mediagoblin/templates/mediagoblin/edit/change_email.html:23 #: mediagoblin/templates/mediagoblin/edit/change_email.html:33 @@ -1021,12 +1487,6 @@ msgstr "Vuoi eliminare definitivamente l'utente '%(user_name)s' e tutti i file m msgid "Yes, really delete my account" msgstr "Sì, elimina definitivamente il mio account" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Elimina definitivamente" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1058,6 +1518,27 @@ msgstr "Stai modificando %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Stai modificando il profilo di %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1078,10 +1559,12 @@ msgstr "Nuovi commenti" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1139,12 +1622,14 @@ msgid "Created" msgstr "Creato" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1153,35 +1638,35 @@ msgstr "" msgid "PDF file" msgstr "File PDF" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "Prospettiva" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "Prospetto" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Pianta" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Lato" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Scarica il modello" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Formato del File" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Altezza Oggetto" @@ -1213,6 +1698,32 @@ msgstr "Qui puoi seguire lo stato dei file multimediali in fase di elaborazione msgid "Media in-processing" msgstr "File multimediali in elaborazione" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "ID" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1223,6 +1734,14 @@ msgstr "Nessun file multimediale in elaborazione" msgid "These uploads failed to process:" msgstr "L'elaborazione di questi file caricati è fallita:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1232,6 +1751,10 @@ msgstr "Nessuna elaborazione fallita!" msgid "Last 10 successful uploads" msgstr "Ultimi 10 caricamenti riusciti" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1241,20 +1764,20 @@ msgstr "Finora nessun elemento elaborato!" msgid "Sorry, no such report found." msgstr "Spiacente, segnalazione non trovata." -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "Ritorna al Pannello Segnalazioni" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "Segnala" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "Commento segnalato" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1262,7 +1785,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1272,24 +1795,29 @@ msgid "" " " msgstr "\nIL CONTENUTO DI\n<a href=\"%(user_url)s\"> %(user_name)s</a>\nÈ STATO ELIMINATO\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "Risolvi" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "Risolvi Questo Problema" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "Stato" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "RISOLTO" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "Non puoi agire contro un amministratore" @@ -1310,7 +1838,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "Colpevole" @@ -1319,16 +1847,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "Segnalato Da" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "Motivazione" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1336,7 +1864,7 @@ msgid "" " " msgstr "\nSegnalazione Commento #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1344,23 +1872,23 @@ msgid "" " " msgstr "\nSegnalazione Elem. Multimediale #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "Segnalazioni Chiuse" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "Azione Intrapresa" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1368,10 +1896,142 @@ msgid "" " " msgstr "\nSegnalazione Chiusa #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "E' necessario verificare l'indirizzo email" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Profilo di %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Questo utente non ha (ancora) compilato il proprio profilo." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Modifica profilo" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Sfoglia le raccolte" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1388,10 +2048,6 @@ msgstr "\nQui puoi cercare gli utenti per intraprendere azioni punitive nei loro msgid "Active Users" msgstr "Utenti Attivi" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "ID" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1413,6 +2069,26 @@ msgstr "Aggiungi una raccolta" msgid "Add your media" msgstr "Aggiungi il tuo file multimediale" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Aggiungi un commento" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Aggiungi questo commento" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Aggiunto" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1423,23 +2099,27 @@ msgstr "%(collection_title)s (raccolta di %(username)s)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s di <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Modifica" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Vuoi davvero eliminare %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Eliminare definitivamente %(media_title)s da %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Elimina" @@ -1482,22 +2162,10 @@ msgstr "File multimediali di <a href=\"%(user_url)s\">%(username)s</a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Stai guardando i file multimediali di <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Aggiungi un commento" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Aggiungi questo commento" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "Anteprima Commento" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Aggiunto" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1546,52 +2214,27 @@ msgstr "\nâ– Pubblicato da <a href=\"%(user_url)s\"\nclass=\"comment_authorlink msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Profilo di %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Ecco un posto dove raccontare agli altri di te." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Modifica profilo" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Questo utente non ha (ancora) compilato il proprio profilo." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "Sfoglia le raccolte" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Visualizza tutti i file multimediali di %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "I tuoi file multimediali appariranno qui, ma sembra che tu non abbia ancora aggiunto niente." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Sembra che non ci sia ancora nessun file multimediale qui..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "E' necessario verificare l'indirizzo email" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Quasi finito! Il tuo account deve ancora essere attivato." @@ -1634,6 +2277,14 @@ msgstr "Inserito in" msgid "Add to a collection" msgstr "Aggiungi a una raccolta" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1678,7 +2329,7 @@ msgstr "" msgid "Tagged with" msgstr "Taggato con" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Impossibile leggere il file immagine." @@ -1750,10 +2401,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "Puoi usare il <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> per la formattazione." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Sono sicuro di volerlo eliminare" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "Sono sicuro di voler eliminare questo elemento dalla raccolta" @@ -1781,73 +2428,69 @@ msgstr "Puoi usare il\n<a href=\"http://daringfireball.net/projects/markdown/bas msgid "Reason for Reporting" msgstr "Motivazione della Segnalazione" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Mi dispiace, i commenti sono disabilitati." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Oops, il tuo commento era vuoto." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Il tuo commento è stato aggiunto!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Per favore controlla i tuoi elementi e riprova." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Devi selezionare o aggiungere una raccolta" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" è già nella raccolta \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" aggiunto alla raccolta \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Hai eliminato il file." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Il file non è stato eliminato perchè non hai confermato di essere sicuro." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Stai eliminando un file multimediale di un altro utente. Procedi con attenzione." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Hai eliminato l'elemento dalla raccolta." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "L'elemento non è stato eliminato perchè non hai confermato di essere sicuro." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Stai eliminando un elemento dalla raccolta di un altro utente. Procedi con cautela." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "Hai eliminato la raccolta \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "La raccolta non è stata eliminata perchè non hai confermato di essere sicuro." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Stai eliminando la raccolta di un altro utente. Procedi con cautela." diff --git a/mediagoblin/i18n/ja/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/ja/LC_MESSAGES/mediagoblin.mo Binary files differindex 8c197dfd..49b23def 100644 --- a/mediagoblin/i18n/ja/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/ja/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/ja/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/ja/LC_MESSAGES/mediagoblin.po index a88cb020..4df8084b 100644 --- a/mediagoblin/i18n/ja/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/ja/LC_MESSAGES/mediagoblin.po @@ -1,34 +1,35 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: # Avery <averym@gmail.com>, 2011 +# ayleph <ayleph@thisshitistemp.com>, 2014 # parlegon <parlegon@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Japanese (http://www.transifex.com/projects/p/mediagoblin/language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "申ã—訳ã‚りã¾ã›ã‚“ãŒã€ã“ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã§ç™»éŒ²ã¯ç„¡åйã«ãªã£ã¦ã„ã¾ã™ã€‚" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -49,12 +50,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "申ã—訳ã‚りã¾ã›ã‚“ãŒã€ãã®åå‰ã‚’æŒã¤ãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒã™ã§ã«å˜åœ¨ã—ã¦ã„ã¾ã™ã€‚" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -80,174 +81,189 @@ msgstr "" msgid "Resent your verification email." msgstr "検証メールをå†é€ã—ã¾ã—ãŸã€‚" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "タイトル" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "ã‚¿ã‚°" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "スラグ" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "スラグã¯å¿…è¦ã§ã™ã€‚" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "自己紹介" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "URL" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" -msgstr "" +msgstr "旧パスワード" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" -msgstr "" +msgstr "新パスワード" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "パスワード" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "ãã®ã‚¹ãƒ©ã‚°ã‚’æŒã¤ã‚¨ãƒ³ãƒˆãƒªã¯ã€ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯æ—¢ã«å˜åœ¨ã—ã¾ã™ã€‚" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "ã‚ãªãŸã¯ã€ä»–ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®ãƒ¡ãƒ‡ã‚£ã‚¢ã‚’編集ã—ã¦ã„ã¾ã™ã€‚ã”æ³¨æ„ãã ã•ã„。" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "ã‚ãªãŸã¯ã€ä»–ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®ãƒ—ãƒãƒ•ァイルを編集ã—ã¦ã„ã¾ã™ã€‚ã”æ³¨æ„ãã ã•ã„。" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "" @@ -278,6 +294,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -285,11 +364,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "投稿終了ï¼" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "編集" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "削除" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "ã‚ャンセル" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "è¿½åŠ " + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -330,6 +545,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -348,35 +614,266 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:76 msgid "Username" -msgstr "ユーザãƒãƒ¼ãƒ " +msgstr "ユーザーID" #: mediagoblin/plugins/basic_auth/forms.py:32 #: mediagoblin/plugins/ldap/forms.py:28 mediagoblin/plugins/openid/forms.py:31 @@ -387,7 +884,7 @@ msgstr "メールアドレス" #: mediagoblin/plugins/basic_auth/forms.py:39 msgid "Username or Email" -msgstr "" +msgstr "ユーザーIDã¾ãŸã¯ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹" #: mediagoblin/plugins/basic_auth/forms.py:46 msgid "Stay logged in" @@ -395,7 +892,7 @@ msgstr "" #: mediagoblin/plugins/basic_auth/forms.py:51 msgid "Username or email" -msgstr "" +msgstr "ユーザーIDã¾ãŸã¯ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹" #: mediagoblin/plugins/basic_auth/views.py:54 msgid "" @@ -434,7 +931,7 @@ msgstr "" #: mediagoblin/plugins/basic_auth/views.py:215 msgid "Your password was changed successfully" -msgstr "" +msgstr "パスワードã®å¤‰æ›´ãŒå®Œäº†ã—ã¾ã—ãŸã€‚" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 @@ -466,7 +963,7 @@ msgstr "ã“ã“ã§ä½œæˆï¼" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 msgid "Change your password." -msgstr "" +msgstr "パスワードを変更ã—ã¾ã™ã€‚" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 @@ -494,6 +991,14 @@ msgstr "" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -510,10 +1015,6 @@ msgstr "" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -560,14 +1061,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "è¿½åŠ " - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -627,13 +1120,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "削除" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -641,7 +1127,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -651,7 +1137,7 @@ msgstr "ãƒã‚°ã‚¤ãƒ³" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:39 #: mediagoblin/templates/mediagoblin/auth/login.html:39 msgid "Logging in failed!" -msgstr "" +msgstr "ãƒã‚°ã‚¤ãƒ³ã«å¤±æ•—ã—ã¾ã—ãŸã€‚" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 msgid "Log in to create an account!" @@ -747,10 +1233,6 @@ msgstr "" msgid "You must provide a file." msgstr "ファイルをæä¾›ã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ã€‚" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "投稿終了ï¼" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -774,30 +1256,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" -msgstr "" +msgstr "ãƒã‚°ã‚¢ã‚¦ãƒˆ" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -805,30 +1283,30 @@ msgstr "" msgid "Media processing panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" -msgstr "" +msgstr "ãƒã‚°ã‚¢ã‚¦ãƒˆ" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" msgstr "" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 @@ -927,37 +1405,37 @@ msgstr "" msgid "Explore" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "ã“ã‚“ã«ã¡ã¯ã€ã“ã®MediaGoblinサイトã¸ã‚ˆã†ã“ãï¼" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -972,27 +1450,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "ã‚ャンセル" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1016,12 +1483,6 @@ msgstr "" msgid "Yes, really delete my account" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1053,6 +1514,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "%(username)sã•ã‚“ã®ãƒ—ãƒãƒ•ィールを編集ä¸" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1073,10 +1555,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1134,12 +1618,14 @@ msgid "Created" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1148,35 +1634,35 @@ msgstr "" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" -msgstr "" +msgstr "é€è¦–図" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" -msgstr "" +msgstr "æ£é¢å›³" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" -msgstr "" +msgstr "上é¢å›³" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" -msgstr "" +msgstr "å´é¢å›³" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1208,6 +1694,32 @@ msgstr "" msgid "Media in-processing" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1218,6 +1730,14 @@ msgstr "" msgid "These uploads failed to process:" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1227,6 +1747,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1236,20 +1760,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1257,7 +1781,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1267,24 +1791,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1305,7 +1834,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1314,16 +1843,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1331,7 +1860,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1339,23 +1868,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1363,10 +1892,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "%(username)sã•ã‚“ã®ãƒ—ãƒãƒ•ィール" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "プãƒãƒ•ィールを編集" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1383,10 +2044,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1408,6 +2065,26 @@ msgstr "" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1418,23 +2095,27 @@ msgstr "" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "編集" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" +msgid "Really delete collection: %(title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "" @@ -1477,22 +2158,10 @@ msgstr "<a href=\"%(user_url)s\">%(username)s</a>ã•ã‚“ã®ã‚³ãƒ³ãƒ†ãƒ³ãƒ„" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1541,52 +2210,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)sã•ã‚“ã®ãƒ—ãƒãƒ•ィール" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "プãƒãƒ•ィールを編集" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "%(username)sã•ã‚“ã®ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚’ã™ã¹ã¦è¦‹ã‚‹" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "" @@ -1629,6 +2273,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1645,11 +2297,11 @@ msgstr "" #: mediagoblin/templates/mediagoblin/utils/pagination.html:39 msgid "↠Newer" -msgstr "" +msgstr "â†å‰ã¸" #: mediagoblin/templates/mediagoblin/utils/pagination.html:45 msgid "Older →" -msgstr "" +msgstr "次ã¸â†’" #: mediagoblin/templates/mediagoblin/utils/pagination.html:48 msgid "Go to page:" @@ -1673,7 +2325,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1745,10 +2397,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "" @@ -1776,73 +2424,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/ko_KR/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/ko_KR/LC_MESSAGES/mediagoblin.mo Binary files differindex ce69f3f2..c39cb648 100644 --- a/mediagoblin/i18n/ko_KR/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/ko_KR/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/ko_KR/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/ko_KR/LC_MESSAGES/mediagoblin.po index 6f1bd924..ba54d112 100644 --- a/mediagoblin/i18n/ko_KR/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/ko_KR/LC_MESSAGES/mediagoblin.po @@ -1,33 +1,33 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: -# Jin-hoon Kim <newvgund@gmail.com>, 2012 +# Jin-hoon, Kim <newvgund@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/mediagoblin/language/ko_KR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: ko_KR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "죄송합니다. ì§€ê¸ˆì€ ê°€ìž… 하실 수 없습니다." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -48,12 +48,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "죄송합니다. 해당 ì‚¬ìš©ìž ì´ë¦„ì´ ì´ë¯¸ 존재 합니다." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "죄송합니다. 사용ìžì™€ 해당 ì´ë©”ì¼ì€ ì´ë¯¸ 등ë¡ë˜ì–´ 있습니다." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -79,174 +79,189 @@ msgstr "ì´ë¯¸ ì¸ì¦ë°›ì€ email 주소를 ê°€ì§€ê³ ìžˆìŠµë‹ˆë‹¤!" msgid "Resent your verification email." msgstr "ì¸ì¦ ë©”ì¼ì„ 다시 ë³´ë‚´ 주세요." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "ì œëª©" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "ì´ ìž‘ì—…ì— ëŒ€í•œ 설명" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "í¬ë©§íŒ…ì„ ì‚¬ìš©í•˜ë ¤ë©´\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> ë§í¬ë¥¼ ì°¸ê³ í•˜ì„¸ìš”." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "태그" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "태그는 , 로 구분 ë©ë‹ˆë‹¤." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "'슬러그'" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "'슬러그'는 ê³µë°±ì¼ ìˆ˜ 없습니다." -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "ì œëª©ì€ ë¯¸ë””ì–´ ì£¼ì†Œì˜ ì¼ë¶€ë¶„ 입니다. ìˆ˜ì •í•˜ì§€ ì•Šì•„ë„ ë©ë‹ˆë‹¤." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "License" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "소개" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "웹 주소" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "ì£¼ì†Œì— ì—러가 있습니다." -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "ì œ ë¯¸ë””ì–´ì— ëŒ€í•œ 컨í…ì„ ì›í•œë‹¤ë©´, ë©”ì¼ì„ 보내주세요." -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "ì œëª©ì€ ê³µë°±ì¼ ìˆ˜ 없습니다." -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "모ìŒì§‘ì— ëŒ€í•œ 설명" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "ì˜ˆì „ 비밀번호" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "ê³„ì • 확ì¸ì„ 위해, ì´ì „ 비밀 번호를 ìž…ë ¥í•´ 주세요." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "새로운 비밀번호" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "비밀번호" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "해당 ìœ ì €ì— ëŒ€í•œ '슬러그'ê°€ ì´ë¯¸ 존재합니다." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "다른 사용ìžì˜ 미디어를 ìˆ˜ì •í•˜ê³ ìžˆìŠµë‹ˆë‹¤. 조심해서 ìˆ˜ì •í•˜ì„¸ìš”." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "사용ìžì˜ ê³„ì • ì •ë³´ë¥¼ ìˆ˜ì •í•˜ê³ ìžˆìŠµë‹ˆë‹¤. 조심해서 ìˆ˜ì •í•˜ì„¸ìš”." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "ê³„ì • ì •ë³´ê°€ ì €ìž¥ ë˜ì—ˆìŠµë‹ˆë‹¤." -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "ê³„ì • ì„¤ì •ì´ ì €ìž¥ ë˜ì—ˆìŠµë‹ˆë‹¤." -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "\"%s\" 모ìŒì§‘ì„ ì´ë¯¸ ê°€ì§€ê³ ìžˆìŠµë‹ˆë‹¤!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "다른 ìœ ì €ì˜ ëª¨ìŒì§‘ì„ ìˆ˜ì • 중 입니다. 주ì˜í•˜ì„¸ìš”." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "ìž˜ëª»ëœ ë¹„ë°€ë²ˆí˜¸" @@ -277,6 +292,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -284,11 +362,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "죄송합니다. 해당 íƒ€ìž…ì˜ íŒŒì¼ì€ ì§€ì›í•˜ì§€ 않아요 :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "설명" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "ì´ê±¸ ì§€ìš°ê³ ì‹¶ìŠµë‹ˆë‹¤." + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "ì´í–!! 등ë¡í–ˆìŠµë‹ˆë‹¤!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "í™•ì¸ ì²´í¬ë¥¼ 하지 않았습니다. 미디어는 ì‚ì œë˜ì§€ 않았습니다." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "ìˆ˜ì •" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "ì‚ì œ" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "%(title)s ì„ ì§€ìš°ì‹œê² ìŠµë‹ˆê¹Œ?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "취소" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "ì˜êµ¬ì 으로 ì‚ì œ" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "추가" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -329,6 +543,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -347,29 +612,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "가장 ìµœê·¼ì— ë“±ë¡ëœ 미디어" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -493,6 +989,14 @@ msgstr " <a href=\"%(osm_url)s\">OpenStreetMap</a>으로 보기" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "허용" @@ -509,10 +1013,6 @@ msgstr "ì´ë¦„" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "설명" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -559,14 +1059,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "추가" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -626,13 +1118,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "ì‚ì œ" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -640,7 +1125,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -746,10 +1231,6 @@ msgstr "" msgid "You must provide a file." msgstr "파ì¼ì„ 등ë¡í•˜ì…”야 합니다." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "ì´í–!! 등ë¡í–ˆìŠµë‹ˆë‹¤!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -773,30 +1254,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "ë©”ì¼ì„ 확ì¸í•˜ì„¸ìš”!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "ê³„ì • ì„¤ì • 변경" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -804,32 +1281,32 @@ msgstr "ê³„ì • ì„¤ì • 변경" msgid "Media processing panel" msgstr "미디어 작업 패ë„" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "미디어 추가" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "가장 ìµœê·¼ì— ë“±ë¡ëœ 미디어" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "" @@ -926,37 +1403,37 @@ msgstr "" msgid "Explore" msgstr "íƒìƒ‰" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "안녕하세요! 미디어 ê³ ë¸”ë¦° 사ì´íŠ¸ì— ì˜¨ê±¸ í™˜ì˜ í•©ë‹ˆë‹¤!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "ì´ì‚¬ì´íŠ¸ëŠ” <a href=\"http://mediagoblin.org\">MediaGoblin</a>으로 ìž‘ë™ ì¤‘ìž…ë‹ˆë‹¤. ì´ëŠ” 특ì´í•œ 미디어 호스팅 소프트웨어중 하나 입니다." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "ìžì‹ ì˜ ë¯¸ë””ì–´ë¥¼ ì¶”ê°€í•˜ê³ , ëŒ“ê¸€ì„ ë‚¨ê¸°ì„¸ìš”! 미디어 ê³ ë¸”ë¦° ê³„ì •ìœ¼ë¡œ ë‚´ì—ì„ í™•ì¸ í•˜ì‹¤ 수 있습니다!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "ì•„ì§ ì•„ë¬´ê²ƒë„ ì—†ìœ¼ì‹œë‹¤êµ¬ìš”? 매우 쉽습니다!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -971,27 +1448,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "%(media_title)sì˜ ì²¨ë¶€ ìˆ˜ì • 중..." #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "첨부" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "첨부 추가" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "취소" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1015,12 +1481,6 @@ msgstr "" msgid "Yes, really delete my account" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "ì˜êµ¬ì 으로 ì‚ì œ" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1052,6 +1512,27 @@ msgstr "%(collection_title)s 편집 중" msgid "Editing %(username)s's profile" msgstr "%(username)sì˜ ê³„ì • ì •ë³´ ìˆ˜ì •ì¤‘..." +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1072,10 +1553,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1133,12 +1616,14 @@ msgid "Created" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "%(media_title)s ì´ë¯¸ì§€" @@ -1147,35 +1632,35 @@ msgstr "%(media_title)s ì´ë¯¸ì§€" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1207,6 +1692,32 @@ msgstr "" msgid "Media in-processing" msgstr "미디어 작업중..." +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1217,6 +1728,14 @@ msgstr "ìž‘ì—…ì¤‘ì¸ ë¯¸ë””ì–´ê°€ 없습니다." msgid "These uploads failed to process:" msgstr "ë‹¤ìŒ ìž‘ì—…ì„ í•˜ëŠ” ì¤‘ì— ì—…ë¡œë“œì— ì‹¤íŒ¨í•˜ì˜€ìŠµë‹ˆë‹¤.:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1226,6 +1745,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "지난 10ê°œì˜ ì—…ë¡œë“œ 목ë¡" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1235,20 +1758,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1256,7 +1779,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1266,24 +1789,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1304,7 +1832,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1313,16 +1841,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1330,7 +1858,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1338,23 +1866,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1362,10 +1890,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "email ì¸ì¦ì´ 필요합니다." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "%(username)sì˜ ê³„ì • ì •ë³´" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "ì´ ì‚¬ìš©ìžëŠ” ê³„ì • ì •ë³´ë¥¼ ìž…ë ¥í•˜ì§€ 않았습니다." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "ê³„ì • ì •ë³´ ìˆ˜ì •" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1382,10 +2042,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1407,6 +2063,26 @@ msgstr "모ìŒì§‘ 추가" msgid "Add your media" msgstr "미디어 등ë¡í•˜ê¸°" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "ë§ê¸€ 달기" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "ë§ê¸€ 추가" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1417,23 +2093,27 @@ msgstr "%(collection_title)s (%(username)sì˜ ëª¨ìŒì§‘)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "<a href=\"%(user_url)s\">%(username)s</a>ì˜ %(collection_title)s" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "ìˆ˜ì •" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "%(title)s ì„ ì§€ìš°ì‹œê² ìŠµë‹ˆê¹Œ?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "%(collection_title)sì˜ %(media_title)sì„ ì‚ì œ í•˜ì‹œê² ìŠµë‹ˆê¹Œ?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "지우기" @@ -1476,22 +2156,10 @@ msgstr "<a href=\"%(user_url)s\">%(username)s</a>ì˜ ë¯¸ë””ì–´" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– <a href=\"%(user_url)s\">%(username)s</a>ì˜ ë¯¸ë””ì–´ë¥¼ ë³´ê³ ìžˆìŠµë‹ˆë‹¤." -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "ë§ê¸€ 달기" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "ë§ê¸€ 추가" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1540,52 +2208,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)sì˜ ê³„ì • ì •ë³´" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "ë‹¹ì‹ ì— ëŒ€í•´ 소개해 보세요." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "ê³„ì • ì •ë³´ ìˆ˜ì •" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "ì´ ì‚¬ìš©ìžëŠ” ê³„ì • ì •ë³´ë¥¼ ìž…ë ¥í•˜ì§€ 않았습니다." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "%(username)sì˜ ëª¨ë“ ë¯¸ë””ì–´ 보기" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "ì´ê³³ì— 등ë¡í•œ 미디어가 나타나게 ë©ë‹ˆë‹¤. 하지만 ì•„ì§ ì•„ë¬´ëŸ° 미디어를 등ë¡í•˜ì§€ 않으셨네요." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "ì•„ì§ ì–´ë– í•œ ë¯¸ë””ì–´ë„ ì¡´ìž¬í•˜ì§€ 않습니다." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "email ì¸ì¦ì´ 필요합니다." - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "ì´ë¯¸ 완료했습니다! ì‚¬ìš©ìž ê³„ì •ì€ í™œì„±í™” ë˜ì–´ 있습니다." @@ -1628,6 +2271,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1672,7 +2323,7 @@ msgstr "" msgid "Tagged with" msgstr "태그 ì •ë³´" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "ì´ë¯¸ì§€ 파ì¼ì„ ì½ì„ 수 없습니다." @@ -1744,10 +2395,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "ì´ê±¸ ì§€ìš°ê³ ì‹¶ìŠµë‹ˆë‹¤." - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "ì´ ëª¨ìŒì§‘ì˜ í•ëª©ì„ ì‚ì œí•˜ëŠ” ê²ƒì„ í™•ì¸ í–ˆìŠµë‹ˆë‹¤." @@ -1775,73 +2422,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "오우, ëŒ“ê¸€ì´ ë¹„ì—ˆìŠµë‹ˆë‹¤." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "ëŒ“ê¸€ì´ ë“±ë¡ ë˜ì—ˆìŠµë‹ˆë‹¤!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "확ì¸ì„ í•˜ì‹œê³ ë‹¤ì‹œ 시ë„하세요." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "모ìŒì§‘ì„ ì¶”ê°€í•˜ê±°ë‚˜ 기존 모ìŒì§‘ì„ ì„ íƒí•˜ì„¸ìš”." -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" 모ìŒì§‘ì´ ì´ë¯¸ 존재 합니다. \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" 모ìŒì§‘ì„ ì¶”ê°€í–ˆìŠµë‹ˆë‹¤. \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "미디어를 ì‚ì œ 했습니다." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "í™•ì¸ ì²´í¬ë¥¼ 하지 않았습니다. 미디어는 ì‚ì œë˜ì§€ 않았습니다." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "다른 ì‚¬ëžŒì˜ ë¯¸ë””ì–´ë¥¼ ì‚ì œí•˜ë ¤ê³ í•©ë‹ˆë‹¤. 다시 한번 확ì¸í•˜ì„¸ìš”." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "모ìŒì§‘ì— ìžˆëŠ” í•ëª©ì„ ì‚ì œ 했습니다." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "확ì¸ì„ 하지 않았습니다. í•ëª©ì€ ì‚ì œí•˜ì§€ 않았습니다." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "다른 사용ìžì˜ 모ìŒì§‘ì— ìžˆëŠ” í•ëª©ì„ ì‚ì œí•˜ì˜€ìŠµë‹ˆë‹¤. 주ì˜í•˜ì„¸ìš”." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "\"%s\" 모ìŒì§‘ì„ ì‚ì œí•˜ì…¨ìŠµë‹ˆë‹¤." -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "확ì¸ì„ 하지 않았습니다. 모ìŒì§‘ì€ ì‚ì œí•˜ì§€ 않았습니다." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "다른 사용ìžì˜ 모ìŒì§‘ì„ ì‚ì œí•˜ë ¤ê³ í•©ë‹ˆë‹¤. 주ì˜í•˜ì„¸ìš”." diff --git a/mediagoblin/i18n/nb_NO/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/nb_NO/LC_MESSAGES/mediagoblin.mo Binary files differnew file mode 100644 index 00000000..5aed8f4a --- /dev/null +++ b/mediagoblin/i18n/nb_NO/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/nb_NO/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/nb_NO/LC_MESSAGES/mediagoblin.po new file mode 100644 index 00000000..163a9c06 --- /dev/null +++ b/mediagoblin/i18n/nb_NO/LC_MESSAGES/mediagoblin.po @@ -0,0 +1,2493 @@ +# Translations template for PROJECT. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GNU MediaGoblin\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-07-29 11:01-0500\n" +"PO-Revision-Date: 2011-08-07 03:51+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Norwegian BokmÃ¥l (Norway) (http://www.transifex.com/projects/p/mediagoblin/language/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +msgid "Sorry, registration is disabled on this instance." +msgstr "" + +#: mediagoblin/decorators.py:315 +msgid "Sorry, reporting is disabled on this instance." +msgstr "" + +#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/plugins/persona/views.py:77 +msgid "Sorry, authentication is disabled on this instance." +msgstr "" + +#: mediagoblin/auth/tools.py:43 +msgid "Invalid User name or email address." +msgstr "" + +#: mediagoblin/auth/tools.py:44 +msgid "This field does not take email addresses." +msgstr "" + +#: mediagoblin/auth/tools.py:45 +msgid "This field requires an email address." +msgstr "" + +#: mediagoblin/auth/tools.py:116 +msgid "Sorry, a user with that name already exists." +msgstr "" + +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 +msgid "Sorry, a user with that email address already exists." +msgstr "" + +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 +msgid "The verification key or user id is incorrect." +msgstr "" + +#: mediagoblin/auth/views.py:161 +msgid "" +"Your email address has been verified. You may now login, edit your profile, " +"and submit images!" +msgstr "" + +#: mediagoblin/auth/views.py:167 +msgid "The verification key or user id is incorrect" +msgstr "" + +#: mediagoblin/auth/views.py:185 +msgid "You must be logged in so we know who to send the email to!" +msgstr "" + +#: mediagoblin/auth/views.py:193 +msgid "You've already verified your email address!" +msgstr "" + +#: mediagoblin/auth/views.py:203 +msgid "Resent your verification email." +msgstr "" + +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 +#: mediagoblin/user_pages/forms.py:45 +msgid "Title" +msgstr "" + +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 +msgid "Description of this work" +msgstr "" + +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" +" Markdown</a> for formatting." +msgstr "" + +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 +msgid "Tags" +msgstr "" + +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 +msgid "Separate tags by commas." +msgstr "" + +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 +msgid "Slug" +msgstr "" + +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 +msgid "The slug can't be empty" +msgstr "" + +#: mediagoblin/edit/forms.py:44 +msgid "" +"The title part of this media's address. You usually don't need to change " +"this." +msgstr "" + +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 +#: mediagoblin/templates/mediagoblin/utils/license.html:20 +msgid "License" +msgstr "" + +#: mediagoblin/edit/forms.py:54 +msgid "Bio" +msgstr "" + +#: mediagoblin/edit/forms.py:60 +msgid "Website" +msgstr "" + +#: mediagoblin/edit/forms.py:62 +msgid "This address contains errors" +msgstr "" + +#: mediagoblin/edit/forms.py:67 +msgid "Email me when others comment on my media" +msgstr "" + +#: mediagoblin/edit/forms.py:69 +msgid "Enable insite notifications about events." +msgstr "" + +#: mediagoblin/edit/forms.py:71 +msgid "License preference" +msgstr "" + +#: mediagoblin/edit/forms.py:77 +msgid "This will be your default license on upload forms." +msgstr "" + +#: mediagoblin/edit/forms.py:90 +msgid "The title can't be empty" +msgstr "" + +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 +#: mediagoblin/user_pages/forms.py:48 +msgid "Description of this collection" +msgstr "" + +#: mediagoblin/edit/forms.py:99 +msgid "" +"The title part of this collection's address. You usually don't need to " +"change this." +msgstr "" + +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 +msgid "Old password" +msgstr "" + +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 +msgid "Enter your old password to prove you own this account." +msgstr "" + +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 +msgid "New password" +msgstr "" + +#: mediagoblin/edit/forms.py:119 +msgid "New email address" +msgstr "" + +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/plugins/basic_auth/forms.py:43 +#: mediagoblin/plugins/ldap/forms.py:39 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 +#: mediagoblin/tests/test_util.py:116 +msgid "Password" +msgstr "" + +#: mediagoblin/edit/forms.py:125 +msgid "Enter your password to prove you own this account." +msgstr "" + +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 +msgid "An entry with that slug already exists for this user." +msgstr "" + +#: mediagoblin/edit/views.py:96 +msgid "You are editing another user's media. Proceed with caution." +msgstr "" + +#: mediagoblin/edit/views.py:166 +#, python-format +msgid "You added the attachment %s!" +msgstr "" + +#: mediagoblin/edit/views.py:193 +msgid "You can only edit your own profile." +msgstr "" + +#: mediagoblin/edit/views.py:199 +msgid "You are editing a user's profile. Proceed with caution." +msgstr "" + +#: mediagoblin/edit/views.py:215 +msgid "Profile changes saved" +msgstr "" + +#: mediagoblin/edit/views.py:248 +msgid "Account settings saved" +msgstr "" + +#: mediagoblin/edit/views.py:282 +msgid "You need to confirm the deletion of your account." +msgstr "" + +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 +#, python-format +msgid "You already have a collection called \"%s\"!" +msgstr "" + +#: mediagoblin/edit/views.py:322 +msgid "A collection with that slug already exists for this user." +msgstr "" + +#: mediagoblin/edit/views.py:337 +msgid "You are editing another user's collection. Proceed with caution." +msgstr "" + +#: mediagoblin/edit/views.py:378 +msgid "Your email address has been verified." +msgstr "" + +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 +msgid "Wrong password" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:60 +msgid "Cannot link theme... no theme set\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:73 +msgid "No asset directory for this theme\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:76 +msgid "However, old link directory symlink found; removed.\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:112 +#, python-format +msgid "Could not link \"%s\": %s exists and is not a symlink\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:119 +#, python-format +msgid "Skipping \"%s\"; already set up.\n" +msgstr "" + +#: mediagoblin/gmg_commands/assetlink.py:124 +#, python-format +msgid "Old link found for \"%s\"; removing.\n" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + +#: mediagoblin/meddleware/csrf.py:134 +msgid "" +"CSRF cookie not present. This is most likely the result of a cookie blocker " +"or somesuch.<br/>Make sure to permit the settings of cookies for this " +"domain." +msgstr "" + +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 +msgid "Sorry, I don't support that file type :(" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + +#: mediagoblin/media_types/pdf/processing.py:142 +msgid "unoconv failing to run, check log file" +msgstr "" + +#: mediagoblin/media_types/video/processing.py:44 +msgid "Video transcoding failed" +msgstr "" + +#: mediagoblin/moderation/forms.py:21 +msgid "Take away privilege" +msgstr "" + +#: mediagoblin/moderation/forms.py:22 +msgid "Ban the user" +msgstr "" + +#: mediagoblin/moderation/forms.py:23 +msgid "Send the user a message" +msgstr "" + +#: mediagoblin/moderation/forms.py:24 +msgid "Delete the content" +msgstr "" + +#: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 +msgid "User will be banned until:" +msgstr "" + +#: mediagoblin/moderation/forms.py:57 +msgid "Why are you banning this User?" +msgstr "" + +#: mediagoblin/moderation/forms.py:109 +msgid "What action will you take to resolve the report?" +msgstr "" + +#: mediagoblin/moderation/forms.py:115 +msgid "What privileges will you take away?" +msgstr "" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + +#: mediagoblin/moderation/tools.py:91 +msgid "Warning from" +msgstr "" + +#: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60 +msgid "commented on your post" +msgstr "" + +#: mediagoblin/notifications/views.py:35 +#, python-format +msgid "Subscribed to comments on %s!" +msgstr "" + +#: mediagoblin/notifications/views.py:48 +#, python-format +msgid "You will not receive notifications for comments on %s." +msgstr "" + +#: mediagoblin/oauth/views.py:242 +msgid "Must provide an oauth_token." +msgstr "" + +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 +msgid "No request token found." +msgstr "" + +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/submit/views.py:78 +msgid "Sorry, the file size is too big." +msgstr "" + +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/submit/views.py:81 +msgid "Sorry, uploading this file will put you over your upload limit." +msgstr "" + +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/submit/views.py:87 +msgid "Sorry, you have reached your upload limit." +msgstr "" + +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:64 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:65 +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:72 +msgid "feature management panel." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:77 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:24 +#: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 +#: mediagoblin/plugins/persona/forms.py:24 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:76 +msgid "Username" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:32 +#: mediagoblin/plugins/ldap/forms.py:28 mediagoblin/plugins/openid/forms.py:31 +#: mediagoblin/plugins/persona/forms.py:28 +#: mediagoblin/plugins/persona/forms.py:39 +msgid "Email address" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:39 +msgid "Username or Email" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:46 +msgid "Stay logged in" +msgstr "" + +#: mediagoblin/plugins/basic_auth/forms.py:51 +msgid "Username or email" +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:54 +msgid "" +"If that email address (case sensitive!) is registered an email has been sent" +" with instructions on how to change your password." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:65 +msgid "Couldn't find someone with that username." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:68 +msgid "" +"An email has been sent with instructions on how to change your password." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:75 +msgid "" +"Could not send password recovery email as your username is inactive or your " +"account's email address has not been verified." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:123 +msgid "The user id is incorrect." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:139 +msgid "You can now log in using your new password." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:163 +msgid "" +"You are no longer an active user. Please contact the system admin to " +"reactivate your account." +msgstr "" + +#: mediagoblin/plugins/basic_auth/views.py:215 +msgid "Your password was changed successfully" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 +msgid "Set your new password" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39 +msgid "Set password" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 +#, python-format +msgid "Changing %(username)s's password" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45 +#: mediagoblin/templates/mediagoblin/edit/change_email.html:40 +msgid "Save" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22 +msgid "Don't have an account yet?" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:24 +msgid "Create one here!" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 +msgid "Change your password." +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 +msgid "Recover password" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:34 +msgid "Send instructions" +msgstr "" + +#: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/fp_link.html:22 +msgid "Forgot your password?" +msgstr "" + +#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:24 +msgid "Location" +msgstr "" + +#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:52 +#, python-format +msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>" +msgstr "" + +#: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 +msgid "Sign in to create an account!" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:29 +msgid "Allow" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:30 +msgid "Deny" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:34 +msgid "Name" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:35 +msgid "The name of the OAuth client" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:38 +msgid "" +"This will be visible to users allowing your\n" +" application to authenticate as them." +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:40 +msgid "Type" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:45 +msgid "" +"<strong>Confidential</strong> - The client can\n" +" make requests to the GNU MediaGoblin instance that can not be\n" +" intercepted by the user agent (e.g. server-side client).<br />\n" +" <strong>Public</strong> - The client can't make confidential\n" +" requests to the GNU MediaGoblin instance (e.g. client-side\n" +" JavaScript client)." +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:52 +msgid "Redirect URI" +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:54 +msgid "" +"The redirect URI for the applications, this field\n" +" is <strong>required</strong> for public clients." +msgstr "" + +#: mediagoblin/plugins/oauth/forms.py:66 +msgid "This field is required for public clients" +msgstr "" + +#: mediagoblin/plugins/oauth/views.py:55 +msgid "The client {0} has been registered!" +msgstr "" + +#: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22 +msgid "OAuth client connections" +msgstr "" + +#: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22 +msgid "Your OAuth clients" +msgstr "" + +#: mediagoblin/plugins/openid/__init__.py:97 +#: mediagoblin/plugins/openid/views.py:268 +#: mediagoblin/plugins/openid/views.py:297 +msgid "Sorry, an account is already registered to that OpenID." +msgstr "" + +#: mediagoblin/plugins/openid/forms.py:38 +msgid "OpenID" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:48 +msgid "Sorry, the OpenID server could not be found" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:61 +#, python-format +msgid "No OpenID service was found for %s" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:106 +#, python-format +msgid "Verification of %s failed: %s" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:117 +msgid "Verification cancelled" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:314 +msgid "Your OpenID url was saved successfully." +msgstr "" + +#: mediagoblin/plugins/openid/views.py:338 +#: mediagoblin/plugins/openid/views.py:393 +msgid "You can't delete your only OpenID URL unless you have a password set" +msgstr "" + +#: mediagoblin/plugins/openid/views.py:343 +#: mediagoblin/plugins/openid/views.py:402 +msgid "That OpenID is not registered to this account." +msgstr "" + +#: mediagoblin/plugins/openid/views.py:385 +msgid "OpenID was successfully removed." +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:34 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:23 +msgid "Add an OpenID" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:34 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:23 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:31 +msgid "Delete an OpenID" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 +msgid "OpenID's" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 +#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/auth/login.html:28 +#: mediagoblin/templates/mediagoblin/auth/login.html:36 +#: mediagoblin/templates/mediagoblin/auth/login.html:47 +msgid "Log in" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:39 +#: mediagoblin/templates/mediagoblin/auth/login.html:39 +msgid "Logging in failed!" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 +msgid "Log in to create an account!" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 +msgid "Or login with a password!" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 +msgid "Or login with OpenID!" +msgstr "" + +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23 +msgid "Or register with OpenID!" +msgstr "" + +#: mediagoblin/plugins/persona/__init__.py:90 +msgid "Sorry, an account is already registered to that Persona email." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:138 +msgid "The Persona email address was successfully removed." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:144 +msgid "" +"You can't delete your only Persona email address unless you have a password " +"set." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:149 +msgid "That Persona email address is not registered to this account." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:176 +msgid "" +"Sorry, an account is already registered with that Persona email address." +msgstr "" + +#: mediagoblin/plugins/persona/views.py:192 +msgid "Your Persona email address was saved successfully." +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31 +msgid "Delete a Persona email address" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34 +msgid "Add a Persona email address" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 +msgid "Persona's" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 +msgid "Or login with Persona!" +msgstr "" + +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22 +msgid "Or register with Persona!" +msgstr "" + +#: mediagoblin/processing/__init__.py:420 +msgid "Invalid file given for media type." +msgstr "" + +#: mediagoblin/processing/__init__.py:427 +msgid "Copying to public storage failed." +msgstr "" + +#: mediagoblin/processing/__init__.py:435 +msgid "An acceptable processing file was not found" +msgstr "" + +#: mediagoblin/submit/forms.py:30 +msgid "Max file size: {0} mb" +msgstr "" + +#: mediagoblin/submit/forms.py:34 +msgid "File" +msgstr "" + +#: mediagoblin/submit/forms.py:41 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" +" Markdown</a> for formatting." +msgstr "" + +#: mediagoblin/submit/views.py:55 +msgid "You must provide a file." +msgstr "" + +#: mediagoblin/submit/views.py:138 +#, python-format +msgid "Collection \"%s\" added!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:20 +msgid "You are Banned." +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:24 +#: mediagoblin/templates/mediagoblin/error.html:24 +msgid "Image of goblin stressing out" +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:26 +msgid "You have been banned" +msgstr "" + +#: mediagoblin/templates/mediagoblin/banned.html:28 +#, python-format +msgid "until %(until_when)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:97 +msgid "Verify your email!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 +msgid "log out" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:131 +#, python-format +msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:138 +msgid "Change account settings" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:26 +msgid "Media processing panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:152 +msgid "Log out" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 +msgid "Add media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:158 +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 +msgid "Create new collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:21 +msgid "Authorization" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:26 +#: mediagoblin/templates/mediagoblin/api/authorize.html:53 +msgid "Authorize" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:29 +msgid "You are logged in as" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:33 +msgid "Do you want to authorize " +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:37 +msgid "an unknown application" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:39 +msgid " to access your account? " +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:41 +msgid "Applications with access to your account can: " +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:43 +msgid "Post new media as you" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:44 +msgid "See your information (e.g profile, media, etc...)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/authorize.html:45 +msgid "Change your information" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/oob.html:21 +msgid "Authorization Finished" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/oob.html:26 +msgid "Authorization Complete" +msgstr "" + +#: mediagoblin/templates/mediagoblin/api/oob.html:28 +msgid "Copy and paste this into your client:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/auth/register.html:28 +#: mediagoblin/templates/mediagoblin/auth/register.html:36 +msgid "Create an account!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/auth/register.html:41 +msgid "Create" +msgstr "" + +#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19 +#, python-format +msgid "" +"Hi %(username)s,\n" +"\n" +"to activate your GNU MediaGoblin account, open the following URL in\n" +"your web browser:\n" +"\n" +"%(verification_url)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:21 +#, python-format +msgid "" +"Powered by <a href=\"http://mediagoblin.org/\" title='Version " +"%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> project." +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:24 +#, python-format +msgid "" +"Released under the <a " +"href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a " +"href=\"%(source_link)s\">Source code</a> available." +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/base_footer.html:30 +msgid "Terms of Service" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20 +msgid "Explore" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +msgid "Hi there, welcome to this MediaGoblin site!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 +msgid "" +"This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " +"extraordinarily great piece of media hosting software." +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 +msgid "" +"To add your own media, place comments, and more, you can log in with your " +"MediaGoblin account." +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 +msgid "Don't have one yet? It's easy!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 +msgid "" +"\n" +" >Create an account at this site</a>\n" +" or" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 +msgid "" +"\n" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/bits/logo.html:23 +#: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 +msgid "MediaGoblin logo" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:23 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:35 +#, python-format +msgid "Editing attachments for %(media_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 +msgid "Attachments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 +msgid "Add attachment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/attachments.html:63 +#: mediagoblin/templates/mediagoblin/edit/edit.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:33 +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:40 +msgid "Save changes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/change_email.html:23 +#: mediagoblin/templates/mediagoblin/edit/change_email.html:33 +#, python-format +msgid "Changing %(username)s's email" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 +#, python-format +msgid "Really delete user '%(user_name)s' and all related media/comments?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 +msgid "Yes, really delete my account" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit.html:23 +#: mediagoblin/templates/mediagoblin/edit/edit.html:35 +#, python-format +msgid "Editing %(media_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:28 +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:40 +#, python-format +msgid "Changing %(username)s's account settings" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:54 +msgid "Delete my account" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 +msgid "Email" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29 +#, python-format +msgid "Editing %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23 +#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34 +#, python-format +msgid "Editing %(username)s's profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/verification.txt:19 +#, python-format +msgid "" +"Hi,\n" +"\n" +"We wanted to verify that you are %(username)s. If this is the case, then \n" +"please follow the link below to verify your new email address.\n" +"\n" +"%(verification_url)s\n" +"\n" +"If you are not %(username)s or didn't request an email change, you can ignore\n" +"this email." +msgstr "" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 +msgid "New comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 +#: mediagoblin/templates/mediagoblin/media_displays/image.html:39 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 +#: mediagoblin/templates/mediagoblin/user_pages/report.html:48 +#, python-format +msgid "%(formatted_time)s ago" +msgstr "" + +#: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41 +msgid "Mark all read" +msgstr "" + +#: mediagoblin/templates/mediagoblin/listings/collection.html:30 +#: mediagoblin/templates/mediagoblin/listings/collection.html:35 +#: mediagoblin/templates/mediagoblin/listings/tag.html:30 +#: mediagoblin/templates/mediagoblin/listings/tag.html:35 +#, python-format +msgid "Media tagged with: %(tag_name)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34 +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:56 +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:67 +#: mediagoblin/templates/mediagoblin/media_displays/video.html:74 +msgid "Download" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:38 +msgid "Original" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:44 +msgid "" +"Sorry, this audio will not work because \n" +"\tyour web browser does not support HTML5 \n" +"\taudio." +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:47 +msgid "" +"You can get a modern web browser that \n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:60 +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:73 +#: mediagoblin/templates/mediagoblin/media_displays/video.html:80 +msgid "Original file" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/audio.html:63 +msgid "WebM file (Vorbis codec)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/image.html:36 +msgid "Created" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 +#, python-format +msgid "Image for %(media_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/pdf.html:81 +msgid "PDF file" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 +msgid "Perspective" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 +msgid "Front" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 +msgid "Top" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 +msgid "Side" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 +msgid "WebGL" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 +msgid "Download model" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 +msgid "File Format" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 +msgid "Object Height" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:63 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:66 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/media_displays/video.html:88 +msgid "WebM file (VP8/Vorbis)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30 +msgid "" +"Here you can track the state of media being processed on this instance." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32 +msgid "Media in-processing" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 +msgid "No media in-processing" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59 +msgid "These uploads failed to process:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 +msgid "No failed entries!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:93 +msgid "Last 10 successful uploads" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 +msgid "No processed entries, yet!" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:27 +msgid "Sorry, no such report found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 +msgid "Return to Reports Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 +msgid "Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 +msgid "Reported comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 +#, python-format +msgid "" +"\n" +" â– Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 +#, python-format +msgid "" +"\n" +" CONTENT BY\n" +" <a href=\"%(user_url)s\"> %(user_name)s</a>\n" +" HAS BEEN DELETED\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 +msgid "Resolve" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 +msgid "Resolve This Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 +msgid "Status" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 +msgid "RESOLVED" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 +msgid "You cannot take action against an administrator" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27 +msgid "Report panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30 +msgid "" +"\n" +" Here you can look up open reports that have been filed by users.\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:35 +msgid "Active Reports Filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +msgid "Offender" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78 +msgid "When Reported" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 +msgid "Reported By" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 +msgid "Reason" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 +#, python-format +msgid "" +"\n" +" Comment Report #%(report_id)s\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 +#, python-format +msgid "" +"\n" +" Media Report #%(report_id)s\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +msgid "No open reports found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 +msgid "Closed Reports" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +msgid "Resolved" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +msgid "Action Taken" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 +#, python-format +msgid "" +"\n" +" Closed Report #%(report_id)s\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 +msgid "No closed reports found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 +msgid "User panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:29 +msgid "" +"\n" +" Here you can look up users in order to take punitive actions on them.\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34 +msgid "Active Users" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 +msgid "When Joined" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78 +msgid "# of Comments Posted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 +msgid "No users found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/submit/collection.html:26 +msgid "Add a collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/submit/start.html:28 +#: mediagoblin/templates/mediagoblin/submit/start.html:35 +msgid "Add your media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 +#, python-format +msgid "%(collection_title)s (%(username)s's collection)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:39 +#, python-format +msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 +#, python-format +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 +#, python-format +msgid "Really remove %(media_title)s from %(collection_title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 +msgid "Remove" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21 +#, python-format +msgid "%(username)s's collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28 +#, python-format +msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19 +#, python-format +msgid "" +"Hi %(username)s,\n" +"%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30 +#, python-format +msgid "%(username)s's media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:38 +#, python-format +msgid "" +"<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a " +"href=\"%(tag_url)s\">%(tag)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48 +#, python-format +msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media.html:38 +#, python-format +msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 +msgid "Comment Preview" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 +#, python-format +msgid "Add “%(media_title)s†to a collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54 +msgid "+" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58 +msgid "Add a new collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29 +msgid "" +"You can track the state of media being processed for your gallery here." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89 +msgid "Your last 10 successful uploads" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:21 +msgid "<h2>File a Report</h2>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:24 +msgid "Reporting this Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:60 +msgid "Reporting this Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:72 +#, python-format +msgid "" +"\n" +" â– Published by <a href=\"%(user_url)s\"\n" +" class=\"comment_authorlink\">%(username)s</a>\n" +" " +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/report.html:81 +msgid "File Report " +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 +msgid "Here's a spot to tell others about yourself." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 +#, python-format +msgid "View all of %(username)s's media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 +msgid "" +"This is where your media will appear, but you don't seem to have added " +"anything yet." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 +#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 +#: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 +msgid "There doesn't seem to be any media here yet..." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 +msgid "Almost done! Your account still needs to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:48 +msgid "" +"An email should arrive in a few moments with instructions on how to do so." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:52 +msgid "In case it doesn't:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:55 +msgid "Resend verification email" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:63 +msgid "" +"Someone has registered an account with this username, but it still has to be" +" activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:68 +#, python-format +msgid "" +"If you are that person but you've lost your verification email, you can <a " +"href=\"%(login_url)s\">log in</a> and resend it." +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49 +msgid "(remove)" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/collections.html:21 +msgid "Collected in" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/collections.html:40 +msgid "Add to a collection" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 +#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 +msgid "feed icon" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23 +#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23 +msgid "Atom feed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/license.html:25 +msgid "All rights reserved" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:39 +msgid "↠Newer" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:45 +msgid "Older →" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/pagination.html:48 +msgid "Go to page:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:28 +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:33 +msgid "newer" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:39 +#: mediagoblin/templates/mediagoblin/utils/prev_next.html:44 +msgid "older" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/report.html:25 +msgid "Report media" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/tags.html:20 +msgid "Tagged with" +msgstr "" + +#: mediagoblin/tools/exif.py:81 +msgid "Could not read the image file." +msgstr "" + +#: mediagoblin/tools/response.py:38 +msgid "Oops!" +msgstr "" + +#: mediagoblin/tools/response.py:39 +msgid "An error occured" +msgstr "" + +#: mediagoblin/tools/response.py:53 +msgid "Bad Request" +msgstr "" + +#: mediagoblin/tools/response.py:55 +msgid "The request sent to the server is invalid, please double check it" +msgstr "" + +#: mediagoblin/tools/response.py:63 +msgid "Operation not allowed" +msgstr "" + +#: mediagoblin/tools/response.py:64 +msgid "" +"Sorry Dave, I can't let you do that!</p><p>You have tried to perform a " +"function that you are not allowed to. Have you been trying to delete all " +"user accounts again?" +msgstr "" + +#: mediagoblin/tools/response.py:72 +msgid "" +"There doesn't seem to be a page at this address. Sorry!</p><p>If you're sure" +" the address is correct, maybe the page you're looking for has been moved or" +" deleted." +msgstr "" + +#: mediagoblin/tools/timesince.py:62 +msgid "year" +msgstr "" + +#: mediagoblin/tools/timesince.py:63 +msgid "month" +msgstr "" + +#: mediagoblin/tools/timesince.py:64 +msgid "week" +msgstr "" + +#: mediagoblin/tools/timesince.py:65 +msgid "day" +msgstr "" + +#: mediagoblin/tools/timesince.py:66 +msgid "hour" +msgstr "" + +#: mediagoblin/tools/timesince.py:67 +msgid "minute" +msgstr "" + +#: mediagoblin/user_pages/forms.py:23 +msgid "Comment" +msgstr "" + +#: mediagoblin/user_pages/forms.py:25 +msgid "" +"You can use <a href=\"http://daringfireball.net/projects/markdown/basics\" " +"target=\"_blank\">Markdown</a> for formatting." +msgstr "" + +#: mediagoblin/user_pages/forms.py:35 +msgid "I am sure I want to remove this item from the collection" +msgstr "" + +#: mediagoblin/user_pages/forms.py:39 +msgid "Collection" +msgstr "" + +#: mediagoblin/user_pages/forms.py:40 +msgid "-- Select --" +msgstr "" + +#: mediagoblin/user_pages/forms.py:42 +msgid "Include a note" +msgstr "" + +#: mediagoblin/user_pages/forms.py:49 +msgid "" +"You can use\n" +" <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n" +" Markdown</a> for formatting." +msgstr "" + +#: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 +msgid "Reason for Reporting" +msgstr "" + +#: mediagoblin/user_pages/views.py:188 +msgid "Sorry, comments are disabled." +msgstr "" + +#: mediagoblin/user_pages/views.py:193 +msgid "Oops, your comment was empty." +msgstr "" + +#: mediagoblin/user_pages/views.py:199 +msgid "Your comment has been posted!" +msgstr "" + +#: mediagoblin/user_pages/views.py:235 +msgid "Please check your entries and try again." +msgstr "" + +#: mediagoblin/user_pages/views.py:275 +msgid "You have to select or add a collection" +msgstr "" + +#: mediagoblin/user_pages/views.py:286 +#, python-format +msgid "\"%s\" already in collection \"%s\"" +msgstr "" + +#: mediagoblin/user_pages/views.py:292 +#, python-format +msgid "\"%s\" added to collection \"%s\"" +msgstr "" + +#: mediagoblin/user_pages/views.py:317 +msgid "You deleted the media." +msgstr "" + +#: mediagoblin/user_pages/views.py:336 +msgid "You are about to delete another user's media. Proceed with caution." +msgstr "" + +#: mediagoblin/user_pages/views.py:409 +msgid "You deleted the item from the collection." +msgstr "" + +#: mediagoblin/user_pages/views.py:413 +msgid "The item was not removed because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/user_pages/views.py:421 +msgid "" +"You are about to delete an item from another user's collection. Proceed with" +" caution." +msgstr "" + +#: mediagoblin/user_pages/views.py:453 +#, python-format +msgid "You deleted the collection \"%s\"" +msgstr "" + +#: mediagoblin/user_pages/views.py:460 +msgid "" +"The collection was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/user_pages/views.py:468 +msgid "" +"You are about to delete another user's collection. Proceed with caution." +msgstr "" diff --git a/mediagoblin/i18n/nl/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/nl/LC_MESSAGES/mediagoblin.mo Binary files differindex 4b1246a8..4d400e6e 100644 --- a/mediagoblin/i18n/nl/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/nl/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/nl/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/nl/LC_MESSAGES/mediagoblin.po index a157b4fd..d06a25a4 100644 --- a/mediagoblin/i18n/nl/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/nl/LC_MESSAGES/mediagoblin.po @@ -1,62 +1,63 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: +# André Koot <meneer@tken.net>, 2014 # schendje <mail@jefvanschendel.nl>, 2011, 2012 # mvanderboom <mvanderboom@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" -"Last-Translator: cwebber <cwebber@dustycloud.org>\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-24 16:42+0000\n" +"Last-Translator: André Koot <meneer@tken.net>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/mediagoblin/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." -msgstr "Sorry, registratie is uitgeschakeld op deze instantie." +msgstr "Sorry, registratie is uitgeschakeld op deze goblin." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." -msgstr "" +msgstr "Sorry, rapportage is uitgeschakeld op deze goblin." -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." -msgstr "" +msgstr "Sorry, authenticatie is uitgeschakeld op deze goblin." #: mediagoblin/auth/tools.py:43 msgid "Invalid User name or email address." -msgstr "" +msgstr "Ongeldige gebruikersnaam of e-mailadres." #: mediagoblin/auth/tools.py:44 msgid "This field does not take email addresses." -msgstr "" +msgstr "Dit veld accepteert geen e-mailadressen." #: mediagoblin/auth/tools.py:45 msgid "This field requires an email address." -msgstr "" +msgstr "Dit veld vereist een e-mailadres." #: mediagoblin/auth/tools.py:116 msgid "Sorry, a user with that name already exists." msgstr "Sorry, er bestaat al een gebruiker met die naam." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Sorry, een gebruiker met dat e-mailadres bestaat al." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." -msgstr "" +msgstr "De verificatiecode of gebruikersnaam is onjuist." #: mediagoblin/auth/views.py:161 msgid "" @@ -66,7 +67,7 @@ msgstr "Uw e-mailadres is geverifieerd. U kunt nu inloggen, uw profiel bewerken, #: mediagoblin/auth/views.py:167 msgid "The verification key or user id is incorrect" -msgstr "De verificatie sleutel of gebruikers-ID is onjuist" +msgstr "De verificatiecode of gebruikersnaam is onjuist" #: mediagoblin/auth/views.py:185 msgid "You must be logged in so we know who to send the email to!" @@ -80,204 +81,282 @@ msgstr "Je hebt je e-mailadres al geverifieerd!" msgid "Resent your verification email." msgstr "Verificatie e-mail opnieuw opgestuurd." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titel" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Beschrijving van dit werk" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Voor opmaak kun je <a href=\"http://daringfireball.net/projects/markdown/basics\">Markdown</a> gebruiken." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" -msgstr "Etiket" +msgstr "Tags" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Hou labels gescheiden met komma's." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Slug" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "De slug kan niet leeg zijn" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "Het titelgedeelte van het adres van deze media. Normaal gesproken hoef je deze niet te veranderen." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Licentie" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Bio" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Website" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Dit adres bevat fouten" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" -msgstr "" +msgstr "Notificeer me per e-mail bij reacties op mijn media" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." -msgstr "" +msgstr "Activeer notificaties over gebeurtenissen op de site." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" -msgstr "" +msgstr "Licentievoorkeuren" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." -msgstr "" +msgstr "Dit wordt de standaardlicentie op uploadformulieren." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" -msgstr "" +msgstr "De titel mag niet leeg zijn" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" -msgstr "" +msgstr "Beschrijving van deze verzameling" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." -msgstr "" +msgstr "Het titelgedeelte van het adres van deze verzameling. Normaal gesproken hoef je deze niet te veranderen." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Oud wachtwoord" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Vul je oude wachtwoord in om te bewijzen dat dit jouw account is" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Nieuw wachtwoord" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" -msgstr "" +msgstr "Nieuw e-mailadres" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Wachtwoord" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." -msgstr "" +msgstr "Vul je wachtwoord in om te bewijzen dat dit jouw account is." + +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "Identificatie" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "Waarde" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." -msgstr "Er bestaat al een met die slug voor deze gebruiker." +msgstr "Er bestaat al een onderwerp met die slug voor deze gebruiker." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "U bent de media van een andere gebruiker aan het aanpassen. Ga voorzichtig te werk." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" -msgstr "" +msgstr "Je hebt bijlage %s toegevoegd!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." -msgstr "" +msgstr "Je kunt alleen je eigen profiel bijwerken." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "U bent een gebruikersprofiel aan het aanpassen. Ga voorzichtig te werk." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Profielaanpassingen opgeslagen" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Accountinstellingen opgeslagen" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." -msgstr "" +msgstr "Je moet het verwijderen van je account bevestigen." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" -msgstr "" +msgstr "Je hebt al een verzameling met de naam \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." -msgstr "" +msgstr "Er bestaat al een verzameling met die slug voor deze gebruiker." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." -msgstr "" +msgstr "Je bewerkt de verzameling van een andere gebruiker. Ga voorzichtig te werk." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." -msgstr "" +msgstr "Je e-mailadres is geverifieerd." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Verkeerd wachtwoord" #: mediagoblin/gmg_commands/assetlink.py:60 msgid "Cannot link theme... no theme set\n" -msgstr "" +msgstr "Kan thema niet linken... nog geen thema ingesteld\n" #: mediagoblin/gmg_commands/assetlink.py:73 msgid "No asset directory for this theme\n" -msgstr "" +msgstr "Geen objectendirectory voor dit thema\n" #: mediagoblin/gmg_commands/assetlink.py:76 msgid "However, old link directory symlink found; removed.\n" -msgstr "" +msgstr "Maar, symlink naar oude link directory gevonden; verwijderd.\n" #: mediagoblin/gmg_commands/assetlink.py:112 #, python-format msgid "Could not link \"%s\": %s exists and is not a symlink\n" -msgstr "" +msgstr "Kon \"%s\" niet linken: %s bestaat al en is geen symlink\n" #: mediagoblin/gmg_commands/assetlink.py:119 #, python-format msgid "Skipping \"%s\"; already set up.\n" -msgstr "" +msgstr "Overslaan \"%s\"; is al ingesteld\n" #: mediagoblin/gmg_commands/assetlink.py:124 #, python-format msgid "Old link found for \"%s\"; removing.\n" +msgstr "Oude link gevonden voor \"%s\"; verwijderen.\n" + +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "Gebruikersnaam van de eigenaar van deze nummers" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "Pad naar het csv-bestand met metadata informatie." + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "Geen haast, rustig, dan breekt het lijntje niet" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "Sorry, er bestaat geen gebruiker met de naam '{username}'" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "Bestand op {path} niet gevonden, gebruik de -h flag voor hulp" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "Fout met media '{media_id}' waarde '{error_path}': {error_msg}\nMetadata niet geüpload." + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "FOUT: Lokaal bestand {filename} kon niet worden benaderd.\n{filename} wordt niet geüpload." + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "FOUT: Dit bestand is groter dan de uploadlimiet voor deze site." + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "FOUT: Dit bestand laat de gebruiker voorbij de uploadlimiet gaan." + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "FOUT: Deze gebruiker is al voorbij de uploadlimiet." + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "{files_uploaded} van {files_attempted} bestanden succesvol aangemeld" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -285,92 +364,510 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Sorry, dat bestandstype wordt niet ondersteunt." +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Beschrijving" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Ik weet zeker dat ik dit wil verwijderen." + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Mooizo! Toegevoegd!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "Zohee! bijgewerkt blogbericht geplaatst" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "Je hebt het blogbericht verwijderd." + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Deze media was niet verwijderd omdat je niet hebt aangegeven dat je het zeker weet." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "Je staat op het punt het Blog van iemand anders te verwijderen. Pas op." + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "Het blog werd niet verwijderd omdat je niet de juiste rechten hebt." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "Toevoegen Blogbericht" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "Bewerk blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "Verwijder Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Pas aan" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Verwijderen" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "<em> Ga naar lijstoverzicht </em>" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "Nog geen blogbericht" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Zeker weten dat je %(title)s wil verwijderen?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Annuleren" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Permanent verwijderen" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "Maak/bewerk een Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Voeg toe" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "Maak/bewerk een blogbericht" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "Maak/bewerk een blogbericht" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "%(blog_owner_name)s's Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "Bekijk" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "Maak een Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr " Blog Dashboard " + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" -msgstr "" +msgstr "unoconv kon niet starten, controleer het logbestand" #: mediagoblin/media_types/video/processing.py:44 msgid "Video transcoding failed" -msgstr "" +msgstr "Video transcoderen mislukt" #: mediagoblin/moderation/forms.py:21 msgid "Take away privilege" -msgstr "" +msgstr "Neem rechten af" #: mediagoblin/moderation/forms.py:22 msgid "Ban the user" -msgstr "" +msgstr "Blokkeer deze gebruiker" #: mediagoblin/moderation/forms.py:23 msgid "Send the user a message" -msgstr "" +msgstr "Stuur de gebruiker een bericht" #: mediagoblin/moderation/forms.py:24 msgid "Delete the content" -msgstr "" +msgstr "Verwijder de inhoud" #: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 msgid "User will be banned until:" -msgstr "" +msgstr "De gebruiker wordt geblokkeerd tot:" #: mediagoblin/moderation/forms.py:57 msgid "Why are you banning this User?" -msgstr "" +msgstr "Waarom blokkeer je deze gebruiker?" #: mediagoblin/moderation/forms.py:109 msgid "What action will you take to resolve the report?" -msgstr "" +msgstr "Welke actie voer je uit om de melding af te handelen?" #: mediagoblin/moderation/forms.py:115 msgid "What privileges will you take away?" -msgstr "" +msgstr "Welke rechten neem je af?" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "Waarom de gebruiker werd geblokkeerd:" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "Bericht aan de gebruiker:" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "Oplossing inhoud:" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "\n{mod} nam van {user} de {privilege} rechten af." + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "\n{mod} blokkeerde de gebruiker {user} {expiration_date}." + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "tot {date}" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "onbepaalde tijd" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "\n{mod} stuurde een waarschuwingsbericht naar {user}." + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "\n{mod} verwijderde de reactie." + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "\n{mod} verwijderde het mediaonderwerp." #: mediagoblin/moderation/tools.py:91 msgid "Warning from" -msgstr "" +msgstr "Waarschuwing van" #: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60 msgid "commented on your post" -msgstr "" +msgstr "reageerde op je bericht" #: mediagoblin/notifications/views.py:35 #, python-format msgid "Subscribed to comments on %s!" -msgstr "" +msgstr "Geabonneerd op reacties op %s!" #: mediagoblin/notifications/views.py:48 #, python-format msgid "You will not receive notifications for comments on %s." -msgstr "" +msgstr "Je ontvangt geen meldingen over reacties op %s." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." -msgstr "" +msgstr "Moet een oauth_token leveren." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." -msgstr "" +msgstr "Geen aanvraagtoken gevonden." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." -msgstr "" +msgstr "Sorry, het bestand is te groot." -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." -msgstr "" +msgstr "Sorry, door te uploaden zou je over je uploadlimiet gaan." -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." +msgstr "Sorry, je hebt je uploadlimiet bereikt." + +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" msgstr "" +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "Primair" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "Secundair" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "Tertiair" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "-----------{display_type}-Mogelijkheden---------------------------\n" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "Hoe werkt het?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "Hoe publiceer je media?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "WAARSCHUWING:" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "\nMedia aanbevelen" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "Aanbevolen" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "\nMedia niet meer aanbevelen" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "Niet aanbevolen" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "\nPromoveer aanbeveling " + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "Promoveren" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "\nDemoveer aanbeveling" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "Demoveren" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Nieuwste media" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "Momenteel is niets aanbevolen." + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "Bekijk de meest recente media" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "Sorry, dit geluidsfragment zal niet werken omdat\n\tje web-browser geen HTML5 audio ondersteunt." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "Je kunt een moderne web browser die\n\taudio kan afspelen krijgen op at <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a>!" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "Sorry, deze video werkt niet omdat je\nwebbrowser geen HTML5 video ondersteunt." + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "Je kunt een moderne web browser die deze\n\tvideo kan afspelen krijgen op at <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a>!" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -383,19 +880,19 @@ msgstr "Gebruikersnaam" #: mediagoblin/plugins/persona/forms.py:28 #: mediagoblin/plugins/persona/forms.py:39 msgid "Email address" -msgstr "E-mail adres" +msgstr "E-mailadres" #: mediagoblin/plugins/basic_auth/forms.py:39 msgid "Username or Email" -msgstr "" +msgstr "Gebruikersnaam of email-adres" #: mediagoblin/plugins/basic_auth/forms.py:46 msgid "Stay logged in" -msgstr "" +msgstr "Blijf ingelogd" #: mediagoblin/plugins/basic_auth/forms.py:51 msgid "Username or email" -msgstr "Gebruikersnaam of email-adres" +msgstr "Gebruikersnaam of e-mailadres" #: mediagoblin/plugins/basic_auth/views.py:54 msgid "" @@ -405,7 +902,7 @@ msgstr "" #: mediagoblin/plugins/basic_auth/views.py:65 msgid "Couldn't find someone with that username." -msgstr "" +msgstr "Kon niemand vinden met die gebruikersnaam." #: mediagoblin/plugins/basic_auth/views.py:68 msgid "" @@ -416,11 +913,11 @@ msgstr "Een e-mail met instructies om je wachtwoord te veranderen is verstuurd." msgid "" "Could not send password recovery email as your username is inactive or your " "account's email address has not been verified." -msgstr "Email kon niet verstuurd worden omdat je gebruikersnaam inactief is of omdat je e-mailadres nog niet geverifieerd is." +msgstr "E-mail kon niet verstuurd worden omdat je gebruikersnaam inactief is of omdat je e-mailadres nog niet geverifieerd is." #: mediagoblin/plugins/basic_auth/views.py:123 msgid "The user id is incorrect." -msgstr "" +msgstr "De gebruikersID is onjuist." #: mediagoblin/plugins/basic_auth/views.py:139 msgid "You can now log in using your new password." @@ -434,7 +931,7 @@ msgstr "" #: mediagoblin/plugins/basic_auth/views.py:215 msgid "Your password was changed successfully" -msgstr "" +msgstr "Je wachtwoord is succesvol gewijzigd" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 @@ -449,16 +946,16 @@ msgstr "Wachtwoord opslaan" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 #, python-format msgid "Changing %(username)s's password" -msgstr "" +msgstr "Wijzigen %(username)s's wachtwoord" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45 #: mediagoblin/templates/mediagoblin/edit/change_email.html:40 msgid "Save" -msgstr "" +msgstr "Bewaren" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22 msgid "Don't have an account yet?" -msgstr "Heeft u nog geen account?" +msgstr "Heb je nog geen account?" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:24 msgid "Create one here!" @@ -466,7 +963,7 @@ msgstr "Maak er hier een!" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 msgid "Change your password." -msgstr "" +msgstr "Wijzig je wachtwoord:" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 @@ -492,27 +989,31 @@ msgstr "Bekijken op <a href=\"%(osm_url)s\">OpenStreetMap</a>" #: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 msgid "Sign in to create an account!" -msgstr "" +msgstr "Log in om een account te maken!" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "Metadata" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "Bewerk Metadata" #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" -msgstr "" +msgstr "Toestaan" #: mediagoblin/plugins/oauth/forms.py:30 msgid "Deny" -msgstr "" +msgstr "Verbieden" #: mediagoblin/plugins/oauth/forms.py:34 msgid "Name" -msgstr "" +msgstr "Naam" #: mediagoblin/plugins/oauth/forms.py:35 msgid "The name of the OAuth client" -msgstr "" - -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" +msgstr "De naam van de OAuth client" #: mediagoblin/plugins/oauth/forms.py:38 msgid "" @@ -522,7 +1023,7 @@ msgstr "" #: mediagoblin/plugins/oauth/forms.py:40 msgid "Type" -msgstr "" +msgstr "Type" #: mediagoblin/plugins/oauth/forms.py:45 msgid "" @@ -536,7 +1037,7 @@ msgstr "" #: mediagoblin/plugins/oauth/forms.py:52 msgid "Redirect URI" -msgstr "" +msgstr "Redirect URI" #: mediagoblin/plugins/oauth/forms.py:54 msgid "" @@ -546,102 +1047,87 @@ msgstr "" #: mediagoblin/plugins/oauth/forms.py:66 msgid "This field is required for public clients" -msgstr "" +msgstr "Dit is een verplicht veld voor openbare clients" #: mediagoblin/plugins/oauth/views.py:55 msgid "The client {0} has been registered!" -msgstr "" +msgstr "De client {0} is geregistereerd!" #: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22 msgid "OAuth client connections" -msgstr "" +msgstr "OAuth client verbindingen" #: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22 msgid "Your OAuth clients" -msgstr "" - -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Voeg toe" +msgstr "Je OAuth clients" #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 msgid "Sorry, an account is already registered to that OpenID." -msgstr "" +msgstr "Sorry, er is al een account geregistreerd met die OpenID" #: mediagoblin/plugins/openid/forms.py:38 msgid "OpenID" -msgstr "" +msgstr "OpenID" #: mediagoblin/plugins/openid/views.py:48 msgid "Sorry, the OpenID server could not be found" -msgstr "" +msgstr "Sorry, de OpenID server kon niet worden gevonden" #: mediagoblin/plugins/openid/views.py:61 #, python-format msgid "No OpenID service was found for %s" -msgstr "" +msgstr "Geen OpenID service gevonden voor %s" #: mediagoblin/plugins/openid/views.py:106 #, python-format msgid "Verification of %s failed: %s" -msgstr "" +msgstr "Verificatie van %s mislukt\"%s" #: mediagoblin/plugins/openid/views.py:117 msgid "Verification cancelled" -msgstr "" +msgstr "Verificatie geannuleerd" #: mediagoblin/plugins/openid/views.py:314 msgid "Your OpenID url was saved successfully." -msgstr "" +msgstr "Je OpenID URL is succesvol bewaard." #: mediagoblin/plugins/openid/views.py:338 #: mediagoblin/plugins/openid/views.py:393 msgid "You can't delete your only OpenID URL unless you have a password set" -msgstr "" +msgstr "Je kunt je OpenID URL alleen verwijderen als je een wachtwoord hebt ingesteld." #: mediagoblin/plugins/openid/views.py:343 #: mediagoblin/plugins/openid/views.py:402 msgid "That OpenID is not registered to this account." -msgstr "" +msgstr "Die OpenID is niet geregistreerd voor dit account." #: mediagoblin/plugins/openid/views.py:385 msgid "OpenID was successfully removed." -msgstr "" +msgstr "OpenID succesvol verwijderd." #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:34 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:23 msgid "Add an OpenID" -msgstr "" +msgstr "OpenID toevoegen" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:34 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:23 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:31 msgid "Delete an OpenID" -msgstr "" - -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Verwijderen" +msgstr "OpenID verwijderen" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" -msgstr "" +msgstr "OpenID's" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -655,66 +1141,66 @@ msgstr "Inloggen is mislukt!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 msgid "Log in to create an account!" -msgstr "" +msgstr "Log in om een account te maken!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 msgid "Or login with a password!" -msgstr "" +msgstr "Of login met een wachtwoord!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 msgid "Or login with OpenID!" -msgstr "" +msgstr "Of login met OpenID" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23 msgid "Or register with OpenID!" -msgstr "" +msgstr "Of registreer met een OpenID!" #: mediagoblin/plugins/persona/__init__.py:90 msgid "Sorry, an account is already registered to that Persona email." -msgstr "" +msgstr "Sorry, er is al een account geregistreerd met dat Persona e-mailadres." #: mediagoblin/plugins/persona/views.py:138 msgid "The Persona email address was successfully removed." -msgstr "" +msgstr "Het Persona e-mailadres is succesvol verwijderd." #: mediagoblin/plugins/persona/views.py:144 msgid "" "You can't delete your only Persona email address unless you have a password " "set." -msgstr "" +msgstr "Je kunt je Persona e-mailadres alleen verwijderen als je een wachtwoord hebt ingesteld." #: mediagoblin/plugins/persona/views.py:149 msgid "That Persona email address is not registered to this account." -msgstr "" +msgstr "Dat Persona e-mailadres is niet geregistreerd voor dit account." #: mediagoblin/plugins/persona/views.py:176 msgid "" "Sorry, an account is already registered with that Persona email address." -msgstr "" +msgstr "Sorry, er is al een account geregistreerd met dat Persona e-mailadrers." #: mediagoblin/plugins/persona/views.py:192 msgid "Your Persona email address was saved successfully." -msgstr "" +msgstr "Je Persona e-mailadres is succesvol bewaard." #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31 msgid "Delete a Persona email address" -msgstr "" +msgstr "Verwijder een Persona e-mailadres" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34 msgid "Add a Persona email address" -msgstr "" +msgstr "Voeg een Persona e-mailadres toe" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 msgid "Persona's" -msgstr "" +msgstr "Persona's" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 msgid "Or login with Persona!" -msgstr "" +msgstr "Of login met Persona!" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22 msgid "Or register with Persona!" -msgstr "" +msgstr "Of registreer mer Persona!" #: mediagoblin/processing/__init__.py:420 msgid "Invalid file given for media type." @@ -722,7 +1208,7 @@ msgstr "Verkeerd bestandsformaat voor mediatype opgegeven." #: mediagoblin/processing/__init__.py:427 msgid "Copying to public storage failed." -msgstr "" +msgstr "Kopiëren naar openbare opslag mislukt." #: mediagoblin/processing/__init__.py:435 msgid "An acceptable processing file was not found" @@ -730,7 +1216,7 @@ msgstr "" #: mediagoblin/submit/forms.py:30 msgid "Max file size: {0} mb" -msgstr "" +msgstr "Max bestandsgrootte: {0} mb" #: mediagoblin/submit/forms.py:34 msgid "File" @@ -741,24 +1227,20 @@ msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." -msgstr "" +msgstr "Je kunt\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> gebruiken voor opmaak." #: mediagoblin/submit/views.py:55 msgid "You must provide a file." -msgstr "U moet een bestand aangeven." - -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Mooizo! Toegevoegd!" +msgstr "Je moet een bestand opgeven." #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" -msgstr "" +msgstr "Verzameling \"%s\" toegevoegd!" #: mediagoblin/templates/mediagoblin/banned.html:20 msgid "You are Banned." -msgstr "" +msgstr "Je bent geblokkeerd." #: mediagoblin/templates/mediagoblin/banned.html:24 #: mediagoblin/templates/mediagoblin/error.html:24 @@ -767,37 +1249,33 @@ msgstr "" #: mediagoblin/templates/mediagoblin/banned.html:26 msgid "You have been banned" -msgstr "" +msgstr "Je bent geblokkeerd" #: mediagoblin/templates/mediagoblin/banned.html:28 #, python-format msgid "until %(until_when)s" -msgstr "" - -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" +msgstr "tot %(until_when)s" -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Verifieer je e-mailadres!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" -msgstr "" +msgstr "uitloggen" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" -msgstr "" +msgstr "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Accountinstellingen aanpassen" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -805,84 +1283,84 @@ msgstr "Accountinstellingen aanpassen" msgid "Media processing panel" msgstr "Mediaverwerkingspaneel" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" -msgstr "" +msgstr "Afmelden" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Voeg media toe" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" -msgstr "" +msgstr "Creëer een nieuwe verzameling" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "Moderator mogelijkheden:" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" -msgstr "" +msgstr "Gebruikersbeheer panel" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" -msgstr "" - -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Nieuwste media" +msgstr "Meldingenbeheer panel" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" -msgstr "" +msgstr "Autorisatie" #: mediagoblin/templates/mediagoblin/api/authorize.html:26 #: mediagoblin/templates/mediagoblin/api/authorize.html:53 msgid "Authorize" -msgstr "" +msgstr "Autoriseer" #: mediagoblin/templates/mediagoblin/api/authorize.html:29 msgid "You are logged in as" -msgstr "" +msgstr "Je bent ingelogd als" #: mediagoblin/templates/mediagoblin/api/authorize.html:33 msgid "Do you want to authorize " -msgstr "" +msgstr "Sta je toegang toe" #: mediagoblin/templates/mediagoblin/api/authorize.html:37 msgid "an unknown application" -msgstr "" +msgstr "voor een onbekende app" #: mediagoblin/templates/mediagoblin/api/authorize.html:39 msgid " to access your account? " -msgstr "" +msgstr "om je account te gebruiken?" #: mediagoblin/templates/mediagoblin/api/authorize.html:41 msgid "Applications with access to your account can: " -msgstr "" +msgstr "Apps met toegang tot jouw account kunnen:" #: mediagoblin/templates/mediagoblin/api/authorize.html:43 msgid "Post new media as you" -msgstr "" +msgstr "Nieuwe media namens jou plaatsen" #: mediagoblin/templates/mediagoblin/api/authorize.html:44 msgid "See your information (e.g profile, media, etc...)" -msgstr "" +msgstr "Je informatie zien (bv. profiel, media etc.)" #: mediagoblin/templates/mediagoblin/api/authorize.html:45 msgid "Change your information" -msgstr "" +msgstr "Je informatie wijzigen" #: mediagoblin/templates/mediagoblin/api/oob.html:21 msgid "Authorization Finished" -msgstr "" +msgstr "Autorisatie gereed" #: mediagoblin/templates/mediagoblin/api/oob.html:26 msgid "Authorization Complete" -msgstr "" +msgstr "Autorisatie compleet" #: mediagoblin/templates/mediagoblin/api/oob.html:28 msgid "Copy and paste this into your client:" -msgstr "" +msgstr "Kopieer en plak dit in je client:" #: mediagoblin/templates/mediagoblin/auth/register.html:28 #: mediagoblin/templates/mediagoblin/auth/register.html:36 @@ -902,14 +1380,14 @@ msgid "" "your web browser:\n" "\n" "%(verification_url)s" -msgstr "Hallo %(username)s , open de volgende URL in uw webbrowser om uw GNU MediaGoblin account te activeren: %(verification_url)s " +msgstr "Hallo %(username)s , open de volgende URL in je webbrowser om je GNU MediaGoblin account te activeren: %(verification_url)s " #: mediagoblin/templates/mediagoblin/bits/base_footer.html:21 #, python-format msgid "" "Powered by <a href=\"http://mediagoblin.org/\" title='Version " "%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> project." -msgstr "" +msgstr "Powered by <a href=\"http://mediagoblin.org/\" title='Version %(version)s'>MediaGoblin</a>, een <a href=\"http://gnu.org/\">GNU</a> project." #: mediagoblin/templates/mediagoblin/bits/base_footer.html:24 #, python-format @@ -921,44 +1399,44 @@ msgstr "Uitgegeven onder de <a href=\"http://www.fsf.org/licensing/licenses/agpl #: mediagoblin/templates/mediagoblin/bits/base_footer.html:30 msgid "Terms of Service" -msgstr "" +msgstr "Gebruiksvoorwaarden" #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20 msgid "Explore" msgstr "Verkennen" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Hoi, welkom op deze MediaGoblin website!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Deze website draait <a href=\"http://mediagoblin.org\">MediaGoblin</a>, een buitengewoon goed stuk software voor mediahosting." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." -msgstr "" +msgstr "Om je eigen media toe te voegen, te reageren en meer, kun je inloggen met je MediaGoblin account." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "Heb je er nog geen? Het is heel eenvoudig!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "" +" >Create an account at this site</a>\n" +" or" +msgstr "\n >Creëer een account op deze site</a>\n of" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "\n <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Installeer MediaGoblin op je eigen server</a>" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 @@ -969,29 +1447,18 @@ msgstr "MediaGoblin logo" #: mediagoblin/templates/mediagoblin/edit/attachments.html:35 #, python-format msgid "Editing attachments for %(media_title)s" -msgstr "" +msgstr "Aanpassen bijlagen voor %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" -msgstr "" +msgstr "Bijlagen" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Annuleren" +msgstr "Voeg een bijlage toe" #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 @@ -1005,22 +1472,16 @@ msgstr "Wijzigingen opslaan" #: mediagoblin/templates/mediagoblin/edit/change_email.html:33 #, python-format msgid "Changing %(username)s's email" -msgstr "" +msgstr "Wijzigen %(username)s's e-mailadres" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 #, python-format msgid "Really delete user '%(user_name)s' and all related media/comments?" -msgstr "" +msgstr "Echt gebruiker '%(user_name)s' en alle gerelateerde media/reacties verwijderen?" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 msgid "Yes, really delete my account" -msgstr "" - -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Permanent verwijderen" +msgstr "Ja, verwijder mijn account" #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 @@ -1036,16 +1497,16 @@ msgstr "%(username)ss accountinstellingen aanpassen" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:54 msgid "Delete my account" -msgstr "" +msgstr "Verwijder mijn account" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 msgid "Email" -msgstr "" +msgstr "E-mailadres" #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29 #, python-format msgid "Editing %(collection_title)s" -msgstr "" +msgstr "Bewerken %(collection_title)s" #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34 @@ -1053,6 +1514,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "Het profiel aanpassen van %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "Metadata voor \"%(media_name)s\"" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "MetaData" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "Voeg nieuwe rij toe" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "Metadata bijwerken" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "Lege rijen opschonen" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1065,26 +1547,28 @@ msgid "" "\n" "If you are not %(username)s or didn't request an email change, you can ignore\n" "this email." -msgstr "" +msgstr "Hallo,\n\nWe willen verifiëren dat jij %(username)s bent. Als dat zo is, dan \nkun je de onderstaande link volgens om je e-mailadres te verifiëren.\n\n%(verification_url)s\n\nAls je niet %(username)s bent, of geen e-mailadreswijziging aanvroeg, dan kun je dit bericht negeren." #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 msgid "New comments" -msgstr "" +msgstr "Nieuwe reacties" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" -msgstr "" +msgstr "%(formatted_time)s geleden" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41 msgid "Mark all read" -msgstr "" +msgstr "Alles markeren als gelezen" #: mediagoblin/templates/mediagoblin/listings/collection.html:30 #: mediagoblin/templates/mediagoblin/listings/collection.html:35 @@ -1099,7 +1583,7 @@ msgstr "Media met het label: %(tag_name)s" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:67 #: mediagoblin/templates/mediagoblin/media_displays/video.html:74 msgid "Download" -msgstr "" +msgstr "Download" #: mediagoblin/templates/mediagoblin/media_displays/ascii.html:38 msgid "Original" @@ -1110,104 +1594,132 @@ msgid "" "Sorry, this audio will not work because \n" "\tyour web browser does not support HTML5 \n" "\taudio." -msgstr "Sorry, dit geluidsfragment zal niet werken omdat\n»uw web-browser geen HTML5 ondersteuntâŽ\n»audio." +msgstr "Sorry, dit geluidsfragment zal niet werken omdat \n\tje webbrowser geen HTML5 audio\n\tondersteunt." #: mediagoblin/templates/mediagoblin/media_displays/audio.html:47 msgid "" "You can get a modern web browser that \n" "\tcan play the audio at <a href=\"http://getfirefox.com\">\n" "\t http://getfirefox.com</a>!" -msgstr "U kunt een moderne web-browser die \n\taudio kan afspelen vinden op <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a>!" +msgstr "Je kunt een moderne web-browser die \n\taudio kan afspelen vinden op <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a>!" #: mediagoblin/templates/mediagoblin/media_displays/audio.html:60 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:73 #: mediagoblin/templates/mediagoblin/media_displays/video.html:80 msgid "Original file" -msgstr "" +msgstr "Origineel bestand" #: mediagoblin/templates/mediagoblin/media_displays/audio.html:63 msgid "WebM file (Vorbis codec)" -msgstr "" +msgstr "WebM bestand (Vorbis codec)" #: mediagoblin/templates/mediagoblin/media_displays/image.html:36 msgid "Created" -msgstr "" +msgstr "Aangemaakt" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Afbeelding voor %(media_title)s" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:81 msgid "PDF file" -msgstr "" +msgstr "PDF bestand" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" -msgstr "" +msgstr "Perspectief" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" -msgstr "" +msgstr "Voorkant" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" -msgstr "" +msgstr "Bovenkant" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" -msgstr "" +msgstr "Zijkant" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" -msgstr "" +msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" -msgstr "" +msgstr "Download model" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" -msgstr "" +msgstr "Bestandsformaat" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" -msgstr "" +msgstr "Object hoogte" #: mediagoblin/templates/mediagoblin/media_displays/video.html:63 msgid "" "Sorry, this video will not work because\n" " your web browser does not support HTML5 \n" " video." -msgstr "" +msgstr "Sorry, deze video werkt niet omdat\nje webbrowser geen HTML5 video ondersteunt." #: mediagoblin/templates/mediagoblin/media_displays/video.html:66 msgid "" "You can get a modern web browser that \n" " can play this video at <a href=\"http://getfirefox.com\">\n" " http://getfirefox.com</a>!" -msgstr "" +msgstr "Je kunt een moderne webbrowser die\ndeze video af kan spelen krijgen op\n<a href=\"http://getfirefox.com\">http://getfirefox.com</a>!" #: mediagoblin/templates/mediagoblin/media_displays/video.html:88 msgid "WebM file (VP8/Vorbis)" -msgstr "" +msgstr "WebM bestand (VP8/Vorbis)" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30 msgid "" "Here you can track the state of media being processed on this instance." -msgstr "" +msgstr "Hier kun je de status zien van de media die verwerkt worden op deze Goblin." #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32 msgid "Media in-processing" msgstr "Media te verwerken" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "ID" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "Gebruiker" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "Wanneer toegevoegd" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "Transcoderen voortgang" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "Onbekend" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1218,46 +1730,58 @@ msgstr "Geen media om te verwerken" msgid "These uploads failed to process:" msgstr "Deze toevoegingen konden niet verwerkt worden:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "Reden voor mislukken" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "Mislukken metadata" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" -msgstr "" +msgstr "Geen fouten!" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:93 msgid "Last 10 successful uploads" -msgstr "" +msgstr "Laatste 10 geslaagde uploads" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "Aangemeld" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" -msgstr "" +msgstr "Niets verwerkt, nog niet!" #: mediagoblin/templates/mediagoblin/moderation/report.html:27 msgid "Sorry, no such report found." -msgstr "" +msgstr "Sorry, geen melding gevonden." -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" -msgstr "" +msgstr "Terug naar Meldingenpanel" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" -msgstr "" +msgstr "Melden" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" -msgstr "" +msgstr "Gemelde reactie" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" " â– Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n" " " -msgstr "" +msgstr "\n â– Gemelde media door <a href=\"%(user_url)s\">%(user_name)s</a>\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1265,195 +1789,352 @@ msgid "" " <a href=\"%(user_url)s\"> %(user_name)s</a>\n" " HAS BEEN DELETED\n" " " -msgstr "" +msgstr "\n INHOUD VAN\n <a href=\"%(user_url)s\"> %(user_name)s</a>\n IS VERWIJDERD\n " + +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "Reden voor melding:" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" -msgstr "" +msgstr "Oplossen" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" -msgstr "" +msgstr "Los deze melding op" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" -msgstr "" +msgstr "Status" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" -msgstr "" +msgstr "OPGELOST" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" -msgstr "" +msgstr "Je kunt geen actie nemen tegenover een beheerder" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27 msgid "Report panel" -msgstr "" +msgstr "Meldingenpanel" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30 msgid "" "\n" " Here you can look up open reports that have been filed by users.\n" " " -msgstr "" +msgstr "\n Hier kun je de door gebruikers ingestuurde open meldingen zien.\n " #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:35 msgid "Active Reports Filed" -msgstr "" +msgstr "Actieve ingestuurde meldingen" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" -msgstr "" +msgstr "Overtreder" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78 msgid "When Reported" -msgstr "" +msgstr "Wanneer gemeld" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" -msgstr "" +msgstr "Gemeld door" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" -msgstr "" +msgstr "Reden" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" " Comment Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Gemelde Reactie #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" " Media Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Gemelde Media #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." -msgstr "" +msgstr "Geen open meldingen gevonden." -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" -msgstr "" +msgstr "Afgesloten meldingen" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" -msgstr "" +msgstr "Opgelost" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" -msgstr "" +msgstr "Actie" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" " Closed Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Afgesloten melding #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." -msgstr "" +msgstr "Geen afgesloten meldingen gevonden." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "Gebruiker: %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "Terug naar gebruikerspanel" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "Sorry, die gebruiker kon niet worden gevonden." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "E-mailverificatie is nodig" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "Iemand heeft een account met deze gebruikersnaam gemaakt, maar die moet nog geactiveerd worden." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Profiel van %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "GEBLOKKEERD tot %(expiration_date)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "Geblokkeerd voor onbepaalde tijd" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Deze gebruiker heeft zijn of haar profiel (nog) niet ingevuld." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Profiel aanpassen." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Blader door verzamelingen" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "Actieve meldingen voor %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "Melding ID" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "Gemelde inhoud" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "Beschrijving van melding" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "Melding #%(report_number)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "Gemelde reactie" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "Gemelde media" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "Geen actieve meldingen gedaan voor %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "Alle meldingen voor %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "Alle meldingen die %(username)s heeft ingestuurd" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "%(username)s's rechten" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "Recht" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "Toegekend" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "Ja" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "Nee" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "Blokkeer gebruiker" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "Deblokkeer gebruiker" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" -msgstr "" +msgstr "Gebruikerspanel" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:29 msgid "" "\n" " Here you can look up users in order to take punitive actions on them.\n" " " -msgstr "" +msgstr "\n Hier kun je je gebruikers opzoeken om eventueel acties te ondernemen.\n " #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34 msgid "Active Users" -msgstr "" - -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" +msgstr "Actieve gebruikers" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" -msgstr "" +msgstr "Wanneer aangemeld" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78 msgid "# of Comments Posted" -msgstr "" +msgstr "# geplaatste reacties" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 msgid "No users found." -msgstr "" +msgstr "Geen gebruikers gevonden." #: mediagoblin/templates/mediagoblin/submit/collection.html:26 msgid "Add a collection" -msgstr "" +msgstr "Voeg een collectie toe" #: mediagoblin/templates/mediagoblin/submit/start.html:28 #: mediagoblin/templates/mediagoblin/submit/start.html:35 msgid "Add your media" msgstr "Voeg media toe" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "â– Blogbericht door <a href=\"%(user_url)s\">%(username)s</a>" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Geef een reactie" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Voeg dit bericht toe" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Toegevoegd" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" -msgstr "" +msgstr "%(collection_title)s (%(username)s's collectie)" #: mediagoblin/templates/mediagoblin/user_pages/collection.html:39 #, python-format msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" -msgstr "" +msgstr "%(collection_title)s van <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Pas aan" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "Verwijder collectie %(collection_title)s" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Zeker weten dat je %(title)s wil verwijderen?" +msgid "Really delete collection: %(title)s?" +msgstr "Collectie %(title)s echt verwijderen?" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "Verwijder %(media_title)s uit %(collection_title)s" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" -msgstr "" +msgstr "Echt %(media_title)s verwijderen uit %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" -msgstr "" +msgstr "Verwijderen" #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21 #, python-format msgid "%(username)s's collections" -msgstr "" +msgstr "%(username)s's verzamelingen" #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28 #, python-format msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections" -msgstr "" +msgstr "<a href=\"%(user_url)s\">%(username)s</a>'s verzamelingen" #: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19 #, python-format msgid "" "Hi %(username)s,\n" "%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n" -msgstr "" +msgstr "Hallo %(username)s,\n%(comment_author)s reageerden op je bericht (%(comment_url)s) op %(instance_name)s\n" #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30 #, python-format @@ -1465,7 +2146,7 @@ msgstr "Media van %(username)s" msgid "" "<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a " "href=\"%(tag_url)s\">%(tag)s</a>" -msgstr "" +msgstr "<a href=\"%(user_url)s\">%(username)s</a>'s media met tag <a href=\"%(tag_url)s\">%(tag)s</a>" #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48 #, python-format @@ -1477,35 +2158,23 @@ msgstr "Media van <a href=\"%(user_url)s\"> %(username)s </a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Blader door media van <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Geef een reactie" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Voeg dit bericht toe" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" +msgstr "Voorbeeldreactie" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format msgid "Add “%(media_title)s†to a collection" -msgstr "" +msgstr "Voeg “%(media_title)s†toe aan collectie" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54 msgid "+" -msgstr "" +msgstr "+" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58 msgid "Add a new collection" -msgstr "" +msgstr "Voeg een nieuwe collectie toe" #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29 msgid "" @@ -1514,19 +2183,19 @@ msgstr "Hier kun je de status zien van de media die verwerkt worden." #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89 msgid "Your last 10 successful uploads" -msgstr "" +msgstr "Je 10 laatste geslaagde uploads" #: mediagoblin/templates/mediagoblin/user_pages/report.html:21 msgid "<h2>File a Report</h2>" -msgstr "" +msgstr "<h2>Stuur een melding in</h2>" #: mediagoblin/templates/mediagoblin/user_pages/report.html:24 msgid "Reporting this Comment" -msgstr "" +msgstr "Deze reactie wordt gemeld" #: mediagoblin/templates/mediagoblin/user_pages/report.html:60 msgid "Reporting this Media Entry" -msgstr "" +msgstr "Dit mediabestand wordt gemeld" #: mediagoblin/templates/mediagoblin/user_pages/report.html:72 #, python-format @@ -1535,58 +2204,33 @@ msgid "" " â– Published by <a href=\"%(user_url)s\"\n" " class=\"comment_authorlink\">%(username)s</a>\n" " " -msgstr "" +msgstr "\n â– gepubliceerd door <a href=\"%(user_url)s\"\n class=\"comment_authorlink\">%(username)s</a>\n " #: mediagoblin/templates/mediagoblin/user_pages/report.html:81 msgid "File Report " -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Profiel van %(username)s" +msgstr "Bestandsmelding" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Hier is een plekje om anderen over jezelf te vertellen." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Profiel aanpassen." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Deze gebruiker heeft zijn of haar profiel (nog) niet ingevuld." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Bekijk alle media van %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Dit is waar je nieuwe media zal verschijnen, maar het lijkt erop dat je nog niets heb toegevoegd." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Het lijkt erop dat er nog geen media is." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Emailverificatie is nodig" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Bijna klaar! Je account moet nog geactiveerd worden." @@ -1615,24 +2259,32 @@ msgstr "Iemand heeft een account met deze gebruikersnaam gemaakt, maar hij moet msgid "" "If you are that person but you've lost your verification email, you can <a " "href=\"%(login_url)s\">log in</a> and resend it." -msgstr "Als u die persoon bent, maar de verificatie e-mail verloren hebt, kunt u <a href=\"%(login_url)s\">inloggen</a> en hem nogmaals verzenden." +msgstr "Als jij die persoon bent, maar de verificatie e-mail verloren hebt, kunt je <a href=\"%(login_url)s\">inloggen</a> en het nogmaals verzenden." #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49 msgid "(remove)" -msgstr "" +msgstr "(verwijdered)" #: mediagoblin/templates/mediagoblin/utils/collections.html:21 msgid "Collected in" -msgstr "" +msgstr "Opgenomen in" #: mediagoblin/templates/mediagoblin/utils/collections.html:40 msgid "Add to a collection" -msgstr "" +msgstr "Voeg toe aan collectie" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "Abonneer op reacties" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "Onderdruk reacties" #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" -msgstr "feed icoon" +msgstr "feed pictogram" #: mediagoblin/templates/mediagoblin/utils/feed_link.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23 @@ -1667,13 +2319,13 @@ msgstr "ouder" #: mediagoblin/templates/mediagoblin/utils/report.html:25 msgid "Report media" -msgstr "" +msgstr "Meld media" #: mediagoblin/templates/mediagoblin/utils/tags.html:20 msgid "Tagged with" msgstr "Getagged met" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Kon het afbeeldingsbestand niet lezen." @@ -1683,19 +2335,19 @@ msgstr "Oeps!" #: mediagoblin/tools/response.py:39 msgid "An error occured" -msgstr "" +msgstr "Er trad een fout op" #: mediagoblin/tools/response.py:53 msgid "Bad Request" -msgstr "" +msgstr "Verkeerde aanvraag" #: mediagoblin/tools/response.py:55 msgid "The request sent to the server is invalid, please double check it" -msgstr "" +msgstr "De aanvraag aan de server is ongeldig, controleer opnieuw" #: mediagoblin/tools/response.py:63 msgid "Operation not allowed" -msgstr "" +msgstr "Actie niet toegestaan" #: mediagoblin/tools/response.py:64 msgid "" @@ -1713,136 +2365,128 @@ msgstr "" #: mediagoblin/tools/timesince.py:62 msgid "year" -msgstr "" +msgstr "jaar" #: mediagoblin/tools/timesince.py:63 msgid "month" -msgstr "" +msgstr "maand" #: mediagoblin/tools/timesince.py:64 msgid "week" -msgstr "" +msgstr "week" #: mediagoblin/tools/timesince.py:65 msgid "day" -msgstr "" +msgstr "dag" #: mediagoblin/tools/timesince.py:66 msgid "hour" -msgstr "" +msgstr "uur" #: mediagoblin/tools/timesince.py:67 msgid "minute" -msgstr "" +msgstr "minuut" #: mediagoblin/user_pages/forms.py:23 msgid "Comment" -msgstr "" +msgstr "Reactie" #: mediagoblin/user_pages/forms.py:25 msgid "" "You can use <a href=\"http://daringfireball.net/projects/markdown/basics\" " "target=\"_blank\">Markdown</a> for formatting." -msgstr "" - -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Ik weet zeker dat ik dit wil verwijderen." +msgstr "Je kunt <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> gebruiken voor opmaak." #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" -msgstr "" +msgstr "Ik weet zeker dat ik dit uit de verzameling wil verwijderen." #: mediagoblin/user_pages/forms.py:39 msgid "Collection" -msgstr "" +msgstr "Verzameling" #: mediagoblin/user_pages/forms.py:40 msgid "-- Select --" -msgstr "" +msgstr "-- Selecteer --" #: mediagoblin/user_pages/forms.py:42 msgid "Include a note" -msgstr "" +msgstr "Voeg een notitie toe" #: mediagoblin/user_pages/forms.py:49 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n" " Markdown</a> for formatting." -msgstr "" +msgstr "Je kunt\n <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n Markdown</a> gebruiken voor opmaak." #: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 msgid "Reason for Reporting" -msgstr "" +msgstr "Aanleiding voor melding" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." -msgstr "" +msgstr "Sorry, reageren is uitgeschakeld." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Oeps, je bericht was leeg." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Je bericht is geplaatst!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." -msgstr "" +msgstr "Controleer de nummer en probeer het opnieuw." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" -msgstr "" +msgstr "Je moet een collectie selecteren of aanmaken" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" -msgstr "" +msgstr "\"%s\" zit al in collectie \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" -msgstr "" +msgstr "\"%s\" toegevoegd aan collectie \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Je hebt deze media verwijderd." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Deze media was niet verwijderd omdat je niet hebt aangegeven dat je het zeker weet." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Je staat op het punt de media van iemand anders te verwijderen. Pas op." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." -msgstr "" +msgstr "Je hebt het nummer uit de collectie verwijderd." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." -msgstr "" +msgstr "Dit nummer is niet verwijderd omdat je niet hebt aangegeven dat je het zeker weet." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." -msgstr "" +msgstr "Je staat op het punt een nummer uit de collectie van iemand anders te verwijderen. Pas op." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" -msgstr "" +msgstr "Je verwijderde collectie \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." -msgstr "" +msgstr "De collectie is niet verwijderd omdat je niet hebt aangegeven dat je het zeker weet." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." -msgstr "" +msgstr "Je staat op het punt om de collectie van iemand anders te verwijderen. Pas op." diff --git a/mediagoblin/i18n/nn_NO/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/nn_NO/LC_MESSAGES/mediagoblin.mo Binary files differindex 77ef3622..ac158ea1 100644 --- a/mediagoblin/i18n/nn_NO/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/nn_NO/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/nn_NO/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/nn_NO/LC_MESSAGES/mediagoblin.po index f974e3e1..d34bb151 100644 --- a/mediagoblin/i18n/nn_NO/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/nn_NO/LC_MESSAGES/mediagoblin.po @@ -1,34 +1,34 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: -# velmont <odin.omdal@gmail.com>, 2013 +# velmont <odin.omdal@gmail.com>, 2013-2014 # velmont <odin.omdal@gmail.com>, 2011-2012 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/mediagoblin/language/nn_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: nn_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Registrering er slege av. Orsak." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "Rapportering er slege av. Orsak." -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "Autentisering er slege av. Orsak." @@ -49,12 +49,12 @@ msgstr "Dette feltet krev ei epostadresse." msgid "Sorry, a user with that name already exists." msgstr "Ein konto med dette brukarnamnet finst allereide." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Ein brukar med den epostadressa finst allereie." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "Stadfestingsnykelen eller brukar-ID-en din er feil." @@ -80,174 +80,189 @@ msgstr "Du har allereie verifisiert epostadressa." msgid "Resent your verification email." msgstr "Stadfestingsepost sendt." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Tittel" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Skildring av verk" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Du kan bruka <a href=\"http://daringfireball.net/projects/markdown/basics\">Markdown</a> til formattering." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Merkelappar" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Separer merkelappar med komma." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Nettnamn" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "Nettnamnet kan ikkje vera tomt" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "Nettnamnet (adressetittel) for verket di. Trengst ikkje endrast." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Lisens" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Presentasjon" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Heimeside" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Adressa inneheld feil" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "Send meg epost nÃ¥r andre kjem med innspel pÃ¥ verka mine." -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "SlÃ¥ av/pÃ¥ notifikasjonar om hendingar." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Lisens-val" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "Dette vil vera standardvalet ditt for lisens." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "Tittelen kjan ikkje vera tom" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Forklaringa til denne samlinga" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "Tittel-delen av denne samlinga si adresse. Du treng normalt sett ikkje endra denne." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Gamalt passort" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Skriv inn det gamle passordet ditt for Ã¥ stadfesta at du eig denne kontoen." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Nytt passord" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "Ny epostadresse" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Passord" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "Skriv inn passordet som prov pÃ¥ at dette er din konto." -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "Identifikator" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "Verdi" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Eit innlegg med denne adressetittelen finst allereie." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "TrÃ¥ varsamt, du endrar nokon andre sine verk." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "La til vedlegg %s." -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Du kan berre enda din eigen profil." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "TrÃ¥ varsamt, du endrar nokon andre sin profil." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Lagra endring av profilen" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Lagra kontoinstellingar" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Du mÃ¥ stadfesta slettinga av kontoen din." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "Du har allereie ei samling med namn «%s»." -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "Ei samling med den nettadressa finst allereie for denne brukaren." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Du endrar ein annan brukar si samling. TrÃ¥ varsamt." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "Epostadressa di er bekrefta." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Feil passord" @@ -278,6 +293,69 @@ msgstr "Hopper over «%s»: allereie satt opp.\n" msgid "Old link found for \"%s\"; removing.\n" msgstr "Gamal lenkje funnen for «%s»; fjernar.\n" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "For more information about how to properly run this\nscript (and how to format the metadata csv file), read the MediaGoblin\ndocumentation page on command line uploading\n<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "Name of user these media entries belong to" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "Path to the csv file containing metadata information." + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "Don't process eagerly, pass off to celery" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "Sorry, no user by username '{username}' exists" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "File at {path} not found, use -h flag for help" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "Error with media '{media_id}' value '{error_path}': {error_msg}\nMetadata was not uploaded." + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "FAIL: Local file {filename} could not be accessed.\n{filename} will not be uploaded." + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "Successfully submitted {filename}!\nBe sure to look at the Media Processing Panel on your website to be sure it\nuploaded successfully." + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "FAIL: This file is larger than the upload limits for this site." + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "FAIL: This file will put this user past their upload limits." + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "FAIL: This user is already past their upload limits." + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "{files_uploaded} out of {files_attempted} files successfully submitted" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -285,11 +363,147 @@ msgid "" "domain." msgstr "Finn ikkje CSRF-cookien. Dette er truleg grunna ein cookie-blokkar.<br/>\nSjÃ¥ til at du tillet cookies for dette domenet." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Orsak, stør ikkje den filtypen :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Forklaring" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Eg er sikker eg vil sletta dette" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Johoo! Opplasta!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "Sende inn det endra innlegget" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "Du sletta bloggen." + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Sletta ikkje verket." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "Du er i ferd med Ã¥ sletta ein annan brukar sin blogg. TrÃ¥ varsamt." + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "Sletta ikkje bloggen fordi du ikkje har løyve." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "Legg til innlegg" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "Endra blogg" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "Slett blogg" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Endra" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Slett" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "<em>GÃ¥ til listevisning</em>" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "Ingen innlegg enno." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Vil du verkeleg sletta %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Bryt av" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Slett permanent" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "Opprett/endra ein blogg" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Legg til" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "Opprett/endra eit innlegg." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "Opprett/endra eit innlegg." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "Bloggen til %(blog_owner_name)s" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "Vis" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "Lag ein blogg" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "Blogg styringspanel" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "klarte ikkje køyra unoconv, sjekk logg-fil" @@ -330,6 +544,57 @@ msgstr "Kva handling vil du ta for Ã¥ løysa rapporteringa?" msgid "What privileges will you take away?" msgstr "Kva privilegium vil du ta vekk?" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "Grunn til at brukaren er utestengd:" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "Melding til brukar:" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "Løysingsinnhald:" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "\n{mod} tok vekk {privilege} privilegiane til {user}." + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "\n{mod} utestengde brukaren {user} {expiration_date}." + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "til {dato}" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "for alltid" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "\n{mod} sende ein Ã¥tvaringsepost til {user}." + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "\n{mod} sletta innspelet." + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "\n{mod} sletta verket." + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "Ã…tvaring frÃ¥" @@ -348,29 +613,260 @@ msgstr "Tingar innspel frÃ¥ %s." msgid "You will not receive notifications for comments on %s." msgstr "Du vil ikkje fÃ¥ notifikasjonar for innspel pÃ¥ %s." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "Treng oauth_token (must provide oath_token)." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "Noko gjekk gale :( (no request token found)." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "Fila er for stor." -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "Opplasting av denne fila vil putta deg over opplastingsgrensa di." -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "Du har nÃ¥dd opplastingsgrensa di." +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "Skriv adresse for verket du vil visa fram." + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Nyaste verk" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -494,6 +990,14 @@ msgstr "SjÃ¥ pÃ¥ <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "Logg inn for Ã¥ oppretta ein konto." +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "Godta" @@ -510,10 +1014,6 @@ msgstr "Namn" msgid "The name of the OAuth client" msgstr "Namnet til OAuth-klienten" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Forklaring" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -560,14 +1060,6 @@ msgstr "OAuth klient-tilkoplingar" msgid "Your OAuth clients" msgstr "Dine OAuth-klientar" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Legg til" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -627,13 +1119,6 @@ msgstr "Legg til OpenID" msgid "Delete an OpenID" msgstr "Slett ein OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Slett" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "OpenID-ar" @@ -641,7 +1126,7 @@ msgstr "OpenID-ar" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -747,10 +1232,6 @@ msgstr "Du kan bruka\n <a href=\"http://daringfireball.ne msgid "You must provide a file." msgstr "Du mÃ¥ velja ei fil." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Johoo! Opplasta!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -774,30 +1255,26 @@ msgstr "Du har blitt bannlyst." msgid "until %(until_when)s" msgstr "til %(until_when)s" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "for alltid" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Stadfest epostadressa di." -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "Logg ut" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "<a href=\"%(user_url)s\">%(user_name)s</a> sin konto" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Endra kontoinstellingar" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -805,32 +1282,32 @@ msgstr "Endra kontoinstellingar" msgid "Media processing panel" msgstr "Verkprosesseringspanel" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Logg ut" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Legg til verk" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Lag ny samling" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "Brukaradministrasjon" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "Rapporteringsadministrasjon" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Nyaste verk" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "Godkjenning" @@ -927,38 +1404,38 @@ msgstr "BruksvilkÃ¥r" msgid "Explore" msgstr "Utforsk" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Heihei, velkomen til denne MediaGoblin-sida." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Denne sida køyrer <a href=\"http://mediagoblin.org\">MediaGoblin</a>, eit superbra program for Ã¥ visa fram dine kreative verk." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Vil du leggja til eigne verk og innpel, so mÃ¥ du logga inn." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "Har du ikkje ein enno? Det er enkelt!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n>Opprett ein konto pÃ¥ denne sida</a>\neller" +" >Create an account at this site</a>\n" +" or" +msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "\n <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set opp din eigen MediaGoblin-server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 @@ -972,27 +1449,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Endrar vedlegg for %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Vedlegg" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Legg ved vedlegg" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Bryt av" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1016,12 +1482,6 @@ msgstr "Sletta brukar '%(user_name)s' og alle relaterte verk og kommentarar?" msgid "Yes, really delete my account" msgstr "Ja, slett kontoen min" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Slett permanent" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1053,6 +1513,27 @@ msgstr "Endrar %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Endrar profilen til %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1073,10 +1554,12 @@ msgstr "Nye innspel" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1134,12 +1617,14 @@ msgid "Created" msgstr "Oppretta" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Bilete for %(media_title)s" @@ -1148,35 +1633,35 @@ msgstr "Bilete for %(media_title)s" msgid "PDF file" msgstr "PDF-fil" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "Perspektiv" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "Front" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Topp" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Side" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Last ned modell" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Filformat" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Objekthøgd" @@ -1208,6 +1693,32 @@ msgstr "Hald oppsyn med statusen for prosessering av verka dine her." msgid "Media in-processing" msgstr "Verk under prosessesering" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "ID" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1218,6 +1729,14 @@ msgstr "Ingen verk vert prosessert" msgid "These uploads failed to process:" msgstr "Klarte ikkje prosessera desse opplasta filene:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1227,6 +1746,10 @@ msgstr "Ingen feila filer." msgid "Last 10 successful uploads" msgstr "Dei siste ti opplastningane" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1236,20 +1759,20 @@ msgstr "Ingenting prossesert, enno." msgid "Sorry, no such report found." msgstr "Fann ikkje rapporten." -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "Attende til rapporteringspanelet" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "Rapport" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "Rapportert innspel" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1257,7 +1780,7 @@ msgid "" " " msgstr "\n â– Rapportert verk av <a href=\"%(user_url)s\">%(user_name)s</a>\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1267,24 +1790,29 @@ msgid "" " " msgstr "\n INNHALD AV\n <a href=\"%(user_url)s\"> %(user_name)s</a>\n ER SLETTA\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "Løys" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "Løys denne rapporten" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "Status" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "LØYST" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "Du kan ikkje handla mot ein administrator" @@ -1305,7 +1833,7 @@ msgid "Active Reports Filed" msgstr "Aktive rapportar" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "Skulda" @@ -1314,16 +1842,16 @@ msgid "When Reported" msgstr "Rapportert" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "Rapportert av" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "Ã…rsak" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1331,7 +1859,7 @@ msgid "" " " msgstr "\n Innspelsrapport #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1339,23 +1867,23 @@ msgid "" " " msgstr "\n Verk-rapport #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "Ingen opne rapportar." -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "Løyste rapportar" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "Løyst" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "Handling teke" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1363,10 +1891,142 @@ msgid "" " " msgstr "\nLukka rapport #%(report_id)s" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "Ingen lukka rapportar." +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Treng stadfesting av epostadressa" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "%(username)s sin profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Brukaren har ikkje fylt ut profilen sin (enno)." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Endra profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "SjÃ¥ gjennom samlingar" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1383,10 +2043,6 @@ msgstr "\nHer kan du slÃ¥ opp brukarar og straffa dei." msgid "Active Users" msgstr "Aktive brukarar" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "ID" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "Vart med" @@ -1408,6 +2064,26 @@ msgstr "Legg til ei samling" msgid "Add your media" msgstr "Legg til verk" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Legg att innspel" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Legg til dette innspelet" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Lagt til" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1418,23 +2094,27 @@ msgstr "%(collection_title)s (%(username)s si samling)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s av <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Endra" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Vil du verkeleg sletta %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Fjerna %(media_title)s frÃ¥ %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Fjern" @@ -1477,22 +2157,10 @@ msgstr "<a href=\"%(user_url)s\">%(username)s</a> sine verk" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Ser pÃ¥ <a href=\"%(user_url)s\">%(username)s</a> sine verk" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Legg att innspel" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Legg til dette innspelet" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "Førehandsvisning av innspel" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Lagt til" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1541,52 +2209,27 @@ msgstr "\n â– Publisert av <a href=\"%(user_url)s\"\n msgid "File Report " msgstr "Rapportér" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s sin profil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Her kan du fortelja om deg sjølv." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Endra profil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Brukaren har ikkje fylt ut profilen sin (enno)." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "SjÃ¥ gjennom samlingar" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "SjÃ¥ alle %(username)s sine verk" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Her kjem verka dine." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Ser ikkje ut til at det finst nokon verk her nett no." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Treng stadfesting av epostadressa" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Nesten ferdig. Du treng berre aktivera kontoen." @@ -1629,6 +2272,14 @@ msgstr "I samling" msgid "Add to a collection" msgstr "Putt i samling" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1673,7 +2324,7 @@ msgstr "Rapportér verk" msgid "Tagged with" msgstr "Merka med" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Klarte ikkje lesa biletefila." @@ -1745,10 +2396,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "Du kan bruka <a href=\"http://daringfireball.net/projects/markdown/basics\" target=_blank>Markdown</a> til formatterring." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Eg er sikker eg vil sletta dette" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "Eg er sikker pÃ¥ at eg vil fjerna dette frÃ¥ samlinga" @@ -1776,73 +2423,69 @@ msgstr "Du kan bruka <a href=\"http://daringfireball.net/projects/markdown/basic msgid "Reason for Reporting" msgstr "Ã…rsak for rapportering" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Innspel er avslege" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Vops, innspelet ditt var tomt." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Innspelet ditt er lagt til." -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Sjekk filene dine og prøv omatt." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Du mÃ¥ velja eller laga ei samling" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "«%s» er allereie i samling «%s»" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "«%s» lagt til samling «%s»" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Du sletta verket." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Sletta ikkje verket." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Du er i ferd med Ã¥ sletta ein annan brukar sine verk. TrÃ¥ varsamt." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Du fjerna fila frÃ¥ samlinga." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "Fila var ikkje fjerna fordi du ikkje var sikker." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Du er i ferd med Ã¥ fjerna ei fil frÃ¥ ein annan brukar si samling. TrÃ¥ varsamt." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "Samlinga «%s» sletta" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "Sletta ikkje samlinga." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Du er i ferd med Ã¥ sletta ein annan brukar si samling. TrÃ¥ varsamt." diff --git a/mediagoblin/i18n/pl/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/pl/LC_MESSAGES/mediagoblin.mo Binary files differindex 98e1ceed..ed82de03 100644 --- a/mediagoblin/i18n/pl/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/pl/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/pl/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/pl/LC_MESSAGES/mediagoblin.po index f2af3cd1..a595286d 100644 --- a/mediagoblin/i18n/pl/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/pl/LC_MESSAGES/mediagoblin.po @@ -1,34 +1,34 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: # Daniel Koć <daniel@xn--ko-wla.pl>, 2012 -# Sergiusz Pawlowicz <transifex@pawlowicz.name>, 2013 +# Sergiusz PawÅ‚owicz <transifex@pawlowicz.name>, 2013 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/mediagoblin/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Niestety rejestracja w tym serwisie jest wyłączona." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "Przepraszamy, autoryzacja jest wyłączona w tym systemie." @@ -49,12 +49,12 @@ msgstr "Niniejsze pole wymaga podania adresu poczty elektronicznej." msgid "Sorry, a user with that name already exists." msgstr "Niestety użytkownik o takiej nazwie już istnieje." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Niestety użytkownik z tym adresem e-mail już istnieje." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "Klucz kontrolny albo identyfikator użytkownika jest nieprawidÅ‚owy." @@ -80,174 +80,189 @@ msgstr "Twój adres e-mail już zostaÅ‚ zweryfikowany!" msgid "Resent your verification email." msgstr "WyÅ›lij ponownie e-mail weryfikujÄ…cy." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "TytuÅ‚" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Opis tej pracy" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Możesz formatować tekst za pomocÄ… skÅ‚adni \n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a>." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Znaczniki" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Rozdzielaj znaczniki przecinkami." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Slug" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "Slug nie może być pusty" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "Fragment adresu mediów zawierajÄ…cy tytuÅ‚. Zwykle nie ma potrzeby aby go zmieniać." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Licencja" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Biogram" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Strona internetowa" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Ten adres zawiera błędy" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "Powiadamiaj mnie e-mailem o komentarzach do moich mediów" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "Włącz powiadomienia dotyczÄ…ce wydarzeÅ„" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Ulubiona licencja" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "To bÄ™dzie twoja domyÅ›lna licencja dla wgrywanych mediów." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "TytuÅ‚ nie może być pusty" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Opis tej kolekcji" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "Część adresu zawierajÄ…ca tytuÅ‚. Zwykle nie musisz tego zmieniać." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Stare hasÅ‚o" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Wprowadź swoje stare hasÅ‚o aby udowodnić, że to twoje konto." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Nowe hasÅ‚o" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "Nowy adres poczty elektronicznej" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "HasÅ‚o" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "Wprowadź swoje hasÅ‚o aby potwierdzić, że jesteÅ› wÅ‚aÅ›cicielem konta." -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Adres z tym slugiem dla tego użytkownika już istnieje." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Edytujesz media innego użytkownika. Zachowaj ostrożność." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "DodaÅ‚eÅ› załącznik %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Masz możliwość edycji tylko wÅ‚asnego profilu." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Edytujesz profil innego użytkownika. Zachowaj ostrożność." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Zapisano zmiany profilu" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Zapisano ustawienia konta" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Musisz potwierdzić, że chcesz skasować swoje konto." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "Kolekcja \"%s\" już istnieje!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "Kolekcja tego użytkownika z takim slugiem już istnieje." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Edytujesz kolekcjÄ™ innego użytkownika. Zachowaj ostrożność." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "Twój adres poczty elektronicznej zostaÅ‚ potwierdzony." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "NieprawidÅ‚owe hasÅ‚o" @@ -278,6 +293,69 @@ msgstr "Opuszczam \"%s\"; już jest gotowe.\n" msgid "Old link found for \"%s\"; removing.\n" msgstr "Znaleziono stary odnoÅ›nik dla \"%s\"; usuwam.\n" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -285,11 +363,147 @@ msgid "" "domain." msgstr "Ciasteczko CSFR nie jest dostÄ™pne. Najprawdopodobniej stosujesz jakÄ…Å› formÄ™ blokowania ciasteczek.<br/>Upewnij siÄ™, że nasz serwer może zakÅ‚adać ciasteczka w twojej przeglÄ…darce." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "NIestety, nie obsÅ‚ugujemy tego typu plików :-(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Opis" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Na pewno chcÄ™ to usunąć" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Hura! WysÅ‚ano!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Media nie zostaÅ‚y usuniÄ™te ponieważ nie potwierdziÅ‚eÅ›, że jesteÅ› pewien." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Edytuj" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "UsuÅ„" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Na pewno usunąć %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Anuluj" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "UsuÅ„ na staÅ‚e" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Dodaj" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "nie daÅ‚o siÄ™ uruchomić unoconv, sprawdź log" @@ -330,6 +544,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -348,29 +613,260 @@ msgstr "Zaprenumerowano komentarze do %s!" msgid "You will not receive notifications for comments on %s." msgstr "Nie bÄ™dziesz otrzymywać komentarzy do %s." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "Musisz podać oauth_token." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "Nie znaleziono żetonu żądania." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Najnowsze media" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -494,6 +990,14 @@ msgstr "Zobacz na <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "Zezwól" @@ -510,10 +1014,6 @@ msgstr "Nazwa" msgid "The name of the OAuth client" msgstr "Nazwa klienta OAuth" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Opis" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -560,14 +1060,6 @@ msgstr "Połączenia do OAuth" msgid "Your OAuth clients" msgstr "Twoi klienci OAuth" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Dodaj" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -627,13 +1119,6 @@ msgstr "Dodaj konto OpenID" msgid "Delete an OpenID" msgstr "UsuÅ„ konto OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "UsuÅ„" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "OpenID" @@ -641,7 +1126,7 @@ msgstr "OpenID" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -747,10 +1232,6 @@ msgstr "" msgid "You must provide a file." msgstr "Musisz podać plik." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Hura! WysÅ‚ano!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -774,30 +1255,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Zweryfikuj swój adres e-mail!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "wyloguj siÄ™" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "konto <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "ZmieÅ„ ustawienia konta" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -805,32 +1282,32 @@ msgstr "ZmieÅ„ ustawienia konta" msgid "Media processing panel" msgstr "Panel przetwarzania mediów" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Wyloguj siÄ™" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Dodaj media" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Utwórz nowÄ… kolekcjÄ™" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Najnowsze media" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "Uwierzytelnianie" @@ -927,37 +1404,37 @@ msgstr "" msgid "Explore" msgstr "Odkrywaj" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Cześć, witaj na stronie MediaGoblin!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Ten serwis dziaÅ‚a w oparciu o <a href=\"http://mediagoblin.org\">MediaGoblin</a>, Å›wietne oprogramowanie do publikowania mediów." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Aby dodawać swoje pliki, komentować i wykonywać inne czynnoÅ›ci, możesz siÄ™ zalogować na swoje konto MediaGoblin." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "Jeszcze go nie masz? To proste!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n>Stwórz konto w serwisie</a>\nalbo" +" >Create an account at this site</a>\n" +" or" +msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -972,27 +1449,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Edycja załączników do %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Załączniki" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Dodaj załącznik" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Anuluj" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1016,12 +1482,6 @@ msgstr "Czy naprawdÄ™ skasować użytkownika '%(user_name)s' oraz usunąć wszys msgid "Yes, really delete my account" msgstr "Tak, naprawdÄ™ chcÄ™ skasować swoje konto" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "UsuÅ„ na staÅ‚e" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1053,6 +1513,27 @@ msgstr "Edycja %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Edycja profilu %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1073,10 +1554,12 @@ msgstr "Nowe komentarze" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1134,12 +1617,14 @@ msgid "Created" msgstr "Utworzono" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Grafika dla %(media_title)s" @@ -1148,35 +1633,35 @@ msgstr "Grafika dla %(media_title)s" msgid "PDF file" msgstr "Plik PDF" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "Perspektywa" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "PoczÄ…tek" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Góra" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "KrawÄ™dź" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Pobierz model" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Format pliku" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Wysokość obiektu" @@ -1208,6 +1693,32 @@ msgstr "Tu możesz Å›ledzić stan przetwarzania mediów na tym serwerze." msgid "Media in-processing" msgstr "Przetwarzane media" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1218,6 +1729,14 @@ msgstr "Å»adne media nie sÄ… obecnie przetwarzane" msgid "These uploads failed to process:" msgstr "NIe udaÅ‚o siÄ™ przesÅ‚ać tych plików:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1227,6 +1746,10 @@ msgstr "Brak nieprzetworzonych wpisów!" msgid "Last 10 successful uploads" msgstr "Ostatnie 10 udanych wysyÅ‚ek" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1236,20 +1759,20 @@ msgstr "Na razie nie przetworzono żadnego wpisu!" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1257,7 +1780,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1267,24 +1790,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1305,7 +1833,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1314,16 +1842,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1331,7 +1859,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1339,23 +1867,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1363,10 +1891,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Wymagana weryfikacja adresu e-mail." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Profil użytkownika %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Ten użytkownik nie wypeÅ‚niÅ‚ (jeszcze) opisu swojego profilu." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Edytuj profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "PrzeglÄ…daj kolekcje" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1383,10 +2043,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1408,6 +2064,26 @@ msgstr "Dodaj kolekcjÄ™" msgid "Add your media" msgstr "Dodaj swoje media" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Dodaj komentarz" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Dodaj komentarz" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Dodano" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1418,23 +2094,27 @@ msgstr "%(collection_title)s (kolekcja użytkownika %(username)s)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s użytkownika <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Edytuj" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Na pewno usunąć %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Na pewno usunąć %(media_title)s z %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "UsuÅ„" @@ -1477,22 +2157,10 @@ msgstr "media użytkownika <a href=\"%(user_url)s\">%(username)s</a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– PrzeglÄ…danie mediów użytkownika <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Dodaj komentarz" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Dodaj komentarz" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "PodglÄ…d komentarza" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Dodano" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1541,52 +2209,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Profil użytkownika %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "W tym miejscu można siÄ™ przedstawić innym." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Edytuj profil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Ten użytkownik nie wypeÅ‚niÅ‚ (jeszcze) opisu swojego profilu." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "PrzeglÄ…daj kolekcje" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Zobacz wszystkie media użytkownika %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Tu bÄ™dÄ… widoczne twoje media, ale na razie niczego tu jeszcze nie ma." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Tu nie ma jeszcze żadnych mediów..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Wymagana weryfikacja adresu e-mail." - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Prawie gotowe! Twoje konto oczekuje na aktywacjÄ™." @@ -1629,6 +2272,14 @@ msgstr "Znajduje siÄ™ w kolekcji " msgid "Add to a collection" msgstr "Dodaj do kolekcji" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1673,7 +2324,7 @@ msgstr "" msgid "Tagged with" msgstr "Znaczniki:" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Nie udaÅ‚o siÄ™ odczytać pliku grafiki." @@ -1745,10 +2396,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "Możesz formatować tekst za pomocÄ… skÅ‚adni <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\"> Markdown</a>." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Na pewno chcÄ™ to usunąć" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "Na pewno chcÄ™ usunąć ten element z kolekcji" @@ -1776,73 +2423,69 @@ msgstr "Możesz formatować tekst za pomocÄ… skÅ‚adni\n<a ref=\"http://daringfir msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Komentowanie jest wyłączone." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Ups, twój komentarz nie zawieraÅ‚ treÅ›ci." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Twój komentarz zostaÅ‚ opublikowany!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Sprawdź swoje wpisy i spróbuj ponownie." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Musisz wybrać lub dodać kolekcjÄ™" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" już obecne w kolekcji \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" dodano do kolekcji \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Media zostaÅ‚y usuniÄ™te." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Media nie zostaÅ‚y usuniÄ™te ponieważ nie potwierdziÅ‚eÅ›, że jesteÅ› pewien." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Za chwilÄ™ usuniesz media innego użytkownika. Zachowaj ostrożność." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Element zostaÅ‚ usuniÄ™ty z kolekcji." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "Ten element nie zostaÅ‚ usuniÄ™ty, ponieważ nie zaznaczono, że jesteÅ› pewien." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Zamierzasz usunąć element z kolekcji innego użytkownika. Zachowaj ostrożność." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "UsuniÄ™to kolekcjÄ™ \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "Ta kolekcja nie zostaÅ‚a usuniÄ™ta, ponieważ nie zaznaczono, że jesteÅ› pewien." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Zamierzasz usunąć kolekcjÄ™ innego użytkownika. Zachowaj ostrożność." diff --git a/mediagoblin/i18n/pt_BR/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/pt_BR/LC_MESSAGES/mediagoblin.mo Binary files differindex 830dffa2..0235ad2e 100644 --- a/mediagoblin/i18n/pt_BR/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/pt_BR/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/pt_BR/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/pt_BR/LC_MESSAGES/mediagoblin.po index 1bf3ef84..3c3eddac 100644 --- a/mediagoblin/i18n/pt_BR/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/pt_BR/LC_MESSAGES/mediagoblin.po @@ -1,45 +1,45 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: -# osc <snd.noise@gmail.com>, 2013 -# Rafael Ferreira <rafael.f.f1@gmail.com>, 2013 -# osc <snd.noise@gmail.com>, 2011 +# Farid Abdelnour <snd.noise@gmail.com>, 2013 +# Rafael Ferreira <rafael.f.f1@gmail.com>, 2013-2014 +# Farid Abdelnour <snd.noise@gmail.com>, 2011 # ufa <ufa@technotroll.org>, 2011 -# Canopus, 2013 -# Canopus, 2013 +# Vinicius, 2013 +# Vinicius, 2013 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mediagoblin/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Desculpa, o registro está desativado neste momento." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." -msgstr "" +msgstr "Desculpe, criação de relatório está desabilitado nessa instância." -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." -msgstr "" +msgstr "Desculpe, autenticação está desabilitada nessa instância." #: mediagoblin/auth/tools.py:43 msgid "Invalid User name or email address." -msgstr "Nome de usuário ou email inválido." +msgstr "Nome de usuário ou email inválidos." #: mediagoblin/auth/tools.py:44 msgid "This field does not take email addresses." @@ -53,24 +53,24 @@ msgstr "Este campo requer um endereço de email." msgid "Sorry, a user with that name already exists." msgstr "Desculpe, um usuário com este nome já existe." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." -msgstr "Desculpe, um usuário com esse email já está cadastrado" +msgstr "Desculpe, um usuário com esse endereço de email já está cadastrado." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." -msgstr "" +msgstr "A chave de verificação ou ID de usuário estão incorretos." #: mediagoblin/auth/views.py:161 msgid "" "Your email address has been verified. You may now login, edit your profile, " "and submit images!" -msgstr "O seu endereço de e-mail foi verificado. Você pode agora fazer login, editar seu perfil, e enviar imagens!" +msgstr "O seu endereço de email foi verificado. Você pode agora fazer login, editar seu perfil, e enviar imagens!" #: mediagoblin/auth/views.py:167 msgid "The verification key or user id is incorrect" -msgstr "A chave de verificação ou nome usuário estão incorretos." +msgstr "A chave de verificação ou ID de usuário estão incorretos." #: mediagoblin/auth/views.py:185 msgid "You must be logged in so we know who to send the email to!" @@ -84,174 +84,189 @@ msgstr "Você já verificou seu email!" msgid "Resent your verification email." msgstr "O email de verificação foi enviado novamente." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "TÃtulo" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Descrição desse trabalho" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Você pode usar\n<a href=\"http://daringfireball.net/projects/markdown/basics\">\nMarkdown</a> para formatação." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Etiquetas" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Separe as etiquetas com vÃrgulas." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Arquivo" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "O arquivo não pode estar vazio" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "A parte do tÃtulo do endereço dessa mÃdia. Geralmente você não precisa mudar isso." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Licença" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Biografia" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Website" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Este endereço contém erros" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" -msgstr "Me enviar um email quando outras pessoas comentarem em minhas mÃdias" +msgstr "Me enviar um email quando outras pessoas comentarem minhas mÃdias" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." -msgstr "" +msgstr "Habilitar notificações instantâneas sobre eventos." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Licença preferida" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "Esta será sua licença padrão nos formulários de envio." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "O tÃtulo não pode ficar vazio" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Descrição desta coleção" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "A parte do tÃtulo do endereço dessa coleção. Geralmente você não precisa mudar isso." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Senha antiga" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Digite sua senha antiga para provar que esta conta é sua." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Nova senha" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "Novo endereço de email" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Senha" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "Digite sua senha para provar que esta conta é sua." -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "Identificador" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "Valor" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." -msgstr "Uma entrada com esse arquivo já existe para esse usuário" +msgstr "Uma entrada com esse arquivo já existe para esse usuário." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Você está editando a mÃdia de outro usuário. Tenha cuidado." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "Você adicionou o anexo %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Você só pode editar o seu próprio perfil." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." -msgstr "Você está editando um perfil de usuário. Tenha cuidado." +msgstr "Você está editando um perfil do usuário. Tenha cuidado." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "As mudanças no perfil foram salvas" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "As mudanças na conta foram salvas" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Você precisa confirmar a exclusão da sua conta." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "Você já tem uma coleção chamada \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "Já existe uma coleção com este arquivo para este usuário." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Você está editando a coleção de um outro usuário. Prossiga com cuidado." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "Seu endereço de email foi verificado." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Senha errada" @@ -261,16 +276,16 @@ msgstr "Não é possÃvel fazer link de tema... nenhum tema definido\n" #: mediagoblin/gmg_commands/assetlink.py:73 msgid "No asset directory for this theme\n" -msgstr "" +msgstr "Nenhum diretório ativo para esse tema\n" #: mediagoblin/gmg_commands/assetlink.py:76 msgid "However, old link directory symlink found; removed.\n" -msgstr "" +msgstr "Porém, link simbólico antigo de diretório foi encontrado; removido.\n" #: mediagoblin/gmg_commands/assetlink.py:112 #, python-format msgid "Could not link \"%s\": %s exists and is not a symlink\n" -msgstr "" +msgstr "Não foi possÃvel vincular \"%s\": %s existe e não é um link simbólico\n" #: mediagoblin/gmg_commands/assetlink.py:119 #, python-format @@ -280,7 +295,70 @@ msgstr "Pulando \"%s\"; já configurado.\n" #: mediagoblin/gmg_commands/assetlink.py:124 #, python-format msgid "Old link found for \"%s\"; removing.\n" -msgstr "" +msgstr "Link antigo encontrado para \"%s\"; removendo.\n" + +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "Para mais informação sobre como executar esse script\nde forma adequada (e como formatar o arquivo csv de\nmetadados), leia a página de documentação sobre envio\npela linha de comando\n<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "Nome do usuário a quem essas mÃdias pertence" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "Caminho do arquivo csv contendo informação de metadados." + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "Não processar avidamente, passar para celeridade" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "Desculpe, não há usuário com nome de usuário '{username}'" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "Arquivo em {path} não encontrado, use a opção -h para ajuda" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "Erro com a mÃdia '{media_id}' valor '{error_path}': {error_msg}\nMetadados não foram enviados." + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "FALHA: Arquivo local {filename} não pôde ser acessado.\n{filename} não será enviado." + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "Enviado com sucesso o {filename}!\nCertifique-se de olhar no Painel de Processamento de MÃdia no seu site para\nter certeza que ele foi enviado com sucesso." + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "FALHA: Esse arquivo é maior do que os limites de envio para este site." + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "FALHA: Esse arquivo vai deixar este usuário acima do seu limite de envio." + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "FALHA: Este usuário já está além do seu limite de envio." + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "{files_uploaded} de {files_attempted} arquivos enviados com sucesso" #: mediagoblin/meddleware/csrf.py:134 msgid "" @@ -289,14 +367,150 @@ msgid "" "domain." msgstr "Cookie CSFR não está presente. Isso é provavelmente o resultado de um bloqueador de cookies ou algo do tipo.<br/>Tenha certeza de autorizar este domÃnio a configurar cookies." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Desculpe, não tenho suporte a este tipo de arquivo :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Descrição" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Eu tenho certeza de que quero excluir isso" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Eba! Enviado!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "Uhull! O Blogspot editado foi enviado" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "Você excluiu o Blog." + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "A mÃdia não foi excluÃda porque você não marcou que tinha certeza." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "Você irá excluir o Blog de outro usuário. Tenha cuidado." + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "O blog não foi excluÃdo porque você não tem permissões." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "Adicionar post de blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "Editar Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "Excluir Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Editar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Excluir" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "<em> Ir para a visão de lista </em>" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "Nenhum post de blog ainda." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Realmente excluir %(title)s ?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Cancelar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Excluir permanentemente" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "Criar/Editar um Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Adicionar" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "Criar/Editar um post de blog." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "Criar/Editar um Post de Blog." + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "Blog do %(blog_owner_name)s" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "Visão" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "Criar um Blog" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "Painel de Blog" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" -msgstr "" +msgstr "unoconv falhando na execução, verifique o arquivo de log" #: mediagoblin/media_types/video/processing.py:44 msgid "Video transcoding failed" @@ -304,7 +518,7 @@ msgstr "Conversão do vÃdeo falhou" #: mediagoblin/moderation/forms.py:21 msgid "Take away privilege" -msgstr "" +msgstr "Retirar privilégio" #: mediagoblin/moderation/forms.py:22 msgid "Ban the user" @@ -316,7 +530,7 @@ msgstr "Enviar uma mensagem ao usuário" #: mediagoblin/moderation/forms.py:24 msgid "Delete the content" -msgstr "" +msgstr "Excluir o conteúdo" #: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 msgid "User will be banned until:" @@ -324,14 +538,65 @@ msgstr "O usuário será banido até:" #: mediagoblin/moderation/forms.py:57 msgid "Why are you banning this User?" -msgstr "Por quê você está banindo esse usuário?" +msgstr "Por que você está banindo esse usuário?" #: mediagoblin/moderation/forms.py:109 msgid "What action will you take to resolve the report?" -msgstr "" +msgstr "Qual ação você tomará para resolver o relatório?" #: mediagoblin/moderation/forms.py:115 msgid "What privileges will you take away?" +msgstr "Que privilégios você vai retirar?" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "indefinidamente" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." msgstr "" #: mediagoblin/moderation/tools.py:91 @@ -352,29 +617,260 @@ msgstr "Você se inscreveu nos comentários de %s!" msgid "You will not receive notifications for comments on %s." msgstr "Você não irá receber notificações de comentários em %s." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." -msgstr "" +msgstr "Deve fornecer um oauth_token." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." -msgstr "" +msgstr "Nenhum token de requisição encontrado." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." -msgstr "" +msgstr "Desculpe, o tamanho arquivo é grande demais." -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." -msgstr "" +msgstr "Desculpe, o envio desse arquivo vai deixar você acima do seu limita de envio." -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "Desculpe, você atingiu seu limite de envios." +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "Insira a URL para a mÃdia ser fornecida" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "primário" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "Secundário" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "Terciário" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "-----------Recursos-{display_type}---------------------------\n" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "Como isso funciona?" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "MÃdias mais recentes" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -395,7 +891,7 @@ msgstr "Nome de usuário ou email" #: mediagoblin/plugins/basic_auth/forms.py:46 msgid "Stay logged in" -msgstr "Mantenha-me Conectado" +msgstr "Mantenha-me conectado" #: mediagoblin/plugins/basic_auth/forms.py:51 msgid "Username or email" @@ -420,11 +916,11 @@ msgstr "Um email foi enviado com instruções para trocar sua senha." msgid "" "Could not send password recovery email as your username is inactive or your " "account's email address has not been verified." -msgstr "Não foi possÃvel enviar o email de recuperação de senha, pois seu nome de usuário está inativo ou o email da sua conta não foi confirmado." +msgstr "Não foi possÃvel enviar o email de recuperação de senha, pois seu nome de usuário está inativo ou endereço de email da sua conta não foi confirmado." #: mediagoblin/plugins/basic_auth/views.py:123 msgid "The user id is incorrect." -msgstr "" +msgstr "O ID de usuário está incorreto." #: mediagoblin/plugins/basic_auth/views.py:139 msgid "You can now log in using your new password." @@ -434,11 +930,11 @@ msgstr "Agora você pode entrar usando sua nova senha." msgid "" "You are no longer an active user. Please contact the system admin to " "reactivate your account." -msgstr "" +msgstr "Você não é mais um usuário ativo. Por favor, contate o administrador do sistema para reativar sua conta." #: mediagoblin/plugins/basic_auth/views.py:215 msgid "Your password was changed successfully" -msgstr "Sua senha foi alterada com sucesso." +msgstr "Sua senha foi alterada com sucesso" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 @@ -470,7 +966,7 @@ msgstr "Crie uma aqui!" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 msgid "Change your password." -msgstr "" +msgstr "Alterar sua senha" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 @@ -479,7 +975,7 @@ msgstr "Recuperar senha" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:34 msgid "Send instructions" -msgstr "Mandar instruções" +msgstr "Enviar instruções" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/fp_link.html:22 msgid "Forgot your password?" @@ -496,6 +992,14 @@ msgstr "Ver no <a href=\"%(osm_url)s\">OpenStreetMap</a>" #: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 msgid "Sign in to create an account!" +msgstr "Registre-se para criar uma conta!" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" msgstr "" #: mediagoblin/plugins/oauth/forms.py:29 @@ -514,15 +1018,11 @@ msgstr "Nome" msgid "The name of the OAuth client" msgstr "O nome do cliente OAuth" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Descrição" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" " application to authenticate as them." -msgstr "" +msgstr "Isso estará visÃvel a outros usuários\npermitindo seu aplicativo autenticá-lo." #: mediagoblin/plugins/oauth/forms.py:40 msgid "Type" @@ -536,17 +1036,17 @@ msgid "" " <strong>Public</strong> - The client can't make confidential\n" " requests to the GNU MediaGoblin instance (e.g. client-side\n" " JavaScript client)." -msgstr "" +msgstr "<strong>Confidencial</strong> - O cliente pode\nfazer requisições para a instância do GNU MediaGoblin\nque não podem ser interceptadas pelo \"user agent\"\n(ex.: cliente do lado do servidor).<br />\n<strong>Público</strong> - O cliente não pode fazer\nrequisições confidenciais para a instância do\nGNU MediaGoblin (ex.: cliente JavaScript do lado do\nservidor)." #: mediagoblin/plugins/oauth/forms.py:52 msgid "Redirect URI" -msgstr "Redirecionar URI" +msgstr "URI de Redirecionamento" #: mediagoblin/plugins/oauth/forms.py:54 msgid "" "The redirect URI for the applications, this field\n" " is <strong>required</strong> for public clients." -msgstr "" +msgstr "A URI de redirecionamento para os aplicativos,\nesse campo é <strong>necessário</strong> para clientes públicos." #: mediagoblin/plugins/oauth/forms.py:66 msgid "This field is required for public clients" @@ -558,20 +1058,12 @@ msgstr "O cliente {0} foi registrado!" #: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22 msgid "OAuth client connections" -msgstr "" +msgstr "Conexões de cliente OAuth" #: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22 msgid "Your OAuth clients" msgstr "Seus clientes OAuth" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Adicionar" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -607,7 +1099,7 @@ msgstr "O endereço do seu OpenID foi salvo com sucesso." #: mediagoblin/plugins/openid/views.py:338 #: mediagoblin/plugins/openid/views.py:393 msgid "You can't delete your only OpenID URL unless you have a password set" -msgstr "" +msgstr "Você não pode excluir sua única URL do OpenID, a menos que você tenha uma senha definida" #: mediagoblin/plugins/openid/views.py:343 #: mediagoblin/plugins/openid/views.py:402 @@ -631,21 +1123,14 @@ msgstr "Adicionar um OpenID" msgid "Delete an OpenID" msgstr "Deletar um OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Apagar" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" -msgstr "" +msgstr "OpenID" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -655,7 +1140,7 @@ msgstr "Entrar" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:39 #: mediagoblin/templates/mediagoblin/auth/login.html:39 msgid "Logging in failed!" -msgstr "Autenticação falhou" +msgstr "Autenticação falhou!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 msgid "Log in to create an account!" @@ -675,7 +1160,7 @@ msgstr "Ou registre com OpenID!" #: mediagoblin/plugins/persona/__init__.py:90 msgid "Sorry, an account is already registered to that Persona email." -msgstr "" +msgstr "Desculpe, uma conta já está registada a esse email Persona." #: mediagoblin/plugins/persona/views.py:138 msgid "The Persona email address was successfully removed." @@ -685,7 +1170,7 @@ msgstr "O endereço de email Persona foi removido com sucesso." msgid "" "You can't delete your only Persona email address unless you have a password " "set." -msgstr "" +msgstr "Você não pode excluir seu único email Persona, a menos que tenha uma senha definida." #: mediagoblin/plugins/persona/views.py:149 msgid "That Persona email address is not registered to this account." @@ -710,7 +1195,7 @@ msgstr "Adicionar um endereço de email Persona" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 msgid "Persona's" -msgstr "" +msgstr "Persona" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22 msgid "Or login with Persona!" @@ -722,7 +1207,7 @@ msgstr "Ou registre com Persona!" #: mediagoblin/processing/__init__.py:420 msgid "Invalid file given for media type." -msgstr "Arquivo inválido para esse tipo de mÃdia" +msgstr "Arquivo inválido para esse tipo de mÃdia." #: mediagoblin/processing/__init__.py:427 msgid "Copying to public storage failed." @@ -730,11 +1215,11 @@ msgstr "Falha ao copiar para armazenamento público." #: mediagoblin/processing/__init__.py:435 msgid "An acceptable processing file was not found" -msgstr "" +msgstr "Um arquivo de processamento aceitável não foi encontrado" #: mediagoblin/submit/forms.py:30 msgid "Max file size: {0} mb" -msgstr "Tamanho máximo de arquivo: {0} mb" +msgstr "Tamanho máximo de arquivo: {0} MB" #: mediagoblin/submit/forms.py:34 msgid "File" @@ -751,10 +1236,6 @@ msgstr "Você pode usar\n<a href=\"http://daringfireball.net/projects/markdown/b msgid "You must provide a file." msgstr "Você deve fornecer um arquivo." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Eba! Enviado!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -762,7 +1243,7 @@ msgstr "Coleção \"%s\" adicionada!" #: mediagoblin/templates/mediagoblin/banned.html:20 msgid "You are Banned." -msgstr "" +msgstr "Você está banido." #: mediagoblin/templates/mediagoblin/banned.html:24 #: mediagoblin/templates/mediagoblin/error.html:24 @@ -771,37 +1252,33 @@ msgstr "Imagem do goblin se estressando" #: mediagoblin/templates/mediagoblin/banned.html:26 msgid "You have been banned" -msgstr "" +msgstr "Você foi banido" #: mediagoblin/templates/mediagoblin/banned.html:28 #, python-format msgid "until %(until_when)s" msgstr "até %(until_when)s" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "indefinidamente" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Verifique seu email!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "sair" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "Conta de <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Mudar configurações da conta" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -809,31 +1286,31 @@ msgstr "Mudar configurações da conta" msgid "Media processing panel" msgstr "Painel de processamento de mÃdia" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Sair" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Adicionar mÃdia" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Criar nova coleção" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "Painel de gerenciamento de usuário" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" -msgstr "" - -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "MÃdia mais recente" +msgstr "Painel de gerenciamento de relatório" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" @@ -866,11 +1343,11 @@ msgstr "Aplicativos com acesso à sua conta podem:" #: mediagoblin/templates/mediagoblin/api/authorize.html:43 msgid "Post new media as you" -msgstr "" +msgstr "Publicar nova mÃdia como você" #: mediagoblin/templates/mediagoblin/api/authorize.html:44 msgid "See your information (e.g profile, media, etc...)" -msgstr "" +msgstr "Veja suas informações (ex.: perfil, mÃdia, etc.)" #: mediagoblin/templates/mediagoblin/api/authorize.html:45 msgid "Change your information" @@ -931,43 +1408,43 @@ msgstr "Termos de Serviço" msgid "Explore" msgstr "Explorar" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Olá, bem-vindo a este site MediaGoblin." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Este site roda o <a href=\"http://mediagoblin.org\">MediaGoblin</a>, um programa excelente para hospedar, gerenciar e compartilhar mÃdia." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Para adicionar sua própria mÃdia, publicar comentários e mais outras coisas, você pode entrar com sua conta MediaGoblin." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr " Ainda não tem uma conta? É facil!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n>Crie uma conta neste site</a>\nou" +" >Create an account at this site</a>\n" +" or" +msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "\n<a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Configure MediaGoblin em seu próprio servidor</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 msgid "MediaGoblin logo" -msgstr "Logo MediaGoblin" +msgstr "Logo do MediaGoblin" #: mediagoblin/templates/mediagoblin/edit/attachments.html:23 #: mediagoblin/templates/mediagoblin/edit/attachments.html:35 @@ -976,27 +1453,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Editando os anexos de %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Anexos" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Adicionar anexo" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Cancelar" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1014,17 +1480,11 @@ msgstr "Alterando email de %(username)s" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 #, python-format msgid "Really delete user '%(user_name)s' and all related media/comments?" -msgstr "Realmente deletar o usuário '%(user_name)s' e todas as mÃdias e comentários associados?" +msgstr "Realmente excluir o usuário '%(user_name)s' e todas as mÃdias e comentários associados?" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:35 msgid "Yes, really delete my account" -msgstr "Sim, realmente deletar minha conta" - -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Deletar permanentemente" +msgstr "Sim, realmente excluir minha conta" #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 @@ -1040,7 +1500,7 @@ msgstr "Alterando as configurações da conta de %(username)s" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:54 msgid "Delete my account" -msgstr "Deletar minha conta" +msgstr "Excluir minha conta" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 msgid "Email" @@ -1057,6 +1517,27 @@ msgstr "Editando %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Editando perfil de %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1077,10 +1558,12 @@ msgstr "Novos comentários" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1114,7 +1597,7 @@ msgid "" "Sorry, this audio will not work because \n" "\tyour web browser does not support HTML5 \n" "\taudio." -msgstr "Desculpe, este áudio não irá reproduzir porque \n »seu navegador não oferece suporte a áudio \n »HTML5." +msgstr "Desculpe, este áudio não será reproduzido porque \n »seu navegador não oferece suporte a áudio \n »HTML5." #: mediagoblin/templates/mediagoblin/media_displays/audio.html:47 msgid "" @@ -1138,12 +1621,14 @@ msgid "Created" msgstr "Criado" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Imagem para %(media_title)s" @@ -1152,35 +1637,35 @@ msgstr "Imagem para %(media_title)s" msgid "PDF file" msgstr "Arquivo PDF" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "Perspectiva" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "Frente" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Cima" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Lado" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Baixar o modelo" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Formato de Arquivo" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Altura do Objeto" @@ -1189,7 +1674,7 @@ msgid "" "Sorry, this video will not work because\n" " your web browser does not support HTML5 \n" " video." -msgstr "Desculpe, este vÃdeo não irá reproduzir porque\n seu navegador não suporta vÃdeo\n HTML5." +msgstr "Desculpe, este vÃdeo não irá reproduzir porque\n seu navegador não oferece suporte a vÃdeo\n HTML5." #: mediagoblin/templates/mediagoblin/media_displays/video.html:66 msgid "" @@ -1205,23 +1690,57 @@ msgstr "Arquivo WebM (VP8/Vorbis)" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30 msgid "" "Here you can track the state of media being processed on this instance." -msgstr "" +msgstr "Aqui você pode rastrear o estado da mÃdia sendo processada nessa instância." #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32 msgid "Media in-processing" -msgstr "MÃdia em processo" +msgstr "MÃdia em processamento" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "ID" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" -msgstr "Nenhuma mÃdia em processo" +msgstr "Nenhuma mÃdia em processamento" #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:62 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59 msgid "These uploads failed to process:" msgstr "Esses envios não foram processados:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1231,6 +1750,10 @@ msgstr "Nenhuma entrada falhou!" msgid "Last 10 successful uploads" msgstr "Últimos 10 envios bem sucedidos" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1238,30 +1761,30 @@ msgstr "Ainda não há entradas processadas!" #: mediagoblin/templates/mediagoblin/moderation/report.html:27 msgid "Sorry, no such report found." -msgstr "" +msgstr "Desculpe, relatório inexistente." -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" -msgstr "" +msgstr "Retornar para o painel de relatórios" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" -msgstr "" +msgstr "Relatar" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" -msgstr "" +msgstr "Comentário relatado" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" " â– Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n" " " -msgstr "" +msgstr "\n â– MÃdia relatada por <a href=\"%(user_url)s\">%(user_name)s</a>\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1269,106 +1792,243 @@ msgid "" " <a href=\"%(user_url)s\"> %(user_name)s</a>\n" " HAS BEEN DELETED\n" " " +msgstr "\n CONTEÚDO DE\n <a href=\"%(user_url)s\"> %(user_name)s</a>\n FOI EXCLUÃDO\n " + +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" -msgstr "" +msgstr "Resolver" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" -msgstr "" +msgstr "Resolver esse relatório" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" -msgstr "" +msgstr "Status" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" -msgstr "" +msgstr "RESOLVIDO" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" -msgstr "" +msgstr "Você não pode aplicar uma ação contra um administrador" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27 msgid "Report panel" -msgstr "" +msgstr "Painel de relatórios" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30 msgid "" "\n" " Here you can look up open reports that have been filed by users.\n" " " -msgstr "" +msgstr "\n Aqui você pode procurar por relatórios abertos que foram preenchidos por usuários.\n " #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:35 msgid "Active Reports Filed" -msgstr "" +msgstr "Relatórios ativos" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" -msgstr "" +msgstr "Ofensor" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78 msgid "When Reported" -msgstr "" +msgstr "Relatado quando" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" -msgstr "" +msgstr "Relatador por" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "Motivo" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" " Comment Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Relatório de Comentário #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" " Media Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Relatório de MÃdia #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." -msgstr "" +msgstr "Nenhum relatório aberto encontrado." -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" -msgstr "" +msgstr "Relatórios fechados" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" -msgstr "" +msgstr "Resolvido" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" -msgstr "" +msgstr "Ação tomada" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" " Closed Report #%(report_id)s\n" " " -msgstr "" +msgstr "\n Relatórios Fechados #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." +msgstr "Nenhum relatório fechado encontrado." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Verificação de email necessária" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Perfil de %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Esse usuário não preencheu seu perfil (ainda)." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Editar perfil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Ver coleções" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 @@ -1381,23 +2041,19 @@ msgid "" "\n" " Here you can look up users in order to take punitive actions on them.\n" " " -msgstr "" +msgstr "\n Aqui você pode procurar usuários para aplicar ações punitivas neles.\n " #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34 msgid "Active Users" msgstr "Usuários Ativos" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" -msgstr "" +msgstr "Quando entrou" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78 msgid "# of Comments Posted" -msgstr "" +msgstr "# de comentários publicados" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 msgid "No users found." @@ -1412,6 +2068,26 @@ msgstr "Adicionar uma coleção" msgid "Add your media" msgstr "Adicionar sua mÃdia" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Adicionar um comentário" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Adicionar este comentário" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Adicionado há" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1422,25 +2098,29 @@ msgstr "%(collection_title)s (Coleção de %(username)s)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s de <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Editar" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Realmente apagar %(title)s ?" +msgid "Really delete collection: %(title)s?" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Realmente remover %(media_title)s de %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" -msgstr "Apagar" +msgstr "Remover" #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21 #, python-format @@ -1481,22 +2161,10 @@ msgstr "MÃdia de <a href=\"%(user_url)s\"> %(username)s </a> " msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Vendo mÃdia de <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Adicionar um comentário" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Adicionar este comentário" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "Pré-visualização do comentário" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Adicionado há" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1514,7 +2182,7 @@ msgstr "Adicionar uma nova coleção" #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29 msgid "" "You can track the state of media being processed for your gallery here." -msgstr "Você pode verificar como a mÃdia esta sendo processada para sua galeria aqui" +msgstr "Você pode verificar como a mÃdia esta sendo processada para sua galeria aqui." #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89 msgid "Your last 10 successful uploads" @@ -1522,15 +2190,15 @@ msgstr "Seus últimos 10 envios bem sucedidos" #: mediagoblin/templates/mediagoblin/user_pages/report.html:21 msgid "<h2>File a Report</h2>" -msgstr "" +msgstr "<h2>Preencha um Relatório</h2>" #: mediagoblin/templates/mediagoblin/user_pages/report.html:24 msgid "Reporting this Comment" -msgstr "" +msgstr "Relatando esse comentário" #: mediagoblin/templates/mediagoblin/user_pages/report.html:60 msgid "Reporting this Media Entry" -msgstr "" +msgstr "Relatando esse registro de mÃdia" #: mediagoblin/templates/mediagoblin/user_pages/report.html:72 #, python-format @@ -1543,54 +2211,29 @@ msgstr "\nâ– Publicado por <a href=\"%(user_url)s\"\nclass=\"comment_authorlink #: mediagoblin/templates/mediagoblin/user_pages/report.html:81 msgid "File Report " -msgstr "" +msgstr "Enviar relatório" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Perfil de %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Aqui é o lugar onde você fala de si para os outros." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Editar perfil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Esse usuário não preencheu seu perfil (ainda)." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "Ver coleções" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Ver todas as mÃdias de %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Aqui é onde sua mÃdia vai aparecer, mas parece que você não adicionou nada ainda." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Parece que ainda não há nenhuma mÃdia por aqui..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Verificação de email necessária" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Quase pronto! Sua conta ainda precisa ser ativada." @@ -1623,7 +2266,7 @@ msgstr "Se você é essa pessoa, mas você perdeu seu e-mail de verificação, v #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49 msgid "(remove)" -msgstr "(apagar)" +msgstr "(remover)" #: mediagoblin/templates/mediagoblin/utils/collections.html:21 msgid "Collected in" @@ -1633,6 +2276,14 @@ msgstr "Colecionado em" msgid "Add to a collection" msgstr "Adicionar a uma coleção" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1649,11 +2300,11 @@ msgstr "Todos os direitos reservados" #: mediagoblin/templates/mediagoblin/utils/pagination.html:39 msgid "↠Newer" -msgstr "↠Novos" +msgstr "↠Novas" #: mediagoblin/templates/mediagoblin/utils/pagination.html:45 msgid "Older →" -msgstr "Antigos →" +msgstr "Antigas →" #: mediagoblin/templates/mediagoblin/utils/pagination.html:48 msgid "Go to page:" @@ -1671,19 +2322,19 @@ msgstr "mais antiga" #: mediagoblin/templates/mediagoblin/utils/report.html:25 msgid "Report media" -msgstr "" +msgstr "Relatar mÃdia" #: mediagoblin/templates/mediagoblin/utils/tags.html:20 msgid "Tagged with" msgstr "Etiquetas" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Não foi possÃvel ler o arquivo de imagem." #: mediagoblin/tools/response.py:38 msgid "Oops!" -msgstr "Oops" +msgstr "Ops!" #: mediagoblin/tools/response.py:39 msgid "An error occured" @@ -1691,11 +2342,11 @@ msgstr "Um erro ocorreu" #: mediagoblin/tools/response.py:53 msgid "Bad Request" -msgstr "" +msgstr "Requisição inválida" #: mediagoblin/tools/response.py:55 msgid "The request sent to the server is invalid, please double check it" -msgstr "" +msgstr "A requisição enviada para o servidor é inválida, por favor verifique novamente" #: mediagoblin/tools/response.py:63 msgid "Operation not allowed" @@ -1706,14 +2357,14 @@ msgid "" "Sorry Dave, I can't let you do that!</p><p>You have tried to perform a " "function that you are not allowed to. Have you been trying to delete all " "user accounts again?" -msgstr "Me desculpe Dave, não posso deixar você fazer isso!</p><p>Você tentou executar uma função sem autorização. Por acaso estava novamente tentando deletar todas as contas de usuários?" +msgstr "Me desculpe Dave, não posso deixar você fazer isso!</p><p>Você tentou executar uma função sem autorização. Por acaso estava novamente tentando excluir todas as contas de usuários?" #: mediagoblin/tools/response.py:72 msgid "" "There doesn't seem to be a page at this address. Sorry!</p><p>If you're sure" " the address is correct, maybe the page you're looking for has been moved or" " deleted." -msgstr "Parece que não há uma página com este endereço. Desculpe!</p><p>Se você tem certeza que este endereço está correto, talvez a página que esteja procurando tenha sido movida ou deletada." +msgstr "Parece que não há uma página com este endereço. Desculpe!</p><p>Se você tem certeza que este endereço está correto, talvez a página que esteja procurando tenha sido movida ou excluÃda." #: mediagoblin/tools/timesince.py:62 msgid "year" @@ -1749,10 +2400,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "Você pode usar <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> para formatação." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Eu tenho certeza de que quero apagar isso" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "Tenho certeza que quero remover este item da coleção" @@ -1778,75 +2425,71 @@ msgstr "Você pode usar\n<a href=\"http://daringfireball.net/projects/markdown/b #: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61 msgid "Reason for Reporting" -msgstr "" +msgstr "Motivo para o relatório" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Desculpe, os comentários estão desabilitados." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Ops, seu comentário estava vazio." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" -msgstr "Seu comentário foi postado!" +msgstr "Seu comentário foi publicado!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Por favor, verifique suas entradas e tente novamente." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Você deve selecionar ou adicionar uma coleção" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" já está na coleção \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" adicionado à coleção \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." -msgstr "Você deletou a mÃdia." - -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "A mÃdia não foi apagada porque você não marcou que tinha certeza." +msgstr "Você excluiu a mÃdia." -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." -msgstr "Você vai apagar uma mÃdia de outro usuário. Tenha cuidado." +msgstr "Você vai excluir uma mÃdia de outro usuário. Tenha cuidado." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." -msgstr "Você deletou o item da coleção." +msgstr "Você excluiu o item da coleção." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." -msgstr "O item não foi apagado porque você não marcou que tinha certeza." +msgstr "O item não foi removido porque você não marcou que tinha certeza." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." -msgstr "Você está prestes a remover um item da coleção de um outro usuário. Prossiga com cuidado." +msgstr "Você está prestes a excluir um item da coleção de um outro usuário. Tenha cuidado." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" -msgstr "Você deletou a coleção \"%s\"" +msgstr "Você excluiu a coleção \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." -msgstr "A coleção não foi apagada porque você não marcou que tinha certeza." +msgstr "A coleção não foi excluÃda porque você não marcou que tinha certeza." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." -msgstr "Você está prestes a deletar a coleção de um outro usuário. Prossiga com cuidado." +msgstr "Você está prestes a excluir a coleção de um outro usuário. Tenha cuidado." diff --git a/mediagoblin/i18n/ro/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/ro/LC_MESSAGES/mediagoblin.mo Binary files differindex d516f5ce..607fbc40 100644 --- a/mediagoblin/i18n/ro/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/ro/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/ro/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/ro/LC_MESSAGES/mediagoblin.po index 80d7afb3..310e2af5 100644 --- a/mediagoblin/i18n/ro/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/ro/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -9,26 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/mediagoblin/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Ne pare rău, dar înscrierile sunt dezactivate pe acest server." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -49,12 +49,12 @@ msgstr "Această rubrică trebuie completată cu o adresă de e-mail." msgid "Sorry, a user with that name already exists." msgstr "Ne pare rău, există deja un utilizator cu acelaÈ™i nume." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Există deja un utilizator înregistrat cu această adresă de e-mail." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -80,174 +80,189 @@ msgstr "Adresa ta de e-mail a fost deja verificată!" msgid "Resent your verification email." msgstr "E-mail-ul de verificare a fost retrimis." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titlu" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Descrierea acestui fiÈ™ier" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "PoÈ›i folosi\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> pentru formatare." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Cuvinte-cheie" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Desparte cuvintele-cheie prin virgulă." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Identificator" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "Identificatorul nu poate să lipsească" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "Partea corespunzătoare titlului din adresa acestui fiÈ™ier media. De regulă poate fi lăsată nemodificată." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "LicenÈ›a" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Biografie" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Sit Web" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Această adresă prezintă erori" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "Trimite-mi un e-mail când alÈ›ii comentează fiÈ™ierele mele" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "LicenÈ›a preferată" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "Aceasta va fi licenÈ›a implicită pe formularele de upload." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "Titlul nu poate să fie gol" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Descriere pentru această colecÈ›ie" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "Partea din adresa acestei colecÈ›ii care corespunde titlului. De regulă nu e necesar să faci o modificare." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Vechea parolă" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Introdu vechea parolă pentru a demonstra că eÈ™ti titularul acestui cont." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Noua parolă" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Parolă" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Există deja un entry cu acelaÈ™i identificator pentru acest utilizator." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Editezi fiÈ™ierul unui alt utilizator. Se recomandă prudență." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "Ai anexat %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Nu poÈ›i modifica decât propriul tău profil." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Editezi profilul unui utilizator. Se recomandă prudență." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Modificările profilului au fost salvate" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Setările pentru acest cont au fost salvate" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Trebuie să confirmi È™tergerea contului tău." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "Ai deja o colecÈ›ie numită \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "O colecÈ›ie cu acelaÈ™i slug există deja pentru acest utilizator." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Lucrezi pe colecÈ›ia unui alt utilizator. Se recomandă prudență." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Parolă incorectă" @@ -278,6 +293,69 @@ msgstr "S-a omis \"%s\"; configurat deja.\n" msgid "Old link found for \"%s\"; removing.\n" msgstr "Există deja un link pentru \"%s\"; va fi È™ters.\n" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -285,11 +363,147 @@ msgid "" "domain." msgstr "LipseÈ™te cookie-ul CSRF. Probabil că blocaÈ›i cookie-urile.<br/>AsiguraÈ›i-vă că există permisiunea setării cookie-urilor pentru acest domeniu." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Scuze, nu recunosc acest tip de fiÈ™ier :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Descriere" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Sunt sigur că doresc să È™terg" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Ura! Trimis!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "FiÈ™ierul nu a fost È™ters deoarece nu ai confirmat că eÈ™ti sigur." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Editare" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Șterge" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Sigur doreÈ™ti să È™tergi %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Anulare" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Șterge definitiv" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Adaugă" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "unoconv nu poate fi executat; verificaÈ›i log-ul" @@ -330,6 +544,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -348,29 +613,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Cele mai recente fiÈ™iere" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -494,6 +990,14 @@ msgstr "Vezi pe <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "Permite" @@ -510,10 +1014,6 @@ msgstr "Nume" msgid "The name of the OAuth client" msgstr "Numele clientului OAuth" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Descriere" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -560,14 +1060,6 @@ msgstr "Conexiuni client OAuth" msgid "Your OAuth clients" msgstr "ClienÈ›ii tăi OAuth" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Adaugă" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -627,13 +1119,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Șterge" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -641,7 +1126,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -747,10 +1232,6 @@ msgstr "" msgid "You must provide a file." msgstr "Trebuie să selectezi un fiÈ™ier." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Ura! Trimis!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -774,30 +1255,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Verifică adresa de e-mail!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "IeÈ™ire" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "Contul lui <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Modifică setările contului" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -805,32 +1282,32 @@ msgstr "Modifică setările contului" msgid "Media processing panel" msgstr "Panou de procesare media" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "IeÈ™ire" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Trimite fiÈ™ier" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Creează colecÈ›ie nouă" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Cele mai recente fiÈ™iere" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "" @@ -927,37 +1404,37 @@ msgstr "" msgid "Explore" msgstr "Explorează" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Salut, bine ai venit pe acest site MediaGoblin!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Acest site foloseÈ™te <a href=\"http://mediagoblin.org\">MediaGoblin</a>, un software excepÈ›ional pentru găzduirea fiÈ™ierelor media." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Pentru a adăuga fiÈ™ierele tale È™i pentru a comenta te poÈ›i autentifica cu contul tău MediaGoblin." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "ÃŽncă nu ai unul? E simplu!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -972,27 +1449,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Editare anexe la %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Anexe" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "AtaÈ™ează" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Anulare" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1016,12 +1482,6 @@ msgstr "Sigur doreÈ™ti È™tergerea utilizatorului '%(user_name)s' È™i a fiÈ™ierel msgid "Yes, really delete my account" msgstr "Da, doresc È™tergerea contului meu" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Șterge definitiv" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1053,6 +1513,27 @@ msgstr "Editare %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Editare profil %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1073,10 +1554,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1134,12 +1617,14 @@ msgid "Created" msgstr "Creat" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Imagine pentru %(media_title)s" @@ -1148,35 +1633,35 @@ msgstr "Imagine pentru %(media_title)s" msgid "PDF file" msgstr "FiÈ™ier PDF" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "Perspectivă" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "Din față" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "De sus" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Lateral" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Descarcă modelul" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Formatul fiÈ™ierului" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "ÃŽnălÈ›imea obiectului" @@ -1208,6 +1693,32 @@ msgstr "Aici poÈ›i urmări starea fiÈ™ierelor aflate în curs de procesare pe ac msgid "Media in-processing" msgstr "FiÈ™iere în curs de procesare" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1218,6 +1729,14 @@ msgstr "Niciun fiÈ™ier în curs de procesare" msgid "These uploads failed to process:" msgstr "Aceste fiÈ™iere nu au putut fi procesate:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1227,6 +1746,10 @@ msgstr "Niciun entry cu erori!" msgid "Last 10 successful uploads" msgstr "Ultimele 10 upload-uri reuÈ™ite" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1236,20 +1759,20 @@ msgstr "Nu există încă niciun entry procesat!" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1257,7 +1780,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1267,24 +1790,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1305,7 +1833,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1314,16 +1842,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1331,7 +1859,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1339,23 +1867,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1363,10 +1891,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Este necesară verificarea adresei de e-mail" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Profil %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Acest utilizator nu È™i-a completat (încă) profilul." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Editare profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Vizitează colecÈ›iile" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1383,10 +2043,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1408,6 +2064,26 @@ msgstr "Creează o colecÈ›ie" msgid "Add your media" msgstr "Adaugă fiÈ™ierele tale media" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Adaugă un comentariu" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Trimite acest comentariu" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Adăugat" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1418,23 +2094,27 @@ msgstr "%(collection_title)s (colecÈ›ie a lui %(username)s)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s de <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Editare" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Sigur doreÈ™ti să È™tergi %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Sigur doreÈ™ti să È™tergi %(media_title)s din %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Șterge" @@ -1477,22 +2157,10 @@ msgstr "FiÈ™ierele media ale lui <a href=\"%(user_url)s\">%(username)s</a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "<p>â– FiÈ™ierele media ale lui <a href=\"%(user_url)s\">%(username)s</a></p>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Adaugă un comentariu" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Trimite acest comentariu" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Adăugat" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1541,52 +2209,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Profil %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Aici poÈ›i spune altora ceva despre tine." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Editare profil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Acest utilizator nu È™i-a completat (încă) profilul." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "Vizitează colecÈ›iile" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Vezi toate fiÈ™ierele media ale lui %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Aici vor apărea fiÈ™ierele tale media, dar se pare că încă nu ai trimis nimic." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Nu pare să existe niciun fiÈ™ier media deocamdată..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Este necesară verificarea adresei de e-mail" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Aproape gata! Mai trebuie doar să activezi contul." @@ -1629,6 +2272,14 @@ msgstr "Din colecÈ›ia" msgid "Add to a collection" msgstr "Adaugă la o colecÈ›ie" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1673,7 +2324,7 @@ msgstr "" msgid "Tagged with" msgstr "Etichetat cu cuvintele-cheie" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "FiÈ™ierul cu imaginea nu a putut fi citit." @@ -1745,10 +2396,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Sunt sigur că doresc să È™terg" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "Sunt sigur(ă) că vreau să È™terg acest articol din colecÈ›ie" @@ -1776,73 +2423,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Comentariile sunt dezactivate." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Hopa, ai uitat să scrii comentariul." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Comentariul tău a fost trimis!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Verifică datele È™i încearcă din nou." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Trebuie să alegi sau să creezi o colecÈ›ie" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" este deja în colecÈ›ia \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" a fost adăugat la colecÈ›ia \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Ai È™ters acest fiÈ™ier" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "FiÈ™ierul nu a fost È™ters deoarece nu ai confirmat că eÈ™ti sigur." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Urmează să È™tergi fiÈ™ierele media ale unui alt utilizator. Se recomandă prudență." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Ai È™ters acest articol din colecÈ›ie." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "Articolul nu a fost È™ters pentru că nu ai confirmat că eÈ™ti sigur(ă)." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Urmează să È™tergi un articol din colecÈ›ia unui alt utilizator. Se recomandă prudență." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "Ai È™ters colecÈ›ia \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "ColecÈ›ia nu a fost È™tearsă pentru că nu ai confirmat că eÈ™ti sigur(ă)." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Urmează să È™tergi colecÈ›ia unui alt utilizator. Se recomandă prudență." diff --git a/mediagoblin/i18n/ru/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/ru/LC_MESSAGES/mediagoblin.mo Binary files differindex d2c5c02f..49769476 100644 --- a/mediagoblin/i18n/ru/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/ru/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/ru/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/ru/LC_MESSAGES/mediagoblin.po index 9cd7b221..8693f43f 100644 --- a/mediagoblin/i18n/ru/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/ru/LC_MESSAGES/mediagoblin.po @@ -1,35 +1,35 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: -# aleksejrs <deletesoftware@yandex.ru>, 2013 +# aleksejrs <deletesoftware@yandex.ru>, 2013-2014 # aleksejrs <deletesoftware@yandex.ru>, 2011-2012 # Yury Sakarinen, 2013 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-02 09:28-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" -"Last-Translator: aleksejrs <deletesoftware@yandex.ru>\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" +"Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/mediagoblin/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: ru\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Извините, на Ñтом Ñайте региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‰ÐµÐ½Ð°." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "Извините, Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð½Ð° Ñтом Ñайте отключена." @@ -50,12 +50,12 @@ msgstr "Ðто поле — Ð´Ð»Ñ Ð°Ð´Ñ€ÐµÑа Ñлектронной Ð¿Ð¾Ñ‡Ñ‚Ñ msgid "Sorry, a user with that name already exists." msgstr "Извините, пользователь Ñ Ñтим именем уже зарегиÑтрирован." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Сожалеем, но на Ñтот Ð°Ð´Ñ€ÐµÑ Ñлектронной почты уже зарегиÑтрирована Ð´Ñ€ÑƒÐ³Ð°Ñ ÑƒÑ‡Ñ‘Ñ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -81,174 +81,189 @@ msgstr "Ð’Ñ‹ уже потвердили Ñвой Ð°Ð´Ñ€ÐµÑ ÑлектроннРmsgid "Resent your verification email." msgstr "Отправить заново Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° подтверждение по е-мÑйл." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Ðазвание" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "ОпиÑание Ñтого произведениÑ" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Ð”Ð»Ñ Ñ€Ð°Ð·Ð¼ÐµÑ‚ÐºÐ¸ можете иÑпользовать Ñзык\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a>." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Метки" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "(через запÑтую)" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "ÐžÑ‚Ð»Ð¸Ñ‡Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ñ‡Ð°Ñть адреÑа" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "ÐžÑ‚Ð»Ð¸Ñ‡Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ñ‡Ð°Ñть адреÑа необходима" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "ЧаÑть адреÑа Ñтого файла, Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð´Ð½Ð°Ñ Ð¾Ñ‚ его названиÑ. Её обычно не требуетÑÑ Ð¸Ð·Ð¼ÐµÐ½Ñть." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "ЛицензиÑ" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "БиографиÑ" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Сайт" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Ðтот Ð°Ð´Ñ€ÐµÑ Ñодержит ошибки" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "УведомлÑть Ð¼ÐµÐ½Ñ Ð¿Ð¾ e-mail о комментариÑÑ… к моим файлам" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "ÐŸÑ€ÐµÐ´Ð¿Ð¾Ñ‡Ð¸Ñ‚Ð°ÐµÐ¼Ð°Ñ Ð»Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "Она будет лицензией по умолчанию Ð´Ð»Ñ Ð²Ð°ÑˆÐ¸Ñ… загрузок" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "Ðазвание не может быть пуÑтым" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "ОпиÑание Ñтой коллекции" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "ÐžÑ‚Ð»Ð¸Ñ‡Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ñ‡Ð°Ñть адреÑа Ñтой коллекции, оÑÐ½Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð½Ð° названии. Обычно не нужно её изменÑть." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Старый пароль" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Введите Ñвой Ñтарый пароль в качеÑтве доказательÑтва, что Ñто ваша ÑƒÑ‡Ñ‘Ñ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Ðовый пароль" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "Ðовый Ð°Ð´Ñ€ÐµÑ Ñлектронной почты" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Пароль" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "Введите Ñвой пароль в качеÑтве доказательÑтва, что Ñто ваша ÑƒÑ‡Ñ‘Ñ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ." -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "У Ñтого Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ÑƒÐ¶Ðµ еÑть файл Ñ Ñ‚Ð°ÐºÐ¾Ð¹ отличительной чаÑтью адреÑа." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Ð’Ñ‹ редактируете файлы другого пользователÑ. Будьте оÑторожны." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "Ð’Ñ‹ добавили ÑопутÑтвующий файл %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Ð’Ñ‹ можете редактировать только Ñвой ÑобÑтвенный профиль." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Ð’Ñ‹ редактируете профиль пользователÑ. Будьте оÑторожны." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Ð˜Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ Ñохранены" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "ÐаÑтройки учётной запиÑи запиÑаны" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Вам нужно подтвердить, что вы хотите удалить Ñвою учётную запиÑÑŒ." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "У Ð²Ð°Ñ ÑƒÐ¶Ðµ еÑть ÐºÐ¾Ð»Ð»ÐµÐºÑ†Ð¸Ñ Ñ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸ÐµÐ¼ «%s»!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "У Ñтого Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ÑƒÐ¶Ðµ еÑть ÐºÐ¾Ð»Ð»ÐµÐºÑ†Ð¸Ñ Ñ Ñ‚Ð°ÐºÐ¾Ð¹ отличительной чаÑтью адреÑа." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Ð’Ñ‹ редактируете коллекцию другого пользователÑ. Будьте оÑторожны." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "Ваш Ð°Ð´Ñ€ÐµÑ Ñлектронной почты удоÑтоверен." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Ðеправильный пароль" @@ -279,6 +294,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -286,11 +364,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Увы, Ñ Ð½Ðµ поддерживаю Ñтот тип файлов :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "ОпиÑание" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Я уверен, что хочу удалить Ñто" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Ура! Файл загружен!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Файл не удалён, так как вы не подтвердили Ñвою уверенноÑть галочкой." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Изменить" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Удалить" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Удалить %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Отмена" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Удалить безвозвратно" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Добавить" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -301,7 +515,7 @@ msgstr "Перекодировка видео не удалаÑÑŒ" #: mediagoblin/moderation/forms.py:21 msgid "Take away privilege" -msgstr "" +msgstr "Лишить полномочиÑ" #: mediagoblin/moderation/forms.py:22 msgid "Ban the user" @@ -309,7 +523,7 @@ msgstr "Забанить Ñтого пользователÑ" #: mediagoblin/moderation/forms.py:23 msgid "Send the user a message" -msgstr "" +msgstr "Отправить пользователю Ñообщение" #: mediagoblin/moderation/forms.py:24 msgid "Delete the content" @@ -329,6 +543,57 @@ msgstr "" #: mediagoblin/moderation/forms.py:115 msgid "What privileges will you take away?" +msgstr "Каких полномочий лишить?" + +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "на неопределённый Ñрок" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." msgstr "" #: mediagoblin/moderation/tools.py:91 @@ -349,29 +614,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Самые новые файлы" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -495,6 +991,14 @@ msgstr "ПоÑмотреть на <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "Разрешить" @@ -511,10 +1015,6 @@ msgstr "ИмÑ" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "ОпиÑание" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -561,14 +1061,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Добавить" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -628,13 +1120,6 @@ msgstr "Добавить OpenID" msgid "Delete an OpenID" msgstr "Удалить OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Удалить" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -642,7 +1127,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -656,11 +1141,11 @@ msgstr "ÐÐ²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð½ÐµÑƒÑпешна!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44 msgid "Log in to create an account!" -msgstr "" +msgstr "ÐвторизуйтеÑÑŒ, чтобы Ñоздать учётную запиÑÑŒ!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51 msgid "Or login with a password!" -msgstr "" +msgstr "Или войдите Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ паролÑ!" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23 msgid "Or login with OpenID!" @@ -699,11 +1184,11 @@ msgstr "" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31 msgid "Delete a Persona email address" -msgstr "" +msgstr "Удалить email-Ð°Ð´Ñ€ÐµÑ Persona" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34 msgid "Add a Persona email address" -msgstr "" +msgstr "Добавить email-Ð°Ð´Ñ€ÐµÑ Persona" #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21 msgid "Persona's" @@ -731,7 +1216,7 @@ msgstr "" #: mediagoblin/submit/forms.py:30 msgid "Max file size: {0} mb" -msgstr "" +msgstr "МакÑ. размер файла: {0} Мб." #: mediagoblin/submit/forms.py:34 msgid "File" @@ -742,16 +1227,12 @@ msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." -msgstr "" +msgstr "Ð”Ð»Ñ Ñ€Ð°Ð·Ð¼ÐµÑ‚ÐºÐ¸ можете иÑпользовать Ñзык\n<a href=\"http://daringfireball.net/projects/markdown/basics\">\nMarkdown</a>." #: mediagoblin/submit/views.py:55 msgid "You must provide a file." msgstr "Ð’Ñ‹ должны загрузить файл." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Ура! Файл загружен!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -759,7 +1240,7 @@ msgstr "ÐšÐ¾Ð»Ð»ÐµÐºÑ†Ð¸Ñ Â«%s» добавлена!" #: mediagoblin/templates/mediagoblin/banned.html:20 msgid "You are Banned." -msgstr "" +msgstr "Ð’Ñ‹ заблокированы." #: mediagoblin/templates/mediagoblin/banned.html:24 #: mediagoblin/templates/mediagoblin/error.html:24 @@ -768,37 +1249,33 @@ msgstr "Изображение нервничающего гоблина" #: mediagoblin/templates/mediagoblin/banned.html:26 msgid "You have been banned" -msgstr "" +msgstr "Ð’Ð°Ñ Ð·Ð°Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²Ð°Ð»Ð¸" #: mediagoblin/templates/mediagoblin/banned.html:28 #, python-format msgid "until %(until_when)s" -msgstr "" - -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" +msgstr "до %(until_when)s" -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Подтвердите ваш Ð°Ð´Ñ€ÐµÑ Ñлектронной почты!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "завершение ÑеанÑа" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "Ð£Ñ‡Ñ‘Ñ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Изменить наÑтройки учётной запиÑи" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -806,32 +1283,32 @@ msgstr "Изменить наÑтройки учётной запиÑи" msgid "Media processing panel" msgstr "Панель обработки файлов" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Завершение ÑеанÑа" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Добавить файлы" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Создать новую коллекцию" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Самые новые файлы" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "" @@ -928,37 +1405,37 @@ msgstr "УÑÐ»Ð¾Ð²Ð¸Ñ Ð¸ÑпользованиÑ" msgid "Explore" msgstr "Смотреть" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Привет! Добро пожаловать на наш MediaGoblin’овый Ñайт!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Ðтот Ñайт работает на <a href=\"http://mediagoblin.org\">MediaGoblin</a>, необыкновенно замечательном ПО Ð´Ð»Ñ Ñ…Ð¾Ñтинга мультимедийных файлов." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Ð”Ð»Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ ÑобÑтвенных файлов, ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸ Ñ‚. п. вы можете предÑтавитьÑÑ Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ вашей MediaGoblin’овой учётной запиÑи." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "У Ð²Ð°Ñ ÐµÑ‘ ещё нет? Ðе проблема!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -973,27 +1450,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Добавление ÑопутÑтвующего файла Ð´Ð»Ñ %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "СопутÑтвующие файлы" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Добавить ÑопутÑтвующий файл" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Отмена" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1006,7 +1472,7 @@ msgstr "Сохранить изменениÑ" #: mediagoblin/templates/mediagoblin/edit/change_email.html:33 #, python-format msgid "Changing %(username)s's email" -msgstr "" +msgstr "Изменение email-адреÑа %(username)s" #: mediagoblin/templates/mediagoblin/edit/delete_account.html:28 #, python-format @@ -1017,12 +1483,6 @@ msgstr "Ðа Ñамом деле удалить аккаунт «%(user_name)s» msgid "Yes, really delete my account" msgstr "Да, на Ñамом деле удалить мою учётную запиÑÑŒ" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Удалить безвозвратно" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1054,6 +1514,27 @@ msgstr "Редактирование %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Редактирование Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1066,7 +1547,7 @@ msgid "" "\n" "If you are not %(username)s or didn't request an email change, you can ignore\n" "this email." -msgstr "" +msgstr "Привет,\n\nМы хотели удоÑтоверитьÑÑ, что Ð’Ñ‹ — %(username)s. ЕÑли Ñто дейÑтвительно\nвы, то пожалуйÑта, пройдите по ÑÑылке ниже, чтобы подтвердить, что Ñто\nваш новый email-адреÑ.\n\n%(verification_url)s\n\nЕÑли вы не %(username)s или не запрашивали изменение адреÑа, можете не\nобращать Ð²Ð½Ð¸Ð¼Ð°Ð½Ð¸Ñ Ð½Ð° Ñто пиÑьмо." #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 msgid "New comments" @@ -1074,10 +1555,12 @@ msgstr "Ðовые комментарии" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1135,12 +1618,14 @@ msgid "Created" msgstr "Создан" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Изображение «%(media_title)s»" @@ -1149,35 +1634,35 @@ msgstr "Изображение «%(media_title)s»" msgid "PDF file" msgstr "PDF-файл" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "ПерÑпектива" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "Спереди" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Сверху" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Сбоку" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Скачать модель" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Формат файла" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Ð’Ñ‹Ñота объекта" @@ -1209,6 +1694,32 @@ msgstr "ЗдеÑÑŒ вы можете Ñледить за ÑоÑтоÑнием о msgid "Media in-processing" msgstr "Обработка файлов в процеÑÑе" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1219,6 +1730,14 @@ msgstr "Ðету файлов Ð´Ð»Ñ Ð¾Ð±Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ¸" msgid "These uploads failed to process:" msgstr "Обработка Ñтих файлов вызвала ошибку:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1228,6 +1747,10 @@ msgstr "ÐеудавшихÑÑ Ð·Ð°Ð´Ð°Ñ‡ нет!" msgid "Last 10 successful uploads" msgstr "ПоÑледние 10 удавшихÑÑ Ð·Ð°Ð³Ñ€ÑƒÐ·Ð¾Ðº" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1237,20 +1760,20 @@ msgstr "Выполненных задач пока нет!" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1258,7 +1781,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1268,25 +1791,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 -#: mediagoblin/templates/mediagoblin/moderation/user.html:128 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1307,7 +1834,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1316,16 +1843,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1333,7 +1860,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1341,23 +1868,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1365,7 +1892,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" @@ -1374,128 +1901,133 @@ msgstr "" msgid "User: %(username)s" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:39 +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 msgid "Sorry, no such user found." -msgstr "Извините, но такой пользователь не найден." +msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:43 +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 msgid "Email verification needed" msgstr "Ðужно подтверждение почтового адреÑа" -#: mediagoblin/templates/mediagoblin/moderation/user.html:45 +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 msgid "" "Someone has registered an account with this username, but it still has\n" " to be activated." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:58 -msgid "Return to Users Panel" -msgstr "" - -#: mediagoblin/templates/mediagoblin/moderation/user.html:60 +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 #: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 #, python-format msgid "%(username)s's profile" msgstr "Профиль Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %(username)s" -#: mediagoblin/templates/mediagoblin/moderation/user.html:62 +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 #, python-format msgid "BANNED until %(expiration_date)s" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 msgid "Banned Indefinitely" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:72 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 msgid "This user hasn't filled in their profile (yet)." msgstr "Ðтот пользователь не заполнил Ñвой профайл (пока)." -#: mediagoblin/templates/mediagoblin/moderation/user.html:83 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 msgid "Edit profile" msgstr "Редактировать профиль" -#: mediagoblin/templates/mediagoblin/moderation/user.html:90 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 msgid "Browse collections" msgstr "Смотреть коллекции" -#: mediagoblin/templates/mediagoblin/moderation/user.html:97 +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 #, python-format msgid "Active Reports on %(username)s" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:104 +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 msgid "Report ID" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 msgid "Reported Content" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:106 +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 msgid "Description of Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 #, python-format msgid "Report #%(report_number)s" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:121 +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 msgid "Reported Comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:123 +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 msgid "Reported Media Entry" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:134 +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 #, python-format msgid "No active reports filed on %(username)s" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:141 +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 #, python-format msgid "All reports on %(username)s" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:146 +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 #, python-format msgid "All reports that %(username)s has filed" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:160 -msgid "Ban User" +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:165 -msgid "UnBan User" +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/user.html:173 -msgid "Privilege" +msgid "Granted" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:174 -msgid "User Has Privilege" -msgstr "ЕÑть у пользователÑ" - -#: mediagoblin/templates/mediagoblin/moderation/user.html:181 +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 msgid "Yes" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user.html:183 +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 msgid "No" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1512,10 +2044,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1537,6 +2065,26 @@ msgstr "Добавление коллекции" msgid "Add your media" msgstr "Добавление ваших файлов" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Добавить комментарий" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Добавить Ñтот комментарий" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Добавлен" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1547,23 +2095,27 @@ msgstr "%(collection_title)s (ÐºÐ¾Ð»Ð»ÐµÐºÑ†Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %(user msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Изменить" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Удалить %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Ð’ Ñамом деле иÑключить %(media_title)s из %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "ИÑключить" @@ -1606,22 +2158,10 @@ msgstr "Файлы Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ <a href=\"%(user_url)s\">%(username) msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "■ПроÑмотр файлов Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Добавить комментарий" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Добавить Ñтот комментарий" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "Предварительный проÑмотр комментариÑ" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Добавлен" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1664,28 +2204,28 @@ msgid "" " â– Published by <a href=\"%(user_url)s\"\n" " class=\"comment_authorlink\">%(username)s</a>\n" " " -msgstr "" +msgstr "\n ■Опубликовано <a href=\"%(user_url)s\"\n class=\"comment_authorlink\">%(username)s</a>\n " #: mediagoblin/templates/mediagoblin/user_pages/report.html:81 msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "ЗдеÑÑŒ вы можете раÑÑказать о Ñебе." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Смотреть вÑе файлы %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Ваши файлы поÑвÑÑ‚ÑÑ Ð·Ð´ÐµÑÑŒ, когда вы их добавите." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." @@ -1733,6 +2273,14 @@ msgstr "Ð’ коллекциÑÑ…:" msgid "Add to a collection" msgstr "Добавить в коллекцию" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1777,7 +2325,7 @@ msgstr "" msgid "Tagged with" msgstr "Метки" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Ðе удалоÑÑŒ прочитать файл Ñ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸ÐµÐ¼." @@ -1847,11 +2395,7 @@ msgstr "Комментировать" msgid "" "You can use <a href=\"http://daringfireball.net/projects/markdown/basics\" " "target=\"_blank\">Markdown</a> for formatting." -msgstr "" - -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Я уверен, что хочу удалить Ñто" +msgstr "ПоддерживаетÑÑ Ñ€Ð°Ð·Ð¼ÐµÑ‚ÐºÐ° на Ñзыке <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a>." #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" @@ -1880,73 +2424,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Сожалеем: возможноÑть ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¾Ñ‚ÐºÐ»ÑŽÑ‡ÐµÐ½Ð°." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Ой, ваш комментарий был пуÑÑ‚." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Ваш комментарий размещён!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "ПожалуйÑта, проверьте введённое и попробуйте ещё раз." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Ðеобходимо выбрать или добавить коллекцию" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "«%s» — уже в коллекции «%s»" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "«%s» добавлено в коллекцию «%s»" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Ð’Ñ‹ удалили файл." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Файл не удалён, так как вы не подтвердили Ñвою уверенноÑть галочкой." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Ð’Ñ‹ на пороге ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° другого пользователÑ. Будьте оÑторожны." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Ð’Ñ‹ иÑключили файл из коллекции." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "Файл не иÑключён из коллекции, так как вы не подтвердили Ñвоё намерение отметкой." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Ð’Ñ‹ на пороге иÑÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° из коллекции другого пользователÑ. Будьте оÑторожны." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "Ð’Ñ‹ удалили коллекцию «%s»" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "ÐšÐ¾Ð»Ð»ÐµÐºÑ†Ð¸Ñ Ð½Ðµ удалена, так как вы не подтвердили Ñвоё намерение отметкой." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Ð’Ñ‹ на пороге ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð»Ð»ÐµÐºÑ†Ð¸Ð¸ другого пользователÑ. Будьте оÑторожны." diff --git a/mediagoblin/i18n/sk/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/sk/LC_MESSAGES/mediagoblin.mo Binary files differindex cf5070f0..1796a054 100644 --- a/mediagoblin/i18n/sk/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/sk/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/sk/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/sk/LC_MESSAGES/mediagoblin.po index b401851f..ef28b171 100644 --- a/mediagoblin/i18n/sk/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/sk/LC_MESSAGES/mediagoblin.po @@ -1,38 +1,38 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: # martin, 2013 -# martin, 2012-2013 +# martin, 2012-2014 # Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2012 # Olle Jonsson <olle.jonsson@gmail.com>, 2012 -# ttrudslev <tanja.trudslev@gmail.com>, 2012 +# Tanja Trudslev <tanja.trudslev@gmail.com>, 2012 # martin, 2011-2012 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/mediagoblin/language/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "PrepáÄ, registrácia na danej inÅ¡tancii nie je povolená." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." -msgstr "" +msgstr "PrepáÄ, reportovanie je na tejto inÅ¡tancii vypnuté." -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "PrepáÄ, autentifikácia je vypnutá pre túto inÅ¡tanciu." @@ -53,12 +53,12 @@ msgstr "Toto pole vyžaduje e-mailovú adresu." msgid "Sorry, a user with that name already exists." msgstr "PrepáÄ, rovnaké použÃvateľské meno už existuje." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "PrepáÄ, rovnaká e-mailová adresa už bola použitá na vytvorenie úÄtu." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "VerifikaÄný kÄ¾ÃºÄ alebo použÃvateľské ID nie je správne." @@ -84,174 +84,189 @@ msgstr "Už máš overenú e-mailovú adresu!" msgid "Resent your verification email." msgstr "Opätovne zaslaÅ¥ overovacà e-mail." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titulok" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Popis výtvoru" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "MôžeÅ¡ využiÅ¥\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> pre formátovanie prÃspevku." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Å tÃtky" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Oddeľ Å¡tÃtky pomocou Äiarky." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Unikátna ÄasÅ¥ adresy" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "Unikátna ÄasÅ¥ adresy nesmie byÅ¥ prázdna" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "Titulná ÄasÅ¥ adresy daného média. Zmena poľa nepovinná." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Licencia" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Bio" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Webstránka" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Daná adresa obsahuje chybu" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "ZaÅ¡li mi e-mail keÄ ostatnà okomentujú môj výtvor" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "PovoliÅ¥ notifikácie ohľadom udalostà na stránke." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Preferencia licencie" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "Nasledovná licencia bude použitá ako východzia pre vÅ¡etky tvoje výtvory." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "Titulok nesmie byÅ¥ prázdny." -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Popis danej kolekcie" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "Titulná ÄasÅ¥ adresy danej kolekcie. Zmena poľa nepovinná." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Staré heslo" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Vlož svoje staré heslo na dôkaz toho, že vlastnÃÅ¡ daný úÄet." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Nové heslo" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "Nová e-mailová adresa" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Heslo" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "Vlož svoje heslo pre overenie pravosti úÄtu." -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Položku s rovnakou unikátnou ÄasÅ¥ou adresy už niekde máš." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "UpravujeÅ¡ výtvory iného použÃvateľa. Pristupuj zodpovedne. " -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "PrÃloha %s pridaná!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "MôžeÅ¡ upravovaÅ¥ iba svoj vlastný profil." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "UpravujeÅ¡ profil iného použÃvateľa. Pristupuj zodpovedne. " -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Zmeny v profile uložené" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Nastavenia úÄtu uložené" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "PotrebujeÅ¡ potvrdiÅ¥ odstránenie svojho úÄtu." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "Už máš kolekciu nazvanú ako \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "Kolekcia s týmto Å¡tÃtkom už máš." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "UpravujeÅ¡ kolekciu iného použÃvateľa. Pristupuj zodpovedne. " -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "Tvoja e-mailová adresa bola verifikovaná." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Nesprávne heslo" @@ -282,6 +297,69 @@ msgstr "Preskakujem \"%s\"; opakovane nastavené.\n" msgid "Old link found for \"%s\"; removing.\n" msgstr "Nájdený starý odkaz pre \"%s\"; odstraňujem.\n" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -289,11 +367,147 @@ msgid "" "domain." msgstr "CSRF \"cookie\" neprÃtomný. Toto vidÃÅ¡ najskôr ako výsledok blokovania \"cookie\" súborov a pod.<br/>Uisti sa, že máš povolené ukladanie \"cookies\" pre danú doménu." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "PrepáÄ, nepodporujem tento typ súborov =(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Popis" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "JednoznaÄne to chcem odstrániÅ¥" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Skvelé! Pridané!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Výtvor nebol odstránený, nakoľko chýbalo tvoje potvrdenie." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "UpraviÅ¥" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "OdstrániÅ¥" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "SkutoÄne odstrániÅ¥ %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "ZruÅ¡iÅ¥" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "OdstráňiÅ¥ permanentne" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "PridaÅ¥" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "beh unoconv zlyhal, preskúmajte log záznam" @@ -304,11 +518,11 @@ msgstr "Konvertovanie videa zlyhalo" #: mediagoblin/moderation/forms.py:21 msgid "Take away privilege" -msgstr "" +msgstr "OdobraÅ¥ privilégiá" #: mediagoblin/moderation/forms.py:22 msgid "Ban the user" -msgstr "" +msgstr "UdeliÅ¥ použÃvateľovi BAN" #: mediagoblin/moderation/forms.py:23 msgid "Send the user a message" @@ -316,24 +530,75 @@ msgstr "" #: mediagoblin/moderation/forms.py:24 msgid "Delete the content" -msgstr "" +msgstr "OdstrániÅ¥ obsah" #: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118 msgid "User will be banned until:" -msgstr "" +msgstr "BAN použÃvateľa potrvá do:" #: mediagoblin/moderation/forms.py:57 msgid "Why are you banning this User?" -msgstr "" +msgstr "PreÄo chceÅ¡ udeliÅ¥ BAN tomuto použÃvateľovi?" #: mediagoblin/moderation/forms.py:109 msgid "What action will you take to resolve the report?" -msgstr "" +msgstr "ÄŒo spravÃÅ¡ pre vyrieÅ¡enie daného reportu?" #: mediagoblin/moderation/forms.py:115 msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "nekoneÄne" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -352,29 +617,260 @@ msgstr "ÚspeÅ¡ný zápis odberu komentárov pre %s!" msgid "You will not receive notifications for comments on %s." msgstr "NebudeÅ¡ dostávaÅ¥ notifikácie ohľadom komentárov pre %s." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "NutnosÅ¥ poskytnúť OAuth token." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "Požadovaný token nenájdený." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Aktuálne výtvory" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -496,6 +992,14 @@ msgstr "ZobraziÅ¥ na <a href=\"%(osm_url)s\">OpenStreetMap</a>" #: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22 msgid "Sign in to create an account!" +msgstr "Prihlás sa pre vytvorenie úÄtu!" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" msgstr "" #: mediagoblin/plugins/oauth/forms.py:29 @@ -514,10 +1018,6 @@ msgstr "Meno" msgid "The name of the OAuth client" msgstr "Meno v rámci OAuth klienta" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Popis" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -564,14 +1064,6 @@ msgstr "OAuth klientské spojenia" msgid "Your OAuth clients" msgstr "Tvoji autorizovanà OAuth klienti" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "PridaÅ¥" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -631,13 +1123,6 @@ msgstr "PridaÅ¥ OpenID" msgid "Delete an OpenID" msgstr "OdstrániÅ¥ OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "OdstrániÅ¥" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "OpenID" @@ -645,7 +1130,7 @@ msgstr "OpenID" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -751,10 +1236,6 @@ msgstr "" msgid "You must provide a file." msgstr "MusÃÅ¡ poskytnúť súbor." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Skvelé! Pridané!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -778,30 +1259,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Over si e-mailovú adresu!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "odhlásiÅ¥ sa" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "ÚÄet použÃvateľa <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "ZmeniÅ¥ nastavenia úÄtu" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -809,32 +1286,32 @@ msgstr "ZmeniÅ¥ nastavenia úÄtu" msgid "Media processing panel" msgstr "Sekcia spracovania výtvorov" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "OdhlásiÅ¥ sa" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "PridaÅ¥ výtvor" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "VytvoriÅ¥ novú kolekciu" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Aktuálne výtvory" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "Autorizácia" @@ -931,38 +1408,38 @@ msgstr "" msgid "Explore" msgstr "PreskúmaÅ¥" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Ahoj, vitaj na tejto MediaGoblin stránke!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Táto stránka použÃva <a href=\"http://mediagoblin.org\">MediaGoblin</a>, výnimoÄne skvelý kus softvéru na hostovanie médiÃ." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Pre pridanie vlastných výtvorov, komentárov a viac.. sa prihlás zo svojim MediaGoblin úÄtom." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "Har du ikke en endnu? Det er let!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n >VytvoriÅ¥ úÄet na tejto stránke</a>\n alebo" +" >Create an account at this site</a>\n" +" or" +msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "\n <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">ZaložiÅ¥ MediaGoblin na vlastnom serveri</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 @@ -976,27 +1453,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Úprava prÃloh pre %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "PrÃlohy" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "PridaÅ¥ prÃlohu" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "ZruÅ¡iÅ¥" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1020,12 +1486,6 @@ msgstr "SkutoÄne odstrániÅ¥ použÃvateľa '%(user_name)s' a vÅ¡etky pridruže msgid "Yes, really delete my account" msgstr "Ãno, skutoÄne odstrániÅ¥ môj úÄet" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "OdstráňiÅ¥ permanentne" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1057,6 +1517,27 @@ msgstr "Úprava %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Úprava profilu, ktorý vlastnà %(username)s " +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1077,10 +1558,12 @@ msgstr "Nové komentáre" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1138,12 +1621,14 @@ msgid "Created" msgstr "Vytvorené" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Obrázok pre %(media_title)s" @@ -1152,35 +1637,35 @@ msgstr "Obrázok pre %(media_title)s" msgid "PDF file" msgstr "PDF súbor" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "PerspektÃva" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "ÄŒelo" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Vrch" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Strana" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "StiahnuÅ¥ model" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Súborový formát" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Výška objektu" @@ -1212,6 +1697,32 @@ msgstr "Tu môžeÅ¡ sledovaÅ¥ stav médià spracovávaných na danej inÅ¡tancii. msgid "Media in-processing" msgstr "Výtvory sa spracúvajú" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1222,6 +1733,14 @@ msgstr "Žiadne výtvory v procese spracovania" msgid "These uploads failed to process:" msgstr "Nasledovné nahratia nepreÅ¡li spracovanÃm:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1231,6 +1750,10 @@ msgstr "Žiadne zlyhané položky!" msgid "Last 10 successful uploads" msgstr "Posledných 10 úspeÅ¡ných nahratÃ" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1240,20 +1763,20 @@ msgstr "Zatiaľ žiadne spracované položky!" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1261,7 +1784,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1271,24 +1794,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1309,25 +1837,25 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" -msgstr "" +msgstr "VinnÃk" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78 msgid "When Reported" -msgstr "" +msgstr "ÄŒas nahlásenia" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" -msgstr "" +msgstr "Dôvod" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1335,7 +1863,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1343,23 +1871,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1367,8 +1895,140 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." +msgstr "Žiadne vyrieÅ¡ené nahlásenia." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Nutné overenie e-mailovej adresy" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Profil, ktorý vlastnà %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "DotyÄný použÃvateľ (zatiaľ) nevyplnil svoj profil." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "UpraviÅ¥ profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "PrehliadaÅ¥ kolekcie" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 @@ -1387,10 +2047,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1412,6 +2068,26 @@ msgstr "PridaÅ¥ kolekciu" msgid "Add your media" msgstr "Pridaj svoj výtvor" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "PridaÅ¥ komentár" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "PridaÅ¥ tento komentár" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Pridané" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1422,23 +2098,27 @@ msgstr "%(collection_title)s (kolekcia použÃvateľa %(username)s) " msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s od <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "UpraviÅ¥" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "SkutoÄne odstrániÅ¥ %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "SkutoÄne odstrániÅ¥ %(media_title)s z %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "OdstrániÅ¥" @@ -1481,22 +2161,10 @@ msgstr "Výtvory, ktoré vlastnà <a href=\"%(user_url)s\">%(username)s</a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Prehliadanie výtvorov od <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "PridaÅ¥ komentár" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "PridaÅ¥ tento komentár" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "Náhľad komentára" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Pridané" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1522,7 +2190,7 @@ msgstr "Tvojich 10 posledných úspeÅ¡ných nahratÃ" #: mediagoblin/templates/mediagoblin/user_pages/report.html:21 msgid "<h2>File a Report</h2>" -msgstr "" +msgstr "<h2>NahlásiÅ¥</h2>" #: mediagoblin/templates/mediagoblin/user_pages/report.html:24 msgid "Reporting this Comment" @@ -1545,52 +2213,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Profil, ktorý vlastnà %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Na tomto mieste môžeÅ¡ povedaÅ¥ o sebe ostatným." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "UpraviÅ¥ profil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "DotyÄný použÃvateľ (zatiaľ) nevyplnil svoj profil." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "PrehliadaÅ¥ kolekcie" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "ZobraziÅ¥ vÅ¡etky výtvory, ktoré vlastnà %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "VÅ¡etky tvoje výtvory sa objavia práve tu, zatiaľ vÅ¡ak nemáš niÄ pridané." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Pravdepodobne sa tu nenachádzajú žiadne výtvory..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Nutné overenie e-mailovej adresy" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Takmer hotovo! EÅ¡te je potrebné aktivovaÅ¥ tvoj úÄet." @@ -1633,6 +2276,14 @@ msgstr "Zahrnuté" msgid "Add to a collection" msgstr "PridaÅ¥ do kolekcie" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1677,7 +2328,7 @@ msgstr "" msgid "Tagged with" msgstr "OznaÄené ako" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Nemožno preÄÃtaÅ¥ súbor obrázka." @@ -1749,10 +2400,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "SmieÅ¡ použÃvaÅ¥ <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Makrdown</a> pre formátovanie textu." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "JednoznaÄne to chcem odstrániÅ¥" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "SkutoÄne chcem odstrániÅ¥ danú položku z kolekcie" @@ -1780,73 +2427,69 @@ msgstr "SmieÅ¡ použiÅ¥\n<a href=\"http://daringfireball.net/projects/markdown/b msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "PrepáÄ, komentovanie je vypnuté." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Hopla, tvoj komentár bol prázdny." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Tvoj komentár bol pridaný!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "ProsÃm skontroluj svoje položky a skús znova." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "MusÃÅ¡ vybraÅ¥, prÃpadne pridaÅ¥ kolekciu" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" sa už nachádza v kolekcii \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s pridané do kolekcie \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Výtvor bol tebou odstránený." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Výtvor nebol odstránený, nakoľko chýbalo tvoje potvrdenie." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Chystáš sa odstrániÅ¥ výtvory niekoho iného. Pristupuj zodpovedne. " -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "Položka bola z kolekcie odstránená." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "Položka nebola odstránená, nakoľko polÃÄko potvrdenia nebolo oznaÄné." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Chystáš sa odstrániÅ¥ položku z kolekcie iného použÃvateľa. Pristupuj zodpovedne. " -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "Kolekcia \"%s\" bola úspeÅ¡ne odstránená." -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "Kolekcia nebola odstránená, nakoľko polÃÄko potrvdenia nebolo oznaÄené." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Chystáš sa odstrániÅ¥ kolekciu iného použÃvateľa. Pristupuj zodpovedne. " diff --git a/mediagoblin/i18n/sl/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/sl/LC_MESSAGES/mediagoblin.mo Binary files differindex 41edf626..bcdc0f68 100644 --- a/mediagoblin/i18n/sl/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/sl/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/sl/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/sl/LC_MESSAGES/mediagoblin.po index 6c40d958..cded9d0a 100644 --- a/mediagoblin/i18n/sl/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/sl/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -8,26 +8,26 @@ msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/mediagoblin/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Oprostite, prijava za ta izvod ni omogoÄena." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -48,12 +48,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "Oprostite, uporabnik s tem imenom že obstaja." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -79,174 +79,189 @@ msgstr "" msgid "Resent your verification email." msgstr "Ponovno poÅ¡iljanje potrditvene e-poÅ¡te." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Naslov" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Oznake" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Oznaka" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "Oznaka ne sme biti prazna" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Biografija" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Spletna stran" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Geslo" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Vnos s to oznako za tega uporabnika že obstaja." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Urejate vsebino drugega uporabnika. Nadaljujte pazljivo." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Urejate uporabniÅ¡ki profil. Nadaljujte pazljivo." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "" @@ -277,6 +292,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -284,11 +362,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Juhej! Poslano." + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "PrekliÄi" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -329,6 +543,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -347,29 +612,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -493,6 +989,14 @@ msgstr "" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -509,10 +1013,6 @@ msgstr "" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -559,14 +1059,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -626,13 +1118,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -640,7 +1125,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -746,10 +1231,6 @@ msgstr "" msgid "You must provide a file." msgstr "Podati morate datoteko." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Juhej! Poslano." - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -773,30 +1254,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -804,30 +1281,30 @@ msgstr "" msgid "Media processing panel" msgstr "Podokno obdelovanja vsebine" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Dodaj vsebino" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" msgstr "" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 @@ -926,37 +1403,37 @@ msgstr "" msgid "Explore" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -971,27 +1448,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "PrekliÄi" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1015,12 +1481,6 @@ msgstr "" msgid "Yes, really delete my account" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1052,6 +1512,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "Urejanje profila – %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1072,10 +1553,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1133,12 +1616,14 @@ msgid "Created" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1147,35 +1632,35 @@ msgstr "" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1207,6 +1692,32 @@ msgstr "" msgid "Media in-processing" msgstr "Vsebina v obdelavi" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1217,6 +1728,14 @@ msgstr "V obdelavi ni nobene vsebine" msgid "These uploads failed to process:" msgstr "Teh vsebin ni bilo moÄ obdelati:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1226,6 +1745,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1235,20 +1758,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1256,7 +1779,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1266,24 +1789,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1304,7 +1832,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1313,16 +1841,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1330,7 +1858,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1338,23 +1866,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1362,10 +1890,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Potrebna je potrditev prek e-poÅ¡te" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Profil – %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Ta uporabnik Å¡e ni izpolnil svojega profila." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Uredi profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1382,10 +2042,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1407,6 +2063,26 @@ msgstr "" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1417,23 +2093,27 @@ msgstr "" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "" @@ -1476,22 +2156,10 @@ msgstr "Vsebina uporabnika <a href=\"%(user_url)s\">%(username)s</a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1540,52 +2208,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Profil – %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Na tem mestu lahko drugim poveste nekaj o sebi." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Uredi profil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Ta uporabnik Å¡e ni izpolnil svojega profila." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Prikaži vso vsebino uporabnika %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Tu bo prikazana vaÅ¡a vsebina, a trenutno Å¡e niste dodali niÄ." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Videti je, da tu Å¡e ni nobene vsebine ..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Potrebna je potrditev prek e-poÅ¡te" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Skoraj ste zakljuÄili. Svoj raÄun morate le Å¡e aktivirati." @@ -1628,6 +2271,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1672,7 +2323,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1744,10 +2395,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "" @@ -1775,73 +2422,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/sq/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/sq/LC_MESSAGES/mediagoblin.mo Binary files differindex 7d76c92c..0056d6f5 100644 --- a/mediagoblin/i18n/sq/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/sq/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/sq/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/sq/LC_MESSAGES/mediagoblin.po index 10fc1cb3..1277b899 100644 --- a/mediagoblin/i18n/sq/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/sq/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -9,26 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/mediagoblin/language/sq/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "Na ndjeni, regjistrimi në këtë instancë të shërbimit është i çaktivizuar." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "Na ndjeni, në këtë instancë raportimi është i çaktivizuar" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "Na ndjeni, mirëfilltësimi është i çaktivizuar për këtë instancë." @@ -49,12 +49,12 @@ msgstr "Kjo fushë lyp një adresë email." msgid "Sorry, a user with that name already exists." msgstr "Na ndjeni, ka tashmë një përdorues me këtë emër." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Na ndjeni, ka tashmë një përdorues me këtë adresë email." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "Kyçi i verifikimit ose id-ja e përdoruesit është e pasaktë." @@ -80,174 +80,189 @@ msgstr "Thuajse e keni verifikuar adresën tuaj email!" msgid "Resent your verification email." msgstr "Ridërgoni email-in tuaj të verifikimit." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titull" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Përshkrim i kësaj pune" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "Mund të përdorni\n <a href=\"http://daringfireball.net/projects/markdown/basics\">\n Markdown</a> për formatim." -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Etiketa" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Ndajini etiketat me presje." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Identifikues" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "Identifikuesi s'mund të jetë i zbrazët" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "Titulli i adresës së kësaj medie. Zakonisht nuk keni nevojë ta ndryshoni këtë." -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "Leje" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Jetëshkrim" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Site Web" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "Kjo adresë përmban gabime" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "Dërgomë email kur të tjerët komentojnë te media ime" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "Aktivizoni njoftime të brendshme për veprimtari." -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "Parapëlqime licence" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "Kjo do të jetë licenca juaj parazgjedhje për forma ngarkimesh." -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "Titulli s'mund të jetë i zbrazët" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "Përshkrim i këtij koleksioni" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "Pjesa titull e adresës së këtij koleksioni. Zakonisht nuk keni pse e ndryshoni këtë." -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Fjalëkalimi i vjetër" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "Jepni fjalëkalimin tuaj të vjetër që të provohet se këtë llogari e zotëroni ju." -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Fjalëkalimi i ri" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "Adresë email e re" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Fjalëkalim" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "Jepni fjalëkalimin tuaj që të provohet se jeni i zoti i kësaj llogarie." -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Ka tashmë një zë me atë identifikues për këtë përdorues." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Po përpunoni media të një tjetër përdoruesi. Hapni sytë." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "Shtuat bashkangjitjen %s!" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "Mund të përpunoni vetëm profilin tuaj." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Po përpunoni profilin e një përdoruesi. Hapni sytë." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Ndryshimet e profilit u ruajtën" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Rregullimet e llogarisë u ruajtën" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "Lypset të ripohoni fshirjen e llogarisë suaj." -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "Keni tashmë një koleksion të quajtur \"%s\"!" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "Ka tashmë një koleksion me atë identifikues për këtë përdorues." -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "Po përpunoni koleksionin e një tjetër përdoruesi. Hapni sytë." -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "Adresa juaj email u verifikua." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Fjalëkalim i gabuar" @@ -278,6 +293,69 @@ msgstr "Po anashkalohet \"%s\"; e rregulluar tashmë.\n" msgid "Old link found for \"%s\"; removing.\n" msgstr "U gjet lidhje e vjetër për \"%s\"; po hiqet.\n" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -285,11 +363,147 @@ msgid "" "domain." msgstr "Pa cookie CSRF të pranishme. Ka shumë të ngjarë që të jetë punë e një bllokuesi cookie-sh ose të tillë.<br/>Sigurohuni që të lejoni depozitim cookie-sh për këtë përkatësi." -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Na ndjeni, nuk e mbullojmë këtë lloj kartele :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Përshkrim" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Jam i sigurt që dua të fshihet kjo" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Yhaaaaaa! U parashtrua!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Media nuk u fshi ngaqë nuk i vutë shenjë pohimit se jeni i sigurt." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Përpunoni" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Fshije" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Të fshihet vërtet %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Anuloje" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Fshije përgjithmonë" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Shtoni" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "unoconv nuk po arrin të xhirohet, kontrolloni kartelën e regjistrimeve" @@ -330,6 +544,57 @@ msgstr "Çfarë veprimesh do të ndërmerrni që të zgjidhni këtë raportim?" msgid "What privileges will you take away?" msgstr "Cilat privilegje do të hiqni?" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "pafundësisht" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "Sinjalizim prej" @@ -348,29 +613,260 @@ msgstr "U pajtua te komentet në %s!" msgid "You will not receive notifications for comments on %s." msgstr "Nuk do të merrni njoftime për komente te %s." -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "Duhet dhënë një oauth_token." -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "S'u gjet token kërkese." -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "Na ndjeni, madhësia e kartelës është shumë e madhe." -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "Na ndjeni, ngarkimi i kësaj kartele do t'ju kalonte tej kufirit tuaj për ngarkime." -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "Na ndjeni, keni arritur kufirin tuaj për ngarkimet." +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Mediat më të reja" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -494,6 +990,14 @@ msgstr "Shiheni te <a href=\"%(osm_url)s\">OpenStreetMap</a>" msgid "Sign in to create an account!" msgstr "Për të krijuar një llogari, hyni!" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "Lejoje" @@ -510,10 +1014,6 @@ msgstr "Emër" msgid "The name of the OAuth client" msgstr "Emri i klientit OAuth" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "Përshkrim" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -560,14 +1060,6 @@ msgstr "Lidhje klienti OAuth" msgid "Your OAuth clients" msgstr "Klientët tuaj OAuth" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Shtoni" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -627,13 +1119,6 @@ msgstr "Shtoni një OpenID" msgid "Delete an OpenID" msgstr "Fshini një OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Fshije" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -641,7 +1126,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -747,10 +1232,6 @@ msgstr "Për formatim teksti mund të përdorni\n <a href msgid "You must provide a file." msgstr "Duhet të jepni një kartelë." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Yhaaaaaa! U parashtrua!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -774,30 +1255,26 @@ msgstr "Jeni dëbuar" msgid "until %(until_when)s" msgstr "deri më %(until_when)s" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "pafundësisht" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Verifikoni email-in tuaj!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "dilni" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "Llogaria e <a href=\"%(user_url)s\">%(user_name)s</a>" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Ndryshoni rregullime llogarie" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -805,32 +1282,32 @@ msgstr "Ndryshoni rregullime llogarie" msgid "Media processing panel" msgstr "Paneli i përpunimit të medias" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Dilni" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Shtoni media" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "Krijoni koleksion të ri" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "Paneli i administrimit të përdoruesve" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "Paneli i administrimit të raporteve" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Mediat më të reja" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "Autorizim" @@ -927,38 +1404,38 @@ msgstr "Kushtet e Shërbimit" msgid "Explore" msgstr "Eksploroni" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Tungjatjeta juaj, mirë se vini te ky site MediaGoblin!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "Ky site përdor <a href=\"http://mediagoblin.org\">MediaGoblin</a>, një program jashtëzakonisht i shkëlqyer për strehim mediash." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "Për të shtuar media tuajën, për të bërë komente, dhe të tjera, mund të hyni përmes llogarisë suaj MediaGoblin." -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "Nuk keni ende një të tillë? Është e lehtë!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n >Krijoni një llogari te ky site</a>\n ose" +" >Create an account at this site</a>\n" +" or" +msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "\n <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Instaloni dhe përgatisni MediaGoblin-in në shërbyesin tuaj</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 @@ -972,27 +1449,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "Po përpunohen bashkangjitjet për %(media_title)s" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "Bashkangjitje" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "Shtoni bashkangjitje" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Anuloje" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1016,12 +1482,6 @@ msgstr "Të fshihet vërtet përdoruesi '%(user_name)s' dhe krejt media/komentet msgid "Yes, really delete my account" msgstr "Po, fshijeni vërtet llogarinë time" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "Fshije përgjithmonë" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1053,6 +1513,27 @@ msgstr "Po përpunohet %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "Po përpunohet profili i %(username)s" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1073,10 +1554,12 @@ msgstr "Komente të reja" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1134,12 +1617,14 @@ msgid "Created" msgstr "U krijua" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "Figurë për %(media_title)s" @@ -1148,35 +1633,35 @@ msgstr "Figurë për %(media_title)s" msgid "PDF file" msgstr "Kartelë PDF" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "Perspektivë" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "Ball" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "Krye" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "Anë" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "Shkarkojeni modelin" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Format Kartele" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "Lartësi Objekti" @@ -1208,6 +1693,32 @@ msgstr "Këtu mund të ndiqni gjendjen e medias që po përpunohet në këtë in msgid "Media in-processing" msgstr "Media në përpunim" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "ID" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1218,6 +1729,14 @@ msgstr "Pa media në përpunim" msgid "These uploads failed to process:" msgstr "Nuk arritën të kryheshin këto ngarkime:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1227,6 +1746,10 @@ msgstr "Pa zëra të dështuar!" msgid "Last 10 successful uploads" msgstr "10 ngarkimet e fundit të suksesshme" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1236,20 +1759,20 @@ msgstr "Ende pa zëra të përpunuar!" msgid "Sorry, no such report found." msgstr "Na ndjeni, nuk u gjet raport i tillë." -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "Kthehuni te Paneli i Raportimeve" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "Raport" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "Koment i raportuar" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1257,7 +1780,7 @@ msgid "" " " msgstr "\n â– Media e raportuar nga <a href=\"%(user_url)s\">%(user_name)s</a>\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1267,24 +1790,29 @@ msgid "" " " msgstr "\n LËNDË NGA\n <a href=\"%(user_url)s\"> %(user_name)s</a>\n ËSHTË FSHIRË\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "Zgjidheni" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "Zgjidheni Këtë Raport" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "Gjendje" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "ZGJIDHUR" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "Nuk mund të ndërmerrni veprim kundër një përgjegjësi" @@ -1305,7 +1833,7 @@ msgid "Active Reports Filed" msgstr "Raportime Aktive të Depozituar" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "Shkelës" @@ -1314,16 +1842,16 @@ msgid "When Reported" msgstr "Raportuar Më" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "Raportuar Nga" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "Arsye" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1331,7 +1859,7 @@ msgid "" " " msgstr "\n Raport Komenti #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1339,23 +1867,23 @@ msgid "" " " msgstr "\n Raportim Media #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "S'u gjetën raportime të hapur." -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "Raportime të Mbyllur" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "Zgjidhur" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "Veprimi i Ndërmarrë" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1363,10 +1891,142 @@ msgid "" " " msgstr "\n Raportim i Mbyllur #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "S'u gjetën raportime të mbyllur." +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "Lypset verifikimi i email-it" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "Profili i %(username)s" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Ky përdorues nuk e ka plotësuar (ende) profilin e vet." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Përpunoni profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "Shfletoni koleksionet" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1383,10 +2043,6 @@ msgstr "\n Këtu mund të kërkoni për përdorues, me qëllim marrjen e masa msgid "Active Users" msgstr "Përdorues Aktivë" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "ID" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "Ardhur Më" @@ -1408,6 +2064,26 @@ msgstr "Shtoni një koleksion" msgid "Add your media" msgstr "Shtoni media tuajën" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Shtoni një koment" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Shtoje këtë koment" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "U shtua" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1418,23 +2094,27 @@ msgstr "%(collection_title)s (koleksione nga %(username)s)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s nga <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Përpunoni" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Të fshihet vërtet %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Të hiqet vërtet %(media_title)s nga %(collection_title)s?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Hiqe" @@ -1477,22 +2157,10 @@ msgstr "Media nga <a href=\"%(user_url)s\">%(username)s</a>" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– Po shfletoni media nga <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Shtoni një koment" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Shtoje këtë koment" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "Paraparje Komenti" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "U shtua" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1541,52 +2209,27 @@ msgstr "\n â– Botuar nga <a href=\"%(user_url)s\"\n msgid "File Report " msgstr "Raportim Kartele" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "Profili i %(username)s" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Ja një vend t'i tregoni botës mbi veten." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Përpunoni profil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Ky përdorues nuk e ka plotësuar (ende) profilin e vet." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "Shfletoni koleksionet" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Shihni krejt mediat nga %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Media juaj do të shfaqet këtu, por nuk duket të keni shtuar gjë ende." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Nuk duket ende të ketë ndonjë media këtu..." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "Lypset verifikimi i email-it" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Pothuajse mbaruam! Llogaria juaj ende lyp aktivizimin." @@ -1629,6 +2272,14 @@ msgstr "Pjesë e koleksionit" msgid "Add to a collection" msgstr "Shtoje te një koleksion" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1673,7 +2324,7 @@ msgstr "Raportoni media" msgid "Tagged with" msgstr "Etiketuar me" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "Nuk lexoi dot kartelën e figurës." @@ -1745,10 +2396,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "Mund të përdorni <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">Markdown</a> për formatime." -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Jam i sigurt që dua të fshihet kjo" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "Jam i sigurt se dua që të hiqet ky objekt prek koleksioni" @@ -1776,73 +2423,69 @@ msgstr "Mund të përdorni\n <a href=\"http://daringfirebal msgid "Reason for Reporting" msgstr "Arsye për Raportim" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Na ndjeni, komentimi është i çaktivizuar." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Hmmm, komenti juaj qe i zbrazët." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Komenti juaj u postua!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "Ju lutemi, kontrolloni zërat tuaj dhe riprovoni." -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "Duhet të përzgjidhni ose shtoni një koleksion" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "\"%s\" gjendet tashmë te koleksioni \"%s\"" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "\"%s\" u shtua te koleksioni \"%s\"" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "E fshitë median." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Media nuk u fshi ngaqë nuk i vutë shenjë pohimit se jeni i sigurt." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Ju ndan një hap nga fshirja e medias të një tjetër përdoruesi. Hapni sytë." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "E fshitë objektin prej koleksionit." -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "Objekti nuk u fshi ngaqë, nuk pohuat se jeni të sigurt për këtë." -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "Ju ndan një hap nga fshirja e një objekti prej koleksionit të një përdoruesi tjetër. Hapni sytë." -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "E fshitë koleksionin \"%s\"" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "Koleksioni nuk u fshi ngaqë, nuk pohuat se jeni të sigurt për këtë." -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "Ju ndan një hap nga fshirja e koleksionit të një përdoruesi tjetër. Hapni sytë." diff --git a/mediagoblin/i18n/sr/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/sr/LC_MESSAGES/mediagoblin.mo Binary files differindex 23613532..62cb9cb0 100644 --- a/mediagoblin/i18n/sr/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/sr/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/sr/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/sr/LC_MESSAGES/mediagoblin.po index 890c44ed..523db5a0 100644 --- a/mediagoblin/i18n/sr/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/sr/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -7,26 +7,26 @@ msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/mediagoblin/language/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: sr\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -47,12 +47,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -78,174 +78,189 @@ msgstr "" msgid "Resent your verification email." msgstr "" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "" @@ -276,6 +291,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -283,11 +361,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -328,6 +542,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -346,29 +611,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -492,6 +988,14 @@ msgstr "" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -508,10 +1012,6 @@ msgstr "" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -558,14 +1058,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -625,13 +1117,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -639,7 +1124,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -745,10 +1230,6 @@ msgstr "" msgid "You must provide a file." msgstr "" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -772,30 +1253,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -803,30 +1280,30 @@ msgstr "" msgid "Media processing panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" msgstr "" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 @@ -925,37 +1402,37 @@ msgstr "" msgid "Explore" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -970,27 +1447,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1014,12 +1480,6 @@ msgstr "" msgid "Yes, really delete my account" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1051,6 +1511,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1071,10 +1552,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1132,12 +1615,14 @@ msgid "Created" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1146,35 +1631,35 @@ msgstr "" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1206,6 +1691,32 @@ msgstr "" msgid "Media in-processing" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1216,6 +1727,14 @@ msgstr "" msgid "These uploads failed to process:" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1225,6 +1744,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1234,20 +1757,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1255,7 +1778,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1265,24 +1788,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1303,7 +1831,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1312,16 +1840,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1329,7 +1857,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1337,23 +1865,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1361,10 +1889,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1381,10 +2041,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1406,6 +2062,26 @@ msgstr "" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1416,23 +2092,27 @@ msgstr "" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "" @@ -1475,22 +2155,10 @@ msgstr "" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1539,52 +2207,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "" @@ -1627,6 +2270,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1671,7 +2322,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1743,10 +2394,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "" @@ -1774,73 +2421,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/sv/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/sv/LC_MESSAGES/mediagoblin.mo Binary files differindex 99bd7466..439b5fc3 100644 --- a/mediagoblin/i18n/sv/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/sv/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/sv/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/sv/LC_MESSAGES/mediagoblin.po index e89849b6..7a5b8336 100644 --- a/mediagoblin/i18n/sv/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/sv/LC_MESSAGES/mediagoblin.po @@ -1,41 +1,42 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: +# ersi <erik-transifex@simmesgard.se>, 2014 # ingenman <simon@ingenmansland.se>, 2011 # joar <transifex@wandborg.se>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/mediagoblin/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." -msgstr "Vi beklagar, registreringen är avtängd pÃ¥ den här instansen." +msgstr "Vi beklagar, registreringen är avstängd pÃ¥ den här instansen." -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" #: mediagoblin/auth/tools.py:43 msgid "Invalid User name or email address." -msgstr "" +msgstr "Felaktigt användarnamn eller e-postadress." #: mediagoblin/auth/tools.py:44 msgid "This field does not take email addresses." @@ -49,12 +50,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "En användare med det användarnamnet finns redan." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Det finns redan en användare med den e-postadressen." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -80,174 +81,189 @@ msgstr "Du har redan verifierat din e-postadress!" msgid "Resent your verification email." msgstr "Skickade ett nytt verifierings-email." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "Titel" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "Beskrivning av verket" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Taggar" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "Sökvägsnamn" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "Sökvägsnamnet kan inte vara tomt" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" -msgstr "" +msgstr "Licens" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "Presentation" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Hemsida" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Tidigare lösenord" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Lösenord" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "Ett inlägg med det sökvägsnamnet existerar redan." -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "Var försiktig, du redigerar nÃ¥gon annans inlägg." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." -msgstr "" +msgstr "Du kan bara ändra din egna profil." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "Var försiktig, du redigerar en annan användares profil." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" -msgstr "" +msgstr "Profilförändringar sparade" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" -msgstr "" +msgstr "Kontoinställningar sparade" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." -msgstr "" +msgstr "Din e-postadress har blivit verifierad." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Fel lösenord" @@ -278,6 +294,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -285,11 +364,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Jag är säker pÃ¥ att jag vill radera detta" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Tjohoo! Upladdat!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Ändra" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Ta bort" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Vill du verkligen radera %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "Avbryt" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -330,6 +545,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -348,29 +614,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "Senast medier" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -387,7 +884,7 @@ msgstr "E-postadress" #: mediagoblin/plugins/basic_auth/forms.py:39 msgid "Username or Email" -msgstr "" +msgstr "Användarnamn eller e-postadress" #: mediagoblin/plugins/basic_auth/forms.py:46 msgid "Stay logged in" @@ -395,7 +892,7 @@ msgstr "" #: mediagoblin/plugins/basic_auth/forms.py:51 msgid "Username or email" -msgstr "" +msgstr "Användarnamn eller e-postadress" #: mediagoblin/plugins/basic_auth/views.py:54 msgid "" @@ -454,7 +951,7 @@ msgstr "" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45 #: mediagoblin/templates/mediagoblin/edit/change_email.html:40 msgid "Save" -msgstr "" +msgstr "Spara" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22 msgid "Don't have an account yet?" @@ -466,7 +963,7 @@ msgstr "Skapa ett här!" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22 msgid "Change your password." -msgstr "" +msgstr "Ändra ditt lösenord." #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31 @@ -494,6 +991,14 @@ msgstr "" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -510,10 +1015,6 @@ msgstr "" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -522,7 +1023,7 @@ msgstr "" #: mediagoblin/plugins/oauth/forms.py:40 msgid "Type" -msgstr "" +msgstr "Typ" #: mediagoblin/plugins/oauth/forms.py:45 msgid "" @@ -560,14 +1061,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -576,7 +1069,7 @@ msgstr "" #: mediagoblin/plugins/openid/forms.py:38 msgid "OpenID" -msgstr "" +msgstr "OpenID" #: mediagoblin/plugins/openid/views.py:48 msgid "Sorry, the OpenID server could not be found" @@ -627,13 +1120,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -641,7 +1127,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -747,10 +1233,6 @@ msgstr "" msgid "You must provide a file." msgstr "Du mÃ¥ste ange en fil" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Tjohoo! Upladdat!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -774,30 +1256,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "Verifiera din e-postadress" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -805,32 +1283,32 @@ msgstr "" msgid "Media processing panel" msgstr "Mediabehandlingspanel" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" -msgstr "" +msgstr "Logga ut" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Lägg till media" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "Senast medier" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "" @@ -927,37 +1405,37 @@ msgstr "" msgid "Explore" msgstr "Utforska" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "Hej, välkommen till den här MediaGoblin-sidan!" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "Har du inte ett redan?" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -972,27 +1450,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "Avbryt" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1016,12 +1483,6 @@ msgstr "" msgid "Yes, really delete my account" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1053,6 +1514,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "Redigerar %(username)ss profil" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1073,10 +1555,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1131,15 +1615,17 @@ msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/image.html:36 msgid "Created" -msgstr "" +msgstr "Skapad" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1148,35 +1634,35 @@ msgstr "" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" -msgstr "" +msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1208,6 +1694,32 @@ msgstr "" msgid "Media in-processing" msgstr "Media under behandling" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1218,6 +1730,14 @@ msgstr "Ingen media under behandling" msgid "These uploads failed to process:" msgstr "De här behandlingarna misslyckades:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1227,6 +1747,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1236,20 +1760,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1257,7 +1781,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1267,24 +1791,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" -msgstr "" +msgstr "Status" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1305,7 +1834,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1314,16 +1843,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1331,7 +1860,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1339,23 +1868,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1363,10 +1892,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "E-postadressverifiering krävs." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "%(username)ss profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "Den här användaren har inte fyllt i sin profilsida ännu." + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Redigera profil" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "Ja" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "Nej" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1383,10 +2044,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1408,6 +2065,26 @@ msgstr "" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1418,23 +2095,27 @@ msgstr "" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Vill du verkligen radera %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "" @@ -1477,22 +2158,10 @@ msgstr "<a href=\"%(user_url)s\">%(username)s</a>s media" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1501,7 +2170,7 @@ msgstr "" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54 msgid "+" -msgstr "" +msgstr "+" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58 msgid "Add a new collection" @@ -1541,52 +2210,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)ss profil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "Här kan du berätta för andra om dig själv." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Redigera profil" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "Den här användaren har inte fyllt i sin profilsida ännu." - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "Se all media frÃ¥n %(username)s" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "Här kommer din media att dyka upp, du verkar inte ha lagt till nÃ¥gonting ännu." -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "Det verkar inte finnas nÃ¥gon media här ännu." -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "E-postadressverifiering krävs." - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Nästan klar! Ditt konto behöver bara aktiveras." @@ -1629,6 +2273,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1653,12 +2305,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/utils/pagination.html:48 msgid "Go to page:" -msgstr "" +msgstr "GÃ¥ till sida:" #: mediagoblin/templates/mediagoblin/utils/prev_next.html:28 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:33 msgid "newer" -msgstr "" +msgstr "nyare" #: mediagoblin/templates/mediagoblin/utils/prev_next.html:39 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:44 @@ -1673,7 +2325,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1713,19 +2365,19 @@ msgstr "" #: mediagoblin/tools/timesince.py:62 msgid "year" -msgstr "" +msgstr "Ã¥r" #: mediagoblin/tools/timesince.py:63 msgid "month" -msgstr "" +msgstr "mÃ¥nad" #: mediagoblin/tools/timesince.py:64 msgid "week" -msgstr "" +msgstr "vecka" #: mediagoblin/tools/timesince.py:65 msgid "day" -msgstr "" +msgstr "dag" #: mediagoblin/tools/timesince.py:66 msgid "hour" @@ -1745,10 +2397,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Jag är säker pÃ¥ att jag vill radera detta" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "" @@ -1776,73 +2424,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "Du tänker radera en annan användares media. Var försiktig." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/te/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/te/LC_MESSAGES/mediagoblin.mo Binary files differindex 7de66f2d..98bd9054 100644 --- a/mediagoblin/i18n/te/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/te/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/te/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/te/LC_MESSAGES/mediagoblin.po index 257f53a7..0f3a6cb6 100644 --- a/mediagoblin/i18n/te/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/te/LC_MESSAGES/mediagoblin.po @@ -1,33 +1,33 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: -# వీవెనౠవీరపనేని <veeven@gmail.com>, 2011 +# వీవెనౠ<veeven@gmail.com>, 2011 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/mediagoblin/language/te/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: te\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -48,12 +48,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -79,174 +79,189 @@ msgstr "" msgid "Resent your verification email." msgstr "" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "శీరà±à°·à°¿à°•" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "సంకేతపదం" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "" @@ -277,6 +292,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -284,11 +362,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "à°°à°¦à±à°¦à±à°šà±‡à°¯à°¿" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -329,6 +543,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -347,29 +612,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -493,6 +989,14 @@ msgstr "" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -509,10 +1013,6 @@ msgstr "" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -559,14 +1059,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -626,13 +1118,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -640,7 +1125,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -746,10 +1231,6 @@ msgstr "" msgid "You must provide a file." msgstr "" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -773,30 +1254,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -804,30 +1281,30 @@ msgstr "" msgid "Media processing panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" msgstr "" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 @@ -926,37 +1403,37 @@ msgstr "" msgid "Explore" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -971,27 +1448,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "à°°à°¦à±à°¦à±à°šà±‡à°¯à°¿" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1015,12 +1481,6 @@ msgstr "" msgid "Yes, really delete my account" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1052,6 +1512,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1072,10 +1553,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1133,12 +1616,14 @@ msgid "Created" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1147,35 +1632,35 @@ msgstr "" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1207,6 +1692,32 @@ msgstr "" msgid "Media in-processing" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1217,6 +1728,14 @@ msgstr "" msgid "These uploads failed to process:" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1226,6 +1745,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1235,20 +1758,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1256,7 +1779,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1266,24 +1789,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1304,7 +1832,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1313,16 +1841,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1330,7 +1858,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1338,23 +1866,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1362,10 +1890,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1382,10 +2042,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1407,6 +2063,26 @@ msgstr "" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1417,23 +2093,27 @@ msgstr "" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "" @@ -1476,22 +2156,10 @@ msgstr "" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1540,52 +2208,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "" @@ -1628,6 +2271,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1672,7 +2323,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1744,10 +2395,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "" @@ -1775,73 +2422,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/tr/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/tr/LC_MESSAGES/mediagoblin.mo Binary files differindex aba1b791..2c1f68d1 100644 --- a/mediagoblin/i18n/tr/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/tr/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/tr_TR/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/tr_TR/LC_MESSAGES/mediagoblin.mo Binary files differindex dbbd07c8..2e01288e 100644 --- a/mediagoblin/i18n/tr_TR/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/tr_TR/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/tr_TR/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/tr_TR/LC_MESSAGES/mediagoblin.po index 1e480f30..3d57de35 100644 --- a/mediagoblin/i18n/tr_TR/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/tr_TR/LC_MESSAGES/mediagoblin.po @@ -1,21 +1,22 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: -# Caner BAÅžARAN <basaran.caner@gmail.com>, 2013 +# Berker Peksag <berker.peksag@gmail.com>, 2014 +# Caner BaÅŸaran <basaran.caner@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" -"Last-Translator: cwebber <cwebber@dustycloud.org>\n" +"POT-Creation-Date: 2014-07-29 11:01-0500\n" +"PO-Revision-Date: 2014-08-04 18:37+0000\n" +"Last-Translator: Berker Peksag <berker.peksag@gmail.com>\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mediagoblin/language/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -48,12 +49,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "Maalesef, bu isimde bir kullanıcı mevcut." -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "Üzgünüz, bu e-posta adresine sahip bir kullanıcı zaten var." -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -79,174 +80,189 @@ msgstr "Zaten e-posta adresinizi doÄŸruladınız!" msgid "Resent your verification email." msgstr "DoÄŸrulama e-postasını tekrar yolla." -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "BaÅŸlık" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "Etiketler" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "Etikerleri virgül ile ayırın." -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" -msgstr "" +msgstr "Lisans" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "Web sitesi" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "Medyama birisi yorum yazdığında bana e-posta at" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" -msgstr "" +msgstr "Lisans tercihi" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "Eski parola" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "Yeni parola" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" -msgstr "" +msgstr "Yeni e-posta adresi" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "Parola" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "BaÅŸka bir kullanıcının medyasını düzenlerken dikkatli davranın." -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." -msgstr "" +msgstr "Sadece kendi profilinizi düzenleyebilirsiniz." -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "BaÅŸka bir kullanıcının profilini düzenlerken dikkatli davranın." -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "Profil deÄŸiÅŸiklikleri kaydedildi" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "Hesap ayarları kaydedildi" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." -msgstr "" +msgstr "E-posta adresiniz doÄŸrulandı." -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "Yanlış parola" @@ -277,6 +293,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "'{username}' adında bir kullanıcı kayıtlı deÄŸil." + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "{files_attempted} dosyadan {files_uploaded} tanesi baÅŸarıyla gönderildi." + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -284,11 +363,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "Üzgünüz, bu tip dosyaları desteklemiyoruz :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "Açıklama" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "Bunu silmek için eminim" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "Hoooop! Gönderildi!" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "Medya silinmedi çünkü emin olduÄŸunuzu onaylamadınız." + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "Yeni Blog Ekle" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "Blog Düzenle" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "Blog Sil" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "Düzenle" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "Si" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "Gerçekten %(title)s silmek istiyor musun?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "İptal" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "Kalıcı olarak sil" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "Ekle" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -303,7 +518,7 @@ msgstr "" #: mediagoblin/moderation/forms.py:22 msgid "Ban the user" -msgstr "" +msgstr "Kullanıcıyı engelle" #: mediagoblin/moderation/forms.py:23 msgid "Send the user a message" @@ -329,6 +544,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "süresiz" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -347,29 +613,264 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "DİKKAT:" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:64 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:65 +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:72 +msgid "feature management panel." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:77 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -438,11 +939,11 @@ msgstr "Parolanız baÅŸarılı bir ÅŸekilde deÄŸiÅŸtirildi" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36 msgid "Set your new password" -msgstr "" +msgstr "Yeni parolanı gir" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39 msgid "Set password" -msgstr "" +msgstr "Parolanı gir" #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38 @@ -482,7 +983,7 @@ msgstr "Parolanı mı unuttun?" #: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:24 msgid "Location" -msgstr "" +msgstr "Konum" #: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:52 #, python-format @@ -493,6 +994,14 @@ msgstr "" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -503,16 +1012,12 @@ msgstr "" #: mediagoblin/plugins/oauth/forms.py:34 msgid "Name" -msgstr "" +msgstr "İsim" #: mediagoblin/plugins/oauth/forms.py:35 msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -559,14 +1064,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "Ekle" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -575,7 +1072,7 @@ msgstr "" #: mediagoblin/plugins/openid/forms.py:38 msgid "OpenID" -msgstr "" +msgstr "OpenID" #: mediagoblin/plugins/openid/views.py:48 msgid "Sorry, the OpenID server could not be found" @@ -626,13 +1123,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "Si" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -640,7 +1130,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -746,10 +1236,6 @@ msgstr "" msgid "You must provide a file." msgstr "Bir dosya saÄŸlamanız gerekir." -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "Hoooop! Gönderildi!" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -773,30 +1259,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "E-postanızı doÄŸrulayın!" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "çıkış" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "Hesap ayarlarını deÄŸiÅŸtir" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -804,30 +1286,30 @@ msgstr "Hesap ayarlarını deÄŸiÅŸtir" msgid "Media processing panel" msgstr "Medya iÅŸlem paneli" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "Çıkış" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "Medya ekle" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" msgstr "" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 @@ -920,43 +1402,43 @@ msgstr "" #: mediagoblin/templates/mediagoblin/bits/base_footer.html:30 msgid "Terms of Service" -msgstr "" +msgstr "Kullanıcı SözleÅŸmesi" #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20 msgid "Explore" msgstr "KeÅŸfet" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -971,27 +1453,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" -msgstr "" +msgstr "Ekler" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "İptal" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1015,12 +1486,6 @@ msgstr "Gerçekten '%(user_name)s' kullanıcısını ve ilgili tüm medya/yoruml msgid "Yes, really delete my account" msgstr "Evet, gerçekten hesabımı silmek istiyorum" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1039,12 +1504,12 @@ msgstr "Hesabımı sil" #: mediagoblin/templates/mediagoblin/edit/edit_account.html:59 msgid "Email" -msgstr "" +msgstr "E-posta" #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29 #, python-format msgid "Editing %(collection_title)s" -msgstr "" +msgstr "%(collection_title)s düzenleniyor" #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34 @@ -1052,6 +1517,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "%(username)s profilini düzenleme" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1068,14 +1554,16 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4 msgid "New comments" -msgstr "" +msgstr "Yeni yorumlar" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1133,12 +1621,14 @@ msgid "Created" msgstr "OluÅŸturuldu" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1147,35 +1637,35 @@ msgstr "" msgid "PDF file" msgstr "PDF dosya" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "Dosya Biçimi" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1207,6 +1697,32 @@ msgstr "" msgid "Media in-processing" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "Kullanıcı" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1217,6 +1733,14 @@ msgstr "" msgid "These uploads failed to process:" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1226,6 +1750,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1235,20 +1763,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1256,7 +1784,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1266,24 +1794,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" -msgstr "" +msgstr "Durum" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1304,7 +1837,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1313,16 +1846,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1330,7 +1863,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1338,23 +1871,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1362,10 +1895,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "E-posta doÄŸrulaması gerekli" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "%(username)s profili" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "Profil düzenle" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "Evet" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "Hayır" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1382,17 +2047,13 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78 msgid "# of Comments Posted" -msgstr "" +msgstr "Yorum Sayısı" #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95 msgid "No users found." @@ -1407,6 +2068,26 @@ msgstr "" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "Bir yorum ekle" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "Bu yorumu ekle" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "Eklendi" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1417,23 +2098,27 @@ msgstr "" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "Düzenle" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "Gerçekten %(title)s silmek istiyor musun?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "Gerçekten %(collection_title)s %(media_title)s kaldırmak istiyor musun?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "Kaldır" @@ -1476,21 +2161,9 @@ msgstr "<a href=\"%(user_url)s\">%(username)s</a> medyası" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "Bir yorum ekle" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "Bu yorumu ekle" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "Eklendi" +msgstr "Yorum önizlemesi" #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 @@ -1540,52 +2213,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s profili" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "Profil düzenle" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "%(username)s tüm medyasını göster" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "E-posta doÄŸrulaması gerekli" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "Neredeyse bitti! Hesabınızı etkinleÅŸtirmeniz gerekiyor." @@ -1628,6 +2276,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1672,7 +2328,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1744,10 +2400,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "Bunu silmek için eminim" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "" @@ -1775,73 +2427,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "Maalesef, yorum devre dışı." -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "Amaninnn boo, yorumunuz boÅŸtu." -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "Yorumunuz gönderildi!" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "Medyayı sildiniz." -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "Medya silinmedi çünkü emin olduÄŸunuzu onaylamadınız." - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "BaÅŸka bir kullanıcının medyasını silerken dikkatli davranın." -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/vi/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/vi/LC_MESSAGES/mediagoblin.mo Binary files differindex 4fd46427..7fd01e75 100644 --- a/mediagoblin/i18n/vi/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/vi/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/vi/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/vi/LC_MESSAGES/mediagoblin.po index b0893bca..cb9b2849 100644 --- a/mediagoblin/i18n/vi/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/vi/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -7,26 +7,26 @@ msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/mediagoblin/language/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -47,12 +47,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -78,174 +78,189 @@ msgstr "" msgid "Resent your verification email." msgstr "" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "" @@ -276,6 +291,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -283,11 +361,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -328,6 +542,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -346,29 +611,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -492,6 +988,14 @@ msgstr "" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -508,10 +1012,6 @@ msgstr "" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -558,14 +1058,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -625,13 +1117,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -639,7 +1124,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -745,10 +1230,6 @@ msgstr "" msgid "You must provide a file." msgstr "" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -772,30 +1253,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -803,30 +1280,30 @@ msgstr "" msgid "Media processing panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" msgstr "" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 @@ -925,37 +1402,37 @@ msgstr "" msgid "Explore" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -970,27 +1447,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1014,12 +1480,6 @@ msgstr "" msgid "Yes, really delete my account" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1051,6 +1511,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1071,10 +1552,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1132,12 +1615,14 @@ msgid "Created" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1146,35 +1631,35 @@ msgstr "" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1206,6 +1691,32 @@ msgstr "" msgid "Media in-processing" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1216,6 +1727,14 @@ msgstr "" msgid "These uploads failed to process:" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1225,6 +1744,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1234,20 +1757,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1255,7 +1778,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1265,24 +1788,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1303,7 +1831,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1312,16 +1840,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1329,7 +1857,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1337,23 +1865,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1361,10 +1889,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1381,10 +2041,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1406,6 +2062,26 @@ msgstr "" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1416,23 +2092,27 @@ msgstr "" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "" @@ -1475,22 +2155,10 @@ msgstr "" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1539,52 +2207,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "" @@ -1627,6 +2270,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1671,7 +2322,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1743,10 +2394,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "" @@ -1774,73 +2421,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/vi_VN/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/vi_VN/LC_MESSAGES/mediagoblin.mo Binary files differindex df4f0c64..7f624285 100644 --- a/mediagoblin/i18n/vi_VN/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/vi_VN/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/vi_VN/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/vi_VN/LC_MESSAGES/mediagoblin.po index fcfc2445..063a9d65 100644 --- a/mediagoblin/i18n/vi_VN/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/vi_VN/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -7,26 +7,26 @@ msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mediagoblin/language/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -47,12 +47,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -78,174 +78,189 @@ msgstr "" msgid "Resent your verification email." msgstr "" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "" @@ -276,6 +291,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -283,11 +361,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -328,6 +542,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -346,29 +611,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -492,6 +988,14 @@ msgstr "" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -508,10 +1012,6 @@ msgstr "" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -558,14 +1058,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -625,13 +1117,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -639,7 +1124,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -745,10 +1230,6 @@ msgstr "" msgid "You must provide a file." msgstr "" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -772,30 +1253,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -803,30 +1280,30 @@ msgstr "" msgid "Media processing panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" msgstr "" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 @@ -925,37 +1402,37 @@ msgstr "" msgid "Explore" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -970,27 +1447,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1014,12 +1480,6 @@ msgstr "" msgid "Yes, really delete my account" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1051,6 +1511,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1071,10 +1552,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1132,12 +1615,14 @@ msgid "Created" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1146,35 +1631,35 @@ msgstr "" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1206,6 +1691,32 @@ msgstr "" msgid "Media in-processing" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1216,6 +1727,14 @@ msgstr "" msgid "These uploads failed to process:" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1225,6 +1744,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1234,20 +1757,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1255,7 +1778,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1265,24 +1788,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1303,7 +1831,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1312,16 +1840,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1329,7 +1857,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1337,23 +1865,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1361,10 +1889,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1381,10 +2041,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1406,6 +2062,26 @@ msgstr "" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1416,23 +2092,27 @@ msgstr "" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "" @@ -1475,22 +2155,10 @@ msgstr "" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1539,52 +2207,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "" @@ -1627,6 +2270,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1671,7 +2322,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1743,10 +2394,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "" @@ -1774,73 +2421,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/zh_CN/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/zh_CN/LC_MESSAGES/mediagoblin.mo Binary files differindex b76272e5..acf9243a 100644 --- a/mediagoblin/i18n/zh_CN/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/zh_CN/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/zh_CN/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/zh_CN/LC_MESSAGES/mediagoblin.po index 812b2c50..c8c5427f 100644 --- a/mediagoblin/i18n/zh_CN/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/zh_CN/LC_MESSAGES/mediagoblin.po @@ -1,37 +1,37 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: # <chc@citi.sinica.edu.tw>, 2011 # cwebber <cwebber@dustycloud.org>, 2013 -# m13253 <m13253@hotmail.com>, 2013 +# Star Brilliant <m13253@hotmail.com>, 2013 # medicalwei <medicalwei@gmail.com>, 2012 -# m13253 <m13253@hotmail.com>, 2013 +# Star Brilliant <m13253@hotmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mediagoblin/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "抱æ‰ï¼Œæœ¬ç«™å·²æš‚åœæ³¨å†Œã€‚" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -52,12 +52,12 @@ msgstr "æ¤å—段需填写电å邮件地å€ã€‚" msgid "Sorry, a user with that name already exists." msgstr "抱æ‰ï¼Œè¯¥ç”¨æˆ·åå·²å˜åœ¨ã€‚" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "抱æ‰ï¼Œå·²æœ‰ç”¨æˆ·ç”¨è¯¥ç”µå邮件注册。" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -83,174 +83,189 @@ msgstr "您已ç»è®¤è¯è¿‡ç”µå邮件地å€äº†ï¼" msgid "Resent your verification email." msgstr "é‡å‘认è¯é‚®ä»¶ã€‚" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "æ ‡é¢˜" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "该作å“çš„æè¿°" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "您å¯ä»¥ç”¨ <a href=\"http://wowubuntu.com/markdown/\">Markdown</a> æ¥æŽ’ç‰ˆã€‚" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "æ ‡ç¾" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "用逗å·åˆ†é𔿠‡ç¾ã€‚" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "简称" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "简称ä¸èƒ½ä¸ºç©º" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "该媒体网å€çš„æ ‡é¢˜éƒ¨ä»½ã€‚通常ä¸éœ€è¦ä¿®æ”¹ã€‚" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "许å¯è¯" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "个性ç¾å" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "网站" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "本网å€å‡ºé”™äº†" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "当有人对我的媒体评论时给我电å邮件" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "许å¯è¯å好" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "è¿™å°†æ˜¯æ‚¨ä¸Šä¼ ç•Œé¢çš„默认许å¯è¯ã€‚" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "æ ‡é¢˜ä¸èƒ½æ˜¯ç©ºçš„" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "这个åˆé›†çš„æè¿°" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "æ¤åˆé›†ç½‘å€çš„æ ‡é¢˜éƒ¨ä»½ï¼Œé€šå¸¸ä¸éœ€è¦ä¿®æ”¹ã€‚" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "旧的密ç " -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "è¾“å…¥æ‚¨çš„æ—§å¯†ç æ¥è¯æ˜Žæ‚¨æ‹¥æœ‰è¿™ä¸ªè´¦æˆ·ã€‚" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "新密ç " -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "密ç " -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "这个简称已ç»è¢«åˆ«äººç”¨äº†" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "您æ£åœ¨ä¿®æ”¹åˆ«äººçš„媒体,请å°å¿ƒæ“作。" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "æ‚¨åŠ ä¸Šäº†é™„ä»¶â€œ%sâ€ï¼" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "您åªèƒ½ä¿®æ”¹è‡ªå·±çš„个人资料" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "您æ£åœ¨ä¿®æ”¹åˆ«äººçš„个人资料,请å°å¿ƒæ“作。" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "个人资料已修改" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "账户设置已ä¿å˜" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "您需è¦ç¡®è®¤åˆ 除您的账户。" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "æ‚¨å·²ç»æœ‰ä¸€ä¸ªç§°åšâ€œ%sâ€çš„åˆé›†äº†ï¼" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "è¯¥ç”¨æˆ·å·²ç»æœ‰ä½¿ç”¨è¯¥ç®€ç§°çš„åˆé›†äº†ã€‚" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "您æ£åœ¨ä¿®æ”¹åˆ«äººçš„åˆé›†ï¼Œè¯·å°å¿ƒæ“作。" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "密ç 错误" @@ -281,6 +296,69 @@ msgstr "跳过“%sâ€ï¼›å·²è®¾ç½®è¿‡äº†ã€‚\n" msgid "Old link found for \"%s\"; removing.\n" msgstr "“%sâ€çš„æ—§é“¾æŽ¥å·²ç»æ‰¾åˆ°å¹¶ç§»é™¤ã€‚\n" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -288,11 +366,147 @@ msgid "" "domain." msgstr "CSRF cookie ä¸å˜åœ¨ã€‚很å¯èƒ½æ˜¯ç”±ç±»ä¼¼ cookie å±è”½å™¨é€ æˆçš„。<br />请å…许本域åçš„ cookie 设定。" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "抱æ‰ï¼Œæˆ‘䏿”¯æŒè¿™æ ·çš„æ–‡ä»¶æ ¼å¼ :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "æè¿°" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "我确定我è¦åˆ 除这个媒体" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "啊哈ï¼å·²æäº¤ï¼" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "由于您没有勾选确认,该媒体没有被移除。" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "编辑" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "åˆ é™¤" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "真的è¦åˆ 除 %(title)s å—?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "å–æ¶ˆ" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "æ°¸ä¹…åˆ é™¤" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "å¢žåŠ " + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "æ— æ³•è¿è¡Œ unoconv,请检查日志" @@ -333,6 +547,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -351,29 +616,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "最新的媒体" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -497,6 +993,14 @@ msgstr "在 <a href=\"%(osm_url)s\">OpenStreetMap</a> 上观看" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "å…许" @@ -513,10 +1017,6 @@ msgstr "åç§°" msgid "The name of the OAuth client" msgstr "OAuth client çš„åç§°" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "æè¿°" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -563,14 +1063,6 @@ msgstr "OAuth client 连接" msgid "Your OAuth clients" msgstr "您的 OAuth client" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "å¢žåŠ " - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -630,13 +1122,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "åˆ é™¤" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -644,7 +1129,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -750,10 +1235,6 @@ msgstr "" msgid "You must provide a file." msgstr "您必须æä¾›ä¸€ä¸ªæ–‡ä»¶" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "啊哈ï¼å·²æäº¤ï¼" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -777,30 +1258,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "确认您的电å邮件ï¼" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "登出" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "<a href=\"%(user_url)s\">%(user_name)s</a> 的账户" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "更改账户设置" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -808,32 +1285,32 @@ msgstr "更改账户设置" msgid "Media processing panel" msgstr "媒体处ç†é¢æ¿" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "登出" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "新增媒体" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "新增åˆé›†" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "最新的媒体" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "" @@ -930,37 +1407,37 @@ msgstr "" msgid "Explore" msgstr "探索" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "å˜¿ï¼æ¬¢è¿Žæ¥åˆ° MediaGoblin ç«™ï¼ " -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "本站使用 <a href=\"http://mediagoblin.org\">MediaGoblin</a>——与众ä¸åŒçš„媒体分享网站。" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "您å¯ä»¥ç™»å½•您的 MediaGoblin è´¦æˆ·ä»¥ä¸Šä¼ åª’ä½“ã€å¼ 贴评论ç‰ç‰ã€‚" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "没有账户å—?开账户很简å•ï¼" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -975,27 +1452,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "编辑 %(media_title)s 的附件" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "附件" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "新增附件" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "å–æ¶ˆ" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1019,12 +1485,6 @@ msgstr "真的è¦åˆ 除用户 %(user_name)s åŠæ‰€æœ‰ç›¸å…³åª’体和评论å—? msgid "Yes, really delete my account" msgstr "æ˜¯çš„ï¼ŒçœŸçš„åˆ é™¤æˆ‘çš„è´¦æˆ·" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "æ°¸ä¹…åˆ é™¤" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1056,6 +1516,27 @@ msgstr "编辑 %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "编辑 %(username)s 的个人资料" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1076,10 +1557,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1137,12 +1620,14 @@ msgid "Created" msgstr "已创建" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "%(media_title)s 的照片" @@ -1151,35 +1636,35 @@ msgstr "%(media_title)s 的照片" msgid "PDF file" msgstr "PDF 文件" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "é€è§†" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "æ£é¢" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "é¡¶é¢" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "ä¾§é¢" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "下载模型" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "æ–‡ä»¶æ ¼å¼" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "物体高度" @@ -1211,6 +1696,32 @@ msgstr "æ¤å¤„您å¯ä»¥è¿½è¸ªæœ¬ç«™ç‚¹å¤„ç†åª’体的状æ€ã€‚" msgid "Media in-processing" msgstr "媒体处ç†ä¸" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1221,6 +1732,14 @@ msgstr "没有æ£åœ¨å¤„ç†ä¸çš„媒体" msgid "These uploads failed to process:" msgstr "æ— æ³•å¤„ç†è¿™äº›ä¸Šä¼ 内容:" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1230,6 +1749,10 @@ msgstr "没有失败的纪录ï¼" msgid "Last 10 successful uploads" msgstr "最近 10 次æˆåŠŸä¸Šä¼ çš„çºªå½•" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1239,20 +1762,20 @@ msgstr "现在还没有处ç†çš„纪录ï¼" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1260,7 +1783,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1270,24 +1793,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1308,7 +1836,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1317,16 +1845,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1334,7 +1862,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1342,23 +1870,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1366,10 +1894,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "需è¦è®¤è¯ç”µå邮件地å€" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "%(username)s 的个人资料" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "这个用户(还)没有填写个人资料。" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "编辑个人资料" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "æµè§ˆåˆé›†" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1386,10 +2046,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1411,6 +2067,26 @@ msgstr "新增åˆé›†" msgid "Add your media" msgstr "åŠ å…¥æ‚¨çš„åª’ä½“" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "新增评论" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "å¢žåŠ è¯„è®º" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "å·²å¢žåŠ " + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1421,23 +2097,27 @@ msgstr "%(collection_title)s (%(username)s çš„åˆé›†)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "编辑" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "真的è¦åˆ 除 %(title)s å—?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "确定è¦ä»Ž %(collection_title)s 移除 %(media_title)s å—?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "移除" @@ -1480,22 +2160,10 @@ msgstr "<a href=\"%(user_url)s\">%(username)s</a> 的媒体" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– æµè§ˆ <a href=\"%(user_url)s\">%(username)s</a> 的媒体" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "新增评论" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "å¢žåŠ è¯„è®º" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "å·²å¢žåŠ " - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1544,52 +2212,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s 的个人资料" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "这个地方能让您å‘他人介ç»è‡ªå·±ã€‚" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "编辑个人资料" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "这个用户(还)没有填写个人资料。" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "æµè§ˆåˆé›†" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "查看 %(username)s 的全部媒体" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "æ¤å¤„æ˜¯æ‚¨çš„åª’ä½“ä¼šå‡ºçŽ°çš„åœ°æ–¹ï¼Œä½†æ˜¯ä¼¼ä¹Žè¿˜æ²¡æœ‰åŠ å…¥ä»»ä½•ä¸œè¥¿ã€‚" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "那里好åƒè¿˜æ²¡æœ‰ä»»ä½•的媒体……" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "需è¦è®¤è¯ç”µå邮件地å€" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "快完æˆäº†ï¼ä½†æ‚¨éœ€è¦æ¿€æ´»æ‚¨çš„账户。" @@ -1632,6 +2275,14 @@ msgstr "åˆé›†äºŽ" msgid "Add to a collection" msgstr "æ·»åŠ åˆ°åˆé›†" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1676,7 +2327,7 @@ msgstr "" msgid "Tagged with" msgstr "æ ‡ç¾" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "æ— æ³•è¯»å–图片文件。" @@ -1748,10 +2399,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "我确定我è¦åˆ 除这个媒体" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "我确定我è¦ä»Žåˆé›†ä¸ç§»é™¤æ¤é¡¹ç›®" @@ -1779,73 +2426,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "抱æ‰ï¼Œä¸å¼€æ”¾è¯„论。" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "啊,您的评论是空的。" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "您的评论已ç»å¼ 贴完æˆï¼" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "请检查项目并é‡è¯•。" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "您需è¦é€‰æ‹©æˆ–是新增一个åˆé›†" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "“%sâ€å·²ç»åœ¨â€œ%sâ€åˆé›†" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "“%sâ€åŠ å…¥â€œ%sâ€åˆé›†" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "您已ç»åˆ 除æ¤åª’体。" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "由于您没有勾选确认,该媒体没有被移除。" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "您æ£åœ¨åˆ 除别人的媒体,请å°å¿ƒæ“作。" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "您已ç»ä»Žè¯¥åˆé›†ä¸åˆ 除该项目。" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "由于您没有勾选确认,该项目没有被移除。" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "您æ£åœ¨ä»Žåˆ«äººçš„åˆé›†ä¸åˆ 除项目,请å°å¿ƒæ“作。" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "您已ç»åˆ 除“%sâ€åˆé›†ã€‚" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "由于您没有勾选确认,该åˆé›†æ²¡æœ‰è¢«ç§»é™¤ã€‚" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "您æ£åœ¨åˆ 除别人的åˆé›†ï¼Œè¯·å°å¿ƒæ“作。" diff --git a/mediagoblin/i18n/zh_TW.Big5/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/zh_TW.Big5/LC_MESSAGES/mediagoblin.mo Binary files differindex 3dabd00b..90d89958 100644 --- a/mediagoblin/i18n/zh_TW.Big5/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/zh_TW.Big5/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/zh_TW.Big5/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/zh_TW.Big5/LC_MESSAGES/mediagoblin.po index 60587db3..983880e9 100644 --- a/mediagoblin/i18n/zh_TW.Big5/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/zh_TW.Big5/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -7,26 +7,26 @@ msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Chinese (Taiwan) (Big5) (http://www.transifex.com/projects/p/mediagoblin/language/zh_TW.Big5/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: zh_TW.Big5\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "" @@ -47,12 +47,12 @@ msgstr "" msgid "Sorry, a user with that name already exists." msgstr "" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "" @@ -78,174 +78,189 @@ msgstr "" msgid "Resent your verification email." msgstr "" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "" @@ -276,6 +291,69 @@ msgstr "" msgid "Old link found for \"%s\"; removing.\n" msgstr "" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -283,11 +361,147 @@ msgid "" "domain." msgstr "" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "" @@ -328,6 +542,57 @@ msgstr "" msgid "What privileges will you take away?" msgstr "" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "" @@ -346,29 +611,260 @@ msgstr "" msgid "You will not receive notifications for comments on %s." msgstr "" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -492,6 +988,14 @@ msgstr "" msgid "Sign in to create an account!" msgstr "" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "" @@ -508,10 +1012,6 @@ msgstr "" msgid "The name of the OAuth client" msgstr "" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -558,14 +1058,6 @@ msgstr "" msgid "Your OAuth clients" msgstr "" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "" - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -625,13 +1117,6 @@ msgstr "" msgid "Delete an OpenID" msgstr "" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "" @@ -639,7 +1124,7 @@ msgstr "" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -745,10 +1230,6 @@ msgstr "" msgid "You must provide a file." msgstr "" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -772,30 +1253,26 @@ msgstr "" msgid "until %(until_when)s" msgstr "" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -803,30 +1280,30 @@ msgstr "" msgid "Media processing panel" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:151 -msgid "User management panel" +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" msgstr "" -#: mediagoblin/templates/mediagoblin/base.html:155 -msgid "Report management panel" +#: mediagoblin/templates/mediagoblin/base.html:169 +msgid "User management panel" msgstr "" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" +#: mediagoblin/templates/mediagoblin/base.html:173 +msgid "Report management panel" msgstr "" #: mediagoblin/templates/mediagoblin/api/authorize.html:21 @@ -925,37 +1402,37 @@ msgstr "" msgid "Explore" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" +" >Create an account at this site</a>\n" +" or" msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 @@ -970,27 +1447,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1014,12 +1480,6 @@ msgstr "" msgid "Yes, really delete my account" msgstr "" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1051,6 +1511,27 @@ msgstr "" msgid "Editing %(username)s's profile" msgstr "" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1071,10 +1552,12 @@ msgstr "" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1132,12 +1615,14 @@ msgid "Created" msgstr "" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr "" @@ -1146,35 +1631,35 @@ msgstr "" msgid "PDF file" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "" @@ -1206,6 +1691,32 @@ msgstr "" msgid "Media in-processing" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1216,6 +1727,14 @@ msgstr "" msgid "These uploads failed to process:" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1225,6 +1744,10 @@ msgstr "" msgid "Last 10 successful uploads" msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1234,20 +1757,20 @@ msgstr "" msgid "Sorry, no such report found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1255,7 +1778,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1265,24 +1788,29 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "" @@ -1303,7 +1831,7 @@ msgid "Active Reports Filed" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "" @@ -1312,16 +1840,16 @@ msgid "When Reported" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1329,7 +1857,7 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1337,23 +1865,23 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1361,10 +1889,142 @@ msgid "" " " msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1381,10 +2041,6 @@ msgstr "" msgid "Active Users" msgstr "" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "" @@ -1406,6 +2062,26 @@ msgstr "" msgid "Add your media" msgstr "" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1416,23 +2092,27 @@ msgstr "" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "" @@ -1475,22 +2155,10 @@ msgstr "" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1539,52 +2207,27 @@ msgstr "" msgid "File Report " msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "" @@ -1627,6 +2270,14 @@ msgstr "" msgid "Add to a collection" msgstr "" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1671,7 +2322,7 @@ msgstr "" msgid "Tagged with" msgstr "" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "" @@ -1743,10 +2394,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "" @@ -1774,73 +2421,69 @@ msgstr "" msgid "Reason for Reporting" msgstr "" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "" diff --git a/mediagoblin/i18n/zh_TW/LC_MESSAGES/mediagoblin.mo b/mediagoblin/i18n/zh_TW/LC_MESSAGES/mediagoblin.mo Binary files differindex 35beea63..1c15a6f3 100644 --- a/mediagoblin/i18n/zh_TW/LC_MESSAGES/mediagoblin.mo +++ b/mediagoblin/i18n/zh_TW/LC_MESSAGES/mediagoblin.mo diff --git a/mediagoblin/i18n/zh_TW/LC_MESSAGES/mediagoblin.po b/mediagoblin/i18n/zh_TW/LC_MESSAGES/mediagoblin.po index 67b41aba..ed25a3fd 100644 --- a/mediagoblin/i18n/zh_TW/LC_MESSAGES/mediagoblin.po +++ b/mediagoblin/i18n/zh_TW/LC_MESSAGES/mediagoblin.po @@ -1,5 +1,5 @@ # Translations template for PROJECT. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: @@ -7,31 +7,31 @@ # Harry Chen <harryhow@gmail.com>, 2011-2012 # medicalwei <medicalwei@gmail.com>, 2013 # medicalwei <medicalwei@gmail.com>, 2012 -# m13253 <m13253@hotmail.com>, 2013 +# Star Brilliant <m13253@hotmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: GNU MediaGoblin\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-03 13:23-0600\n" -"PO-Revision-Date: 2013-12-03 19:23+0000\n" +"POT-Creation-Date: 2014-08-04 13:45-0500\n" +"PO-Revision-Date: 2014-08-04 18:45+0000\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mediagoblin/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 1.3\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: mediagoblin/decorators.py:300 mediagoblin/plugins/openid/views.py:202 +#: mediagoblin/decorators.py:303 mediagoblin/plugins/openid/views.py:202 msgid "Sorry, registration is disabled on this instance." msgstr "抱æ‰ï¼Œæœ¬ç«™å·²ç¶“關閉註冊功能。" -#: mediagoblin/decorators.py:315 +#: mediagoblin/decorators.py:318 msgid "Sorry, reporting is disabled on this instance." msgstr "抱æ‰ï¼Œæœ¬ç«™å·²ç¶“é—œé–‰å›žå ±åŠŸèƒ½ã€‚" -#: mediagoblin/decorators.py:358 mediagoblin/plugins/ldap/views.py:55 +#: mediagoblin/decorators.py:361 mediagoblin/plugins/ldap/views.py:55 #: mediagoblin/plugins/persona/views.py:77 msgid "Sorry, authentication is disabled on this instance." msgstr "抱æ‰ï¼Œæœ¬ç«™å·²ç¶“關閉èªè¨¼ã€‚" @@ -52,12 +52,12 @@ msgstr "本欄ä½éœ€è¦ email ä½ç½®ã€‚" msgid "Sorry, a user with that name already exists." msgstr "抱æ‰ï¼Œé€™å€‹ä½¿ç”¨è€…å稱已經å˜åœ¨ã€‚" -#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:402 +#: mediagoblin/auth/tools.py:120 mediagoblin/edit/views.py:407 msgid "Sorry, a user with that email address already exists." msgstr "抱æ‰ï¼Œæ¤ email ä½ç½®å·²ç¶“被註冊了。" -#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:358 -#: mediagoblin/edit/views.py:379 mediagoblin/plugins/basic_auth/views.py:110 +#: mediagoblin/auth/views.py:142 mediagoblin/edit/views.py:363 +#: mediagoblin/edit/views.py:384 mediagoblin/plugins/basic_auth/views.py:110 msgid "The verification key or user id is incorrect." msgstr "èªè¨¼é‡‘鑰或使用者 ID 䏿£ç¢ºã€‚" @@ -83,174 +83,189 @@ msgstr "您的電å郵件已經確èªäº†ï¼" msgid "Resent your verification email." msgstr "é‡é€èªè‰ä¿¡ã€‚" -#: mediagoblin/edit/forms.py:27 mediagoblin/edit/forms.py:87 -#: mediagoblin/submit/forms.py:37 mediagoblin/submit/forms.py:61 +#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:89 +#: mediagoblin/media_types/blog/forms.py:24 +#: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37 +#: mediagoblin/submit/forms.py:61 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100 #: mediagoblin/user_pages/forms.py:45 msgid "Title" msgstr "標題" -#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:40 +#: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40 msgid "Description of this work" msgstr "這個作å“çš„æè¿°" -#: mediagoblin/edit/forms.py:31 mediagoblin/edit/forms.py:54 -#: mediagoblin/edit/forms.py:91 mediagoblin/submit/forms.py:65 +#: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56 +#: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:65 msgid "" "You can use\n" " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n" " Markdown</a> for formatting." msgstr "您å¯ä»¥ä½¿ç”¨\n<a href=\"http://markdown.tw\">\nMarkdown</a> 來排版。" -#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:45 +#: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27 +#: mediagoblin/submit/forms.py:45 msgid "Tags" msgstr "標籤" -#: mediagoblin/edit/forms.py:37 mediagoblin/submit/forms.py:47 +#: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47 msgid "Separate tags by commas." msgstr "用逗號分隔標籤。" -#: mediagoblin/edit/forms.py:40 mediagoblin/edit/forms.py:95 +#: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:97 msgid "Slug" msgstr "簡稱" -#: mediagoblin/edit/forms.py:41 mediagoblin/edit/forms.py:96 +#: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:98 msgid "The slug can't be empty" msgstr "簡稱ä¸èƒ½ç‚ºç©ºç™½" -#: mediagoblin/edit/forms.py:42 +#: mediagoblin/edit/forms.py:44 msgid "" "The title part of this media's address. You usually don't need to change " "this." msgstr "æ¤åª’體網å€çš„æ¨™é¡Œéƒ¨ä»½ã€‚通常ä¸éœ€è¦ä¿®æ”¹ã€‚" -#: mediagoblin/edit/forms.py:46 mediagoblin/submit/forms.py:50 +#: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29 +#: mediagoblin/submit/forms.py:50 #: mediagoblin/templates/mediagoblin/utils/license.html:20 msgid "License" msgstr "授權" -#: mediagoblin/edit/forms.py:52 +#: mediagoblin/edit/forms.py:54 msgid "Bio" msgstr "自我介紹" -#: mediagoblin/edit/forms.py:58 +#: mediagoblin/edit/forms.py:60 msgid "Website" msgstr "網站" -#: mediagoblin/edit/forms.py:60 +#: mediagoblin/edit/forms.py:62 msgid "This address contains errors" msgstr "本網å€å‡ºéŒ¯äº†" -#: mediagoblin/edit/forms.py:65 +#: mediagoblin/edit/forms.py:67 msgid "Email me when others comment on my media" msgstr "ç•¶æœ‰äººå°æˆ‘的媒體評論時寄信給我" -#: mediagoblin/edit/forms.py:67 +#: mediagoblin/edit/forms.py:69 msgid "Enable insite notifications about events." msgstr "啟用活動的站內通知。" -#: mediagoblin/edit/forms.py:69 +#: mediagoblin/edit/forms.py:71 msgid "License preference" msgstr "授權å好" -#: mediagoblin/edit/forms.py:75 +#: mediagoblin/edit/forms.py:77 msgid "This will be your default license on upload forms." msgstr "在上傳é é¢ï¼Œé€™å°‡æœƒæ˜¯æ‚¨é è¨çš„æŽˆæ¬Šæ¨¡å¼ã€‚" -#: mediagoblin/edit/forms.py:88 +#: mediagoblin/edit/forms.py:90 msgid "The title can't be empty" msgstr "標題ä¸èƒ½æ˜¯ç©ºçš„" -#: mediagoblin/edit/forms.py:90 mediagoblin/submit/forms.py:64 +#: mediagoblin/edit/forms.py:92 mediagoblin/submit/forms.py:64 #: mediagoblin/user_pages/forms.py:48 msgid "Description of this collection" msgstr "這個è’è—çš„æè¿°" -#: mediagoblin/edit/forms.py:97 +#: mediagoblin/edit/forms.py:99 msgid "" "The title part of this collection's address. You usually don't need to " "change this." msgstr "æ¤è’è—ç¶²å€çš„æ¨™é¡Œéƒ¨ä»½ï¼Œé€šå¸¸ä¸éœ€è¦ä¿®æ”¹ã€‚" -#: mediagoblin/edit/forms.py:104 mediagoblin/plugins/basic_auth/forms.py:68 +#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:68 msgid "Old password" msgstr "舊的密碼" -#: mediagoblin/edit/forms.py:106 mediagoblin/plugins/basic_auth/forms.py:70 +#: mediagoblin/edit/forms.py:108 mediagoblin/plugins/basic_auth/forms.py:70 msgid "Enter your old password to prove you own this account." msgstr "è¼¸å…¥æ‚¨çš„èˆŠå¯†ç¢¼ä¾†è‰æ˜Žæ‚¨æ“有這個帳號。" -#: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:73 +#: mediagoblin/edit/forms.py:111 mediagoblin/plugins/basic_auth/forms.py:73 msgid "New password" msgstr "新密碼" -#: mediagoblin/edit/forms.py:117 +#: mediagoblin/edit/forms.py:119 msgid "New email address" msgstr "æ–°çš„ email ä½å€" -#: mediagoblin/edit/forms.py:121 mediagoblin/plugins/basic_auth/forms.py:28 +#: mediagoblin/edit/forms.py:123 mediagoblin/plugins/basic_auth/forms.py:28 #: mediagoblin/plugins/basic_auth/forms.py:43 #: mediagoblin/plugins/ldap/forms.py:39 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:64 -#: mediagoblin/tests/test_util.py:110 +#: mediagoblin/tests/test_util.py:116 msgid "Password" msgstr "密碼" -#: mediagoblin/edit/forms.py:123 +#: mediagoblin/edit/forms.py:125 msgid "Enter your password to prove you own this account." msgstr "è¼¸å…¥æ‚¨çš„å¯†ç¢¼ä¾†è‰æ˜Žæ‚¨æ“有這個帳號。" -#: mediagoblin/edit/views.py:73 +#: mediagoblin/edit/forms.py:155 +msgid "Identifier" +msgstr "" + +#: mediagoblin/edit/forms.py:156 +msgid "Value" +msgstr "" + +#: mediagoblin/edit/views.py:78 msgid "An entry with that slug already exists for this user." msgstr "é€™å€‹ä½¿ç”¨è€…å·²ç¶“æœ‰ä½¿ç”¨è©²ç°¡ç¨±çš„é …ç›®äº†ã€‚" -#: mediagoblin/edit/views.py:91 +#: mediagoblin/edit/views.py:96 msgid "You are editing another user's media. Proceed with caution." msgstr "您æ£åœ¨ä¿®æ”¹åˆ¥äººçš„媒體,請å°å¿ƒæ“作。" -#: mediagoblin/edit/views.py:161 +#: mediagoblin/edit/views.py:166 #, python-format msgid "You added the attachment %s!" msgstr "æ‚¨åŠ ä¸Šäº†é™„ä»¶ã€Œ%sã€ï¼" -#: mediagoblin/edit/views.py:188 +#: mediagoblin/edit/views.py:193 msgid "You can only edit your own profile." msgstr "您åªèƒ½ä¿®æ”¹æ‚¨è‡ªå·±çš„個人檔案。" -#: mediagoblin/edit/views.py:194 +#: mediagoblin/edit/views.py:199 msgid "You are editing a user's profile. Proceed with caution." msgstr "您æ£åœ¨ä¿®æ”¹åˆ¥äººçš„個人檔案,請å°å¿ƒæ“作。" -#: mediagoblin/edit/views.py:210 +#: mediagoblin/edit/views.py:215 msgid "Profile changes saved" msgstr "個人檔案修改已儲å˜" -#: mediagoblin/edit/views.py:243 +#: mediagoblin/edit/views.py:248 msgid "Account settings saved" msgstr "帳號è¨å®šå·²å„²å˜" -#: mediagoblin/edit/views.py:277 +#: mediagoblin/edit/views.py:282 msgid "You need to confirm the deletion of your account." msgstr "æ‚¨å¿…é ˆè¦ç¢ºèªæ˜¯å¦åˆªé™¤æ‚¨çš„帳號。" -#: mediagoblin/edit/views.py:313 mediagoblin/submit/views.py:132 -#: mediagoblin/user_pages/views.py:242 +#: mediagoblin/edit/views.py:318 mediagoblin/submit/views.py:132 +#: mediagoblin/user_pages/views.py:252 #, python-format msgid "You already have a collection called \"%s\"!" msgstr "您已經有一個稱åšã€Œ%sã€çš„è’è—了ï¼" -#: mediagoblin/edit/views.py:317 +#: mediagoblin/edit/views.py:322 msgid "A collection with that slug already exists for this user." msgstr "這個使用者已經有使用該簡稱的è’è—了。" -#: mediagoblin/edit/views.py:332 +#: mediagoblin/edit/views.py:337 msgid "You are editing another user's collection. Proceed with caution." msgstr "您æ£åœ¨ä¿®æ”¹åˆ¥äººçš„è’è—,請å°å¿ƒæ“作。" -#: mediagoblin/edit/views.py:373 +#: mediagoblin/edit/views.py:378 msgid "Your email address has been verified." msgstr "您的 email ä½å€å·²èªè¨¼ã€‚" -#: mediagoblin/edit/views.py:408 mediagoblin/plugins/basic_auth/views.py:200 +#: mediagoblin/edit/views.py:413 mediagoblin/plugins/basic_auth/views.py:200 msgid "Wrong password" msgstr "密碼錯誤" @@ -281,6 +296,69 @@ msgstr "è·³éŽã€Œ%sã€ï¼Œå·²ç¶“建置完æˆã€‚\n" msgid "Old link found for \"%s\"; removing.\n" msgstr "找到「%sã€èˆŠçš„連çµï¼Œåˆªé™¤ä¸ã€‚\n" +#: mediagoblin/gmg_commands/batchaddmedia.py:34 +msgid "" +"For more information about how to properly run this\n" +"script (and how to format the metadata csv file), read the MediaGoblin\n" +"documentation page on command line uploading\n" +"<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:40 +msgid "Name of user these media entries belong to" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:43 +msgid "Path to the csv file containing metadata information." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:48 +msgid "Don't process eagerly, pass off to celery" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:63 +msgid "Sorry, no user by username '{username}' exists" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:74 +msgid "File at {path} not found, use -h flag for help" +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:115 +msgid "" +"Error with media '{media_id}' value '{error_path}': {error_msg}\n" +"Metadata was not uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:141 +msgid "" +"FAIL: Local file {filename} could not be accessed.\n" +"{filename} will not be uploaded." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:157 +msgid "" +"Successfully submitted {filename}!\n" +"Be sure to look at the Media Processing Panel on your website to be sure it\n" +"uploaded successfully." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:160 +msgid "FAIL: This file is larger than the upload limits for this site." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:163 +msgid "FAIL: This file will put this user past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:166 +msgid "FAIL: This user is already past their upload limits." +msgstr "" + +#: mediagoblin/gmg_commands/batchaddmedia.py:168 +msgid "{files_uploaded} out of {files_attempted} files successfully submitted" +msgstr "" + #: mediagoblin/meddleware/csrf.py:134 msgid "" "CSRF cookie not present. This is most likely the result of a cookie blocker " @@ -288,11 +366,147 @@ msgid "" "domain." msgstr "跨網站å˜å– (CSRF) çš„ cookie ä¸å˜åœ¨ï¼Œæœ‰å¯èƒ½æ˜¯ cookie 阻擋程å¼ä¹‹é¡žçš„程å¼å°Žè‡´çš„。<br/>è«‹å…許æ¤ç¶²åŸŸçš„ cookie è¨å®šã€‚" -#: mediagoblin/media_types/__init__.py:78 -#: mediagoblin/media_types/__init__.py:100 +#: mediagoblin/media_types/__init__.py:79 +#: mediagoblin/media_types/__init__.py:101 msgid "Sorry, I don't support that file type :(" msgstr "抱æ‰ï¼Œæˆ‘䏿”¯æ´é€™æ¨£çš„æª”æ¡ˆæ ¼å¼ :(" +#: mediagoblin/media_types/blog/forms.py:26 +#: mediagoblin/media_types/blog/forms.py:35 +#: mediagoblin/plugins/oauth/forms.py:36 +msgid "Description" +msgstr "æè¿°" + +#: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31 +msgid "I am sure I want to delete this" +msgstr "我確定我è¦åˆªé™¤é€™å€‹åª’é«”" + +#: mediagoblin/media_types/blog/views.py:156 mediagoblin/submit/views.py:69 +msgid "Woohoo! Submitted!" +msgstr "啊哈ï¼PO 上去啦ï¼" + +#: mediagoblin/media_types/blog/views.py:198 +msgid "Woohoo! edited blogpost is submitted" +msgstr "" + +#: mediagoblin/media_types/blog/views.py:320 +msgid "You deleted the Blog." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:326 +#: mediagoblin/user_pages/views.py:329 +msgid "The media was not deleted because you didn't check that you were sure." +msgstr "由於您沒有勾é¸ç¢ºèªï¼Œè©²åª’體沒有被移除。" + +#: mediagoblin/media_types/blog/views.py:333 +msgid "You are about to delete another user's Blog. Proceed with caution." +msgstr "" + +#: mediagoblin/media_types/blog/views.py:344 +msgid "The blog was not deleted because you have no rights." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43 +msgid "Add Blog Post" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50 +msgid "Edit Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57 +msgid "Delete Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:84 +msgid "Edit" +msgstr "編輯" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93 +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 +#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80 +#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:88 +msgid "Delete" +msgstr "刪除" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102 +msgid "<em> Go to list view </em>" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104 +msgid " No blog post yet. " +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#, python-format +msgid "Really delete %(title)s?" +msgstr "真的è¦åˆªé™¤ %(title)s?" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47 +#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 +#: mediagoblin/templates/mediagoblin/edit/edit.html:41 +#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 +msgid "Cancel" +msgstr "å–æ¶ˆ" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48 +#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56 +#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 +msgid "Delete permanently" +msgstr "永久刪除" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26 +msgid "Create/Edit a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37 +#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 +#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 +#: mediagoblin/templates/mediagoblin/submit/collection.html:30 +#: mediagoblin/templates/mediagoblin/submit/start.html:39 +#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 +msgid "Add" +msgstr "å¢žåŠ " + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23 +msgid "Create/Edit a blog post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29 +msgid "Create/Edit a Blog Post." +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24 +#, python-format +msgid "%(blog_owner_name)s's Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46 +msgid "View" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65 +msgid "Create a Blog" +msgstr "" + +#: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20 +msgid " Blog Dashboard " +msgstr "" + #: mediagoblin/media_types/pdf/processing.py:142 msgid "unoconv failing to run, check log file" msgstr "unoconv 無法執行,請檢查紀錄檔" @@ -333,6 +547,57 @@ msgstr "è«‹å•æ‚¨è¦å¦‚何處ç†é€™é …å›žå ±ï¼Ÿ" msgid "What privileges will you take away?" msgstr "您è¦å–走他哪些權é™ï¼Ÿ" +#: mediagoblin/moderation/forms.py:122 +msgid "Why user was banned:" +msgstr "" + +#: mediagoblin/moderation/forms.py:125 +msgid "Message to user:" +msgstr "" + +#: mediagoblin/moderation/forms.py:128 +msgid "Resolution content:" +msgstr "" + +#: mediagoblin/moderation/tools.py:34 +msgid "" +"\n" +"{mod} took away {user}'s {privilege} privileges." +msgstr "" + +#: mediagoblin/moderation/tools.py:47 +msgid "" +"\n" +"{mod} banned user {user} {expiration_date}." +msgstr "" + +#: mediagoblin/moderation/tools.py:51 +msgid "until {date}" +msgstr "" + +#: mediagoblin/moderation/tools.py:53 +#: mediagoblin/templates/mediagoblin/banned.html:30 +msgid "indefinitely" +msgstr "永久å°éŽ–äº†" + +#: mediagoblin/moderation/tools.py:62 +msgid "" +"\n" +"{mod} sent a warning email to the {user}." +msgstr "" + +#: mediagoblin/moderation/tools.py:71 +msgid "" +"\n" +"{mod} deleted the comment." +msgstr "" + +#: mediagoblin/moderation/tools.py:78 +msgid "" +"\n" +"{mod} deleted the media entry." +msgstr "" + #: mediagoblin/moderation/tools.py:91 msgid "Warning from" msgstr "è¦å‘Šï¼Œä¾†è‡ª" @@ -351,29 +616,260 @@ msgstr "已訂閱 %s 的評論ï¼" msgid "You will not receive notifications for comments on %s." msgstr "æ‚¨å°‡ä¸æœƒæ”¶åˆ° %s 的評論通知。" -#: mediagoblin/oauth/views.py:239 +#: mediagoblin/oauth/views.py:242 msgid "Must provide an oauth_token." msgstr "å¿…é ˆæä¾› oauth_token。" -#: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:294 +#: mediagoblin/oauth/views.py:247 mediagoblin/oauth/views.py:298 msgid "No request token found." msgstr "找ä¸åˆ°è«‹æ±‚çš„ token。" -#: mediagoblin/plugins/api/views.py:75 mediagoblin/plugins/piwigo/views.py:155 +#: mediagoblin/plugins/api/views.py:76 mediagoblin/plugins/piwigo/views.py:155 #: mediagoblin/submit/views.py:78 msgid "Sorry, the file size is too big." msgstr "抱æ‰ï¼Œæª”案太大了。" -#: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:158 +#: mediagoblin/plugins/api/views.py:79 mediagoblin/plugins/piwigo/views.py:158 #: mediagoblin/submit/views.py:81 msgid "Sorry, uploading this file will put you over your upload limit." msgstr "抱æ‰ï¼Œä¸Šå‚³è©²æª”æ¡ˆå°‡æœƒè¶…éŽæ‚¨çš„上傳é™åˆ¶ã€‚" -#: mediagoblin/plugins/api/views.py:82 mediagoblin/plugins/piwigo/views.py:162 +#: mediagoblin/plugins/api/views.py:83 mediagoblin/plugins/piwigo/views.py:162 #: mediagoblin/submit/views.py:87 msgid "Sorry, you have reached your upload limit." msgstr "抱æ‰ï¼Œæ‚¨å·²ç¶“碰到了您的上傳é™åˆ¶ã€‚" +#: mediagoblin/plugins/archivalook/forms.py:21 +msgid "Enter the URL for the media to be featured" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:132 +msgid "Primary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:133 +msgid "Secondary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:134 +msgid "Tertiary" +msgstr "" + +#: mediagoblin/plugins/archivalook/tools.py:135 +msgid "-----------{display_type}-Features---------------------------\n" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33 +msgid "How does this work?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34 +msgid "How to feature media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37 +msgid "" +"\n" +" Go to the page of the media entry you want to feature. Copy it's URL and\n" +" then paste it into a new line in the text box above. There should be only\n" +" one url per line. The url that you paste into the text box should be under\n" +" the header describing how prominent a feature it will be (whether Primary,\n" +" Secondary, or Tertiary). Once all of the media that you want to feature are\n" +" inside the text box, click the Submit Query button, and your media should be\n" +" displayed on the front page.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48 +msgid "Is there another way to manage featured media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51 +msgid "" +"\n" +" Yes. If you would prefer, you may go to the media homepage of the piece\n" +" of media you would like to feature or unfeature and look at the bar to\n" +" the side of the media entry. If the piece of media has not been featured\n" +" yet you should see a button that says \"Feature\". Press that button and\n" +" the media will be featured as a Primary Feature at the top of the page.\n" +" All other featured media entries will remain as features, but will be\n" +" pushed further down the page.<br /><br />\n" +"\n" +" If you go to the media homepage of a piece of media that is currently\n" +" featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n" +" where previously there was the button which said \"Feature\". Click\n" +" Unfeature and that media entry will no longer be displayed on the\n" +" front page, although you can feature it again at any point. Promote\n" +" moves the featured media higher up on the page and makes it more\n" +" prominent and Demote moves the featured media lower down and makes it\n" +" less prominent.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70 +msgid "What is a Primary Feature? What is a Secondary Feature?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74 +msgid "" +"\n" +" These categories just describe how prominent a feature will be on your\n" +" front page. Primary Features are placed at the top of the front page and are\n" +" much larger. Next are Secondary Features, which are slightly smaller.\n" +" Tertiary Features make up a grid at the bottom of the page.<br /><br />\n" +"\n" +" Primary Features also can display longer descriptions than Secondary\n" +" Features, and Secondary Features can display longer descriptions than\n" +" Tertiary Features." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85 +msgid "" +"How to decide what information is displayed when a media entry is\n" +" featured?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88 +msgid "" +"\n" +" When a media entry is featured, the entry's title, it's thumbnail and a\n" +" portion of its description will be displayed on your website's front page.\n" +" The number of characters displayed varies on the prominence of the feature.\n" +" Primary Features display the first 512 characters of their description,\n" +" Secondary Features display the first 256 characters of their description,\n" +" and Tertiary Features display the first 128 characters of their description.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98 +msgid "How to unfeature a piece of media?" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102 +msgid "" +"\n" +" Unfeature a media by removing its line from the above textarea and then\n" +" pressing the Submit Query button.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108 +msgid "CAUTION:" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110 +msgid "" +"\n" +" When copying and pasting urls into the above text box, be aware that if\n" +" you make a typo, once you press Submit Query, your media entry will NOT be\n" +" featured. Make sure that all your intended Media Entries are featured.\n" +" " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26 +msgid "" +"\n" +"Feature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28 +msgid "Feature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34 +msgid "" +"\n" +"Unfeature Media " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36 +msgid "Unfeature" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42 +msgid "" +"\n" +"Promote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44 +msgid "Promote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50 +msgid "" +"\n" +"Demote Feature " +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52 +msgid "Demote" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30 +#: mediagoblin/templates/mediagoblin/root.html:32 +msgid "Most recent media" +msgstr "最新的媒體" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61 +msgid "Nothing is currently featured." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62 +msgid "" +"If you would like to feature a\n" +" piece of media, go to that media entry's homepage and click the button\n" +" that says <a class=\"button_action\">Feature</a>." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67 +#, python-format +msgid "" +"You're seeing this page because you are a user capable of\n" +" featuring media, a regular user would see a blank page, so be sure to\n" +" have media featured as long as your instance has the 'archivalook'\n" +" plugin enabled. A more advanced tool to manage features can be found\n" +" in the <a href=\"%(featured_media_url)s\">feature management panel.</a>" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79 +msgid "View most recent media" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22 +msgid "Feature management panel" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43 +msgid "" +"Sorry, this audio will not work because\n" +"\tyour web browser does not support HTML5\n" +"\taudio." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46 +msgid "" +"You can get a modern web browser that\n" +"\tcan play the audio at <a href=\"http://getfirefox.com\">\n" +"\t http://getfirefox.com</a>!" +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43 +msgid "" +"Sorry, this video will not work because\n" +" your web browser does not support HTML5 \n" +" video." +msgstr "" + +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46 +#: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46 +msgid "" +"You can get a modern web browser that \n" +" can play this video at <a href=\"http://getfirefox.com\">\n" +" http://getfirefox.com</a>!" +msgstr "" + #: mediagoblin/plugins/basic_auth/forms.py:24 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27 #: mediagoblin/plugins/persona/forms.py:24 @@ -497,6 +993,14 @@ msgstr "在 <a href=\"%(osm_url)s\">OpenStreetMap</a> 上觀看" msgid "Sign in to create an account!" msgstr "登入以建立帳號ï¼" +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22 +msgid "Metadata" +msgstr "" + +#: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40 +msgid "Edit Metadata" +msgstr "" + #: mediagoblin/plugins/oauth/forms.py:29 msgid "Allow" msgstr "å…許" @@ -513,10 +1017,6 @@ msgstr "å稱" msgid "The name of the OAuth client" msgstr "OAuth 用戶程å¼çš„å稱" -#: mediagoblin/plugins/oauth/forms.py:36 -msgid "Description" -msgstr "æè¿°" - #: mediagoblin/plugins/oauth/forms.py:38 msgid "" "This will be visible to users allowing your\n" @@ -563,14 +1063,6 @@ msgstr "OAuth 用戶程å¼é€£ç·š" msgid "Your OAuth clients" msgstr "您的 OAuth 用戶程å¼" -#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29 -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39 -#: mediagoblin/templates/mediagoblin/submit/collection.html:30 -#: mediagoblin/templates/mediagoblin/submit/start.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68 -msgid "Add" -msgstr "å¢žåŠ " - #: mediagoblin/plugins/openid/__init__.py:97 #: mediagoblin/plugins/openid/views.py:268 #: mediagoblin/plugins/openid/views.py:297 @@ -630,13 +1122,6 @@ msgstr "新增 OpenID" msgid "Delete an OpenID" msgstr "刪除 OpenID" -#: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39 -#: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39 -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:83 -msgid "Delete" -msgstr "刪除" - #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21 msgid "OpenID's" msgstr "OpenID" @@ -644,7 +1129,7 @@ msgstr "OpenID" #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57 -#: mediagoblin/templates/mediagoblin/base.html:106 +#: mediagoblin/templates/mediagoblin/base.html:122 #: mediagoblin/templates/mediagoblin/auth/login.html:28 #: mediagoblin/templates/mediagoblin/auth/login.html:36 #: mediagoblin/templates/mediagoblin/auth/login.html:47 @@ -750,10 +1235,6 @@ msgstr "您å¯ä»¥ä½¿ç”¨\n<a href=\"http://markdown.tw\">\nMarkdown</a> 來排版 msgid "You must provide a file." msgstr "æ‚¨å¿…é ˆæä¾›ä¸€å€‹æª”案" -#: mediagoblin/submit/views.py:69 -msgid "Woohoo! Submitted!" -msgstr "啊哈ï¼PO 上去啦ï¼" - #: mediagoblin/submit/views.py:138 #, python-format msgid "Collection \"%s\" added!" @@ -777,30 +1258,26 @@ msgstr "您被" msgid "until %(until_when)s" msgstr "å°éŽ–äº†ï¼Œæœƒåœ¨ %(until_when)s 解除" -#: mediagoblin/templates/mediagoblin/banned.html:30 -msgid "indefinitely" -msgstr "永久å°éŽ–äº†" - -#: mediagoblin/templates/mediagoblin/base.html:81 +#: mediagoblin/templates/mediagoblin/base.html:97 msgid "Verify your email!" msgstr "ç¢ºèªæ‚¨çš„é›»å郵件" -#: mediagoblin/templates/mediagoblin/base.html:88 -#: mediagoblin/templates/mediagoblin/base.html:96 +#: mediagoblin/templates/mediagoblin/base.html:104 +#: mediagoblin/templates/mediagoblin/base.html:112 msgid "log out" msgstr "登出" -#: mediagoblin/templates/mediagoblin/base.html:115 +#: mediagoblin/templates/mediagoblin/base.html:131 #, python-format msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account" msgstr "<a href=\"%(user_url)s\">%(user_name)s</a> 的帳號" -#: mediagoblin/templates/mediagoblin/base.html:122 +#: mediagoblin/templates/mediagoblin/base.html:138 msgid "Change account settings" msgstr "更改帳號è¨å®š" -#: mediagoblin/templates/mediagoblin/base.html:126 -#: mediagoblin/templates/mediagoblin/base.html:147 +#: mediagoblin/templates/mediagoblin/base.html:142 +#: mediagoblin/templates/mediagoblin/base.html:165 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21 @@ -808,32 +1285,32 @@ msgstr "更改帳號è¨å®š" msgid "Media processing panel" msgstr "媒體處ç†é¢æ¿" -#: mediagoblin/templates/mediagoblin/base.html:135 +#: mediagoblin/templates/mediagoblin/base.html:152 msgid "Log out" msgstr "登出" -#: mediagoblin/templates/mediagoblin/base.html:138 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:112 +#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:113 msgid "Add media" msgstr "新增媒體" -#: mediagoblin/templates/mediagoblin/base.html:141 +#: mediagoblin/templates/mediagoblin/base.html:158 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41 msgid "Create new collection" msgstr "新增新的è’è—" -#: mediagoblin/templates/mediagoblin/base.html:151 +#: mediagoblin/templates/mediagoblin/base.html:163 +msgid "Moderation powers:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/base.html:169 msgid "User management panel" msgstr "使用者管ç†é¢æ¿" -#: mediagoblin/templates/mediagoblin/base.html:155 +#: mediagoblin/templates/mediagoblin/base.html:173 msgid "Report management panel" msgstr "å›žå ±ç®¡ç†é¢æ¿" -#: mediagoblin/templates/mediagoblin/root.html:32 -msgid "Most recent media" -msgstr "最新的媒體" - #: mediagoblin/templates/mediagoblin/api/authorize.html:21 msgid "Authorization" msgstr "èªè¨¼" @@ -930,38 +1407,38 @@ msgstr "ä½¿ç”¨è€…æ¢æ¬¾" msgid "Explore" msgstr "探索" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:23 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 msgid "Hi there, welcome to this MediaGoblin site!" msgstr "å˜¿ï¼æ¡è¿Žä¾†åˆ° MediaGoblin ç«™å°ï¼ " -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25 msgid "" "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an " "extraordinarily great piece of media hosting software." msgstr "本站使用 <a href=\"http://mediagoblin.org\">MediaGoblin</a> — 超讚的媒體分享架站軟體。" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:26 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27 msgid "" "To add your own media, place comments, and more, you can log in with your " "MediaGoblin account." msgstr "您å¯ä»¥ç™»å…¥æ‚¨çš„ MediaGoblin 帳號以進行上傳媒體ã€å¼µè²¼è©•è«–ç‰ç‰ã€‚" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:28 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29 msgid "Don't have one yet? It's easy!" msgstr "沒有帳號嗎?開帳號很簡單ï¼" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:35 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36 msgid "" "\n" -" >Create an account at this site</a>\n" -" or" -msgstr "\n >在本站建立一個帳號</a>\n 或" +" >Create an account at this site</a>\n" +" or" +msgstr "" -#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:41 +#: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42 msgid "" "\n" -" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" -msgstr "\n <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">在您自己的伺æœå™¨ä¸Šå®‰è£ MediaGoblin</a>" +" <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>" +msgstr "" #: mediagoblin/templates/mediagoblin/bits/logo.html:23 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23 @@ -975,27 +1452,16 @@ msgid "Editing attachments for %(media_title)s" msgstr "編輯 %(media_title)s 的附件" #: mediagoblin/templates/mediagoblin/edit/attachments.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:191 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:207 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:204 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:220 msgid "Attachments" msgstr "附件" #: mediagoblin/templates/mediagoblin/edit/attachments.html:57 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:213 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:226 msgid "Add attachment" msgstr "新增附件" -#: mediagoblin/templates/mediagoblin/edit/attachments.html:61 -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42 -#: mediagoblin/templates/mediagoblin/edit/edit.html:41 -#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46 -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48 -msgid "Cancel" -msgstr "å–æ¶ˆ" - #: mediagoblin/templates/mediagoblin/edit/attachments.html:63 #: mediagoblin/templates/mediagoblin/edit/edit.html:42 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47 @@ -1019,12 +1485,6 @@ msgstr "真的è¦åˆªé™¤ä½¿ç”¨è€…「%(user_name)sã€ä»¥åŠæ‰€æœ‰ç›¸é—œçš„åª’é«”èˆ msgid "Yes, really delete my account" msgstr "æ˜¯çš„ï¼Œæˆ‘çœŸçš„è¦æŠŠæˆ‘çš„å¸³è™Ÿåˆªé™¤" -#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44 -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:48 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49 -msgid "Delete permanently" -msgstr "永久刪除" - #: mediagoblin/templates/mediagoblin/edit/edit.html:23 #: mediagoblin/templates/mediagoblin/edit/edit.html:35 #, python-format @@ -1056,6 +1516,27 @@ msgstr "編輯 %(collection_title)s" msgid "Editing %(username)s's profile" msgstr "編輯 %(username)s 的個人檔案" +#: mediagoblin/templates/mediagoblin/edit/metadata.html:67 +#, python-format +msgid "Metadata for \"%(media_name)s\"" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:72 +msgid "MetaData" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:80 +msgid "Add new Row" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:83 +msgid "Update Metadata" +msgstr "" + +#: mediagoblin/templates/mediagoblin/edit/metadata.html:87 +msgid "Clear empty Rows" +msgstr "" + #: mediagoblin/templates/mediagoblin/edit/verification.txt:19 #, python-format msgid "" @@ -1076,10 +1557,12 @@ msgstr "新的評論" #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39 -#: mediagoblin/templates/mediagoblin/moderation/report.html:55 -#: mediagoblin/templates/mediagoblin/moderation/report.html:117 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:139 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:168 +#: mediagoblin/templates/mediagoblin/moderation/report.html:57 +#: mediagoblin/templates/mediagoblin/moderation/report.html:120 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:146 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:181 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48 #, python-format msgid "%(formatted_time)s ago" @@ -1137,12 +1620,14 @@ msgid "Created" msgstr "建立於" #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:59 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99 -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:59 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:65 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:90 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:96 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:102 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:108 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59 +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:62 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:68 #, python-format msgid "Image for %(media_title)s" msgstr " %(media_title)s 的照片" @@ -1151,35 +1636,35 @@ msgstr " %(media_title)s 的照片" msgid "PDF file" msgstr "PDF 檔" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116 msgid "Perspective" msgstr "é€è¦–" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:115 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:119 msgid "Front" msgstr "æ£é¢" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:118 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:122 msgid "Top" msgstr "é ‚é¢" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125 msgid "Side" msgstr "å´é¢" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:126 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130 msgid "WebGL" msgstr "WebGL" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:132 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136 msgid "Download model" msgstr "下載模型" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:140 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:145 msgid "File Format" msgstr "æª”æ¡ˆæ ¼å¼" -#: mediagoblin/templates/mediagoblin/media_displays/stl.html:142 +#: mediagoblin/templates/mediagoblin/media_displays/stl.html:147 msgid "Object Height" msgstr "物件高度" @@ -1211,6 +1696,32 @@ msgstr "æ¤è™•您å¯ä»¥è¿½è¹¤æœ¬ç«™å°è™•ç†åª’體的狀態。" msgid "Media in-processing" msgstr "媒體處ç†ä¸" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98 +#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 +msgid "ID" +msgstr "ID" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99 +msgid "User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41 +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70 +msgid "When submitted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42 +msgid "Transcoding progress" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53 +msgid "Unknown" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56 msgid "No media in-processing" @@ -1221,6 +1732,14 @@ msgstr "沒有æ£åœ¨è™•ç†ä¸çš„媒體" msgid "These uploads failed to process:" msgstr "無法處ç†é€™äº›ä¸Šå‚³å…§å®¹ï¼š" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71 +msgid "Reason for failure" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72 +msgid "Failure metadata" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86 msgid "No failed entries!" @@ -1230,6 +1749,10 @@ msgstr "沒有失敗的紀錄ï¼" msgid "Last 10 successful uploads" msgstr "最近 10 次æˆåŠŸä¸Šå‚³çš„ç´€éŒ„" +#: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101 +msgid "Submitted" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107 msgid "No processed entries, yet!" @@ -1239,20 +1762,20 @@ msgstr "ç¾åœ¨é‚„沒有處ç†çš„紀錄ï¼" msgid "Sorry, no such report found." msgstr "抱æ‰ï¼Œæ‰¾ä¸åˆ°è©²å›žå ±ã€‚" -#: mediagoblin/templates/mediagoblin/moderation/report.html:32 +#: mediagoblin/templates/mediagoblin/moderation/report.html:33 msgid "Return to Reports Panel" msgstr "å›žåˆ°å›žå ±é¢æ¿" -#: mediagoblin/templates/mediagoblin/moderation/report.html:33 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:35 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:162 msgid "Report" msgstr "å›žå ±" -#: mediagoblin/templates/mediagoblin/moderation/report.html:36 +#: mediagoblin/templates/mediagoblin/moderation/report.html:38 msgid "Reported comment" msgstr "å·²ç¶“å›žå ±çš„è©•è«–" -#: mediagoblin/templates/mediagoblin/moderation/report.html:81 +#: mediagoblin/templates/mediagoblin/moderation/report.html:83 #, python-format msgid "" "\n" @@ -1260,7 +1783,7 @@ msgid "" " " msgstr "\n â– è©²åª’é«”çš„å›žå ±ä¾†è‡ª <a href=\"%(user_url)s\">%(user_name)s</a>\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:90 +#: mediagoblin/templates/mediagoblin/moderation/report.html:92 #, python-format msgid "" "\n" @@ -1270,24 +1793,29 @@ msgid "" " " msgstr "\n <a href=\"%(user_url)s\"> %(user_name)s</a>\n 的內容已被刪除\n " -#: mediagoblin/templates/mediagoblin/moderation/report.html:130 +#: mediagoblin/templates/mediagoblin/moderation/report.html:102 +msgid "Reason for report:" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/report.html:133 +#: mediagoblin/templates/mediagoblin/moderation/user.html:136 msgid "Resolve" msgstr "處ç†" -#: mediagoblin/templates/mediagoblin/moderation/report.html:134 -#: mediagoblin/templates/mediagoblin/moderation/report.html:153 +#: mediagoblin/templates/mediagoblin/moderation/report.html:137 +#: mediagoblin/templates/mediagoblin/moderation/report.html:157 msgid "Resolve This Report" msgstr "處ç†é€™é …å›žå ±" -#: mediagoblin/templates/mediagoblin/moderation/report.html:145 +#: mediagoblin/templates/mediagoblin/moderation/report.html:149 msgid "Status" msgstr "狀態" -#: mediagoblin/templates/mediagoblin/moderation/report.html:147 +#: mediagoblin/templates/mediagoblin/moderation/report.html:151 msgid "RESOLVED" msgstr "已經處ç†" -#: mediagoblin/templates/mediagoblin/moderation/report.html:155 +#: mediagoblin/templates/mediagoblin/moderation/report.html:159 msgid "You cannot take action against an administrator" msgstr "您ä¸èƒ½å°ç®¡ç†è€…進行æ“作" @@ -1308,7 +1836,7 @@ msgid "Active Reports Filed" msgstr "å·²é€å‡ºçš„ç¾è¡Œå›žå ±" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:171 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 msgid "Offender" msgstr "被告" @@ -1317,16 +1845,16 @@ msgid "When Reported" msgstr "å›žå ±æ™‚é–“" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175 msgid "Reported By" msgstr "原告" #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80 -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176 msgid "Reason" msgstr "ç†ç”±" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:94 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95 #, python-format msgid "" "\n" @@ -1334,7 +1862,7 @@ msgid "" " " msgstr "\nè©•è«–å›žå ± #%(report_id)s" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:109 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111 #, python-format msgid "" "\n" @@ -1342,23 +1870,23 @@ msgid "" " " msgstr "\nåª’é«”å›žå ± #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:123 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 msgid "No open reports found." msgstr "沒有尚未處ç†çš„å›žå ±ã€‚" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127 msgid "Closed Reports" msgstr "å·²çµæ¡ˆçš„å›žå ±" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:170 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 msgid "Resolved" msgstr "已處ç†" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174 msgid "Action Taken" msgstr "發生時間" -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:185 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188 #, python-format msgid "" "\n" @@ -1366,10 +1894,142 @@ msgid "" " " msgstr "\nå·²çµæ¡ˆå›žå ± #%(report_id)s\n " -#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:199 +#: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202 msgid "No closed reports found." msgstr "找ä¸åˆ°å·²çµæ¡ˆçš„å›žå ±ã€‚" +#: mediagoblin/templates/mediagoblin/moderation/user.html:23 +#, python-format +msgid "User: %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:42 +msgid "Return to Users Panel" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:49 +msgid "Sorry, no such user found." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:53 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 +msgid "Email verification needed" +msgstr "需è¦èªè‰é›»å郵件" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:55 +msgid "" +"Someone has registered an account with this username, but it still has\n" +" to be activated." +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:66 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:46 +#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 +#, python-format +msgid "%(username)s's profile" +msgstr "%(username)s 的個人檔案" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:68 +#, python-format +msgid "BANNED until %(expiration_date)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:72 +msgid "Banned Indefinitely" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:78 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:62 +msgid "This user hasn't filled in their profile (yet)." +msgstr "這個使用者(é‚„)沒有填寫個人檔案。" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:89 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:57 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:74 +msgid "Edit profile" +msgstr "編輯個人檔案" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:96 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:81 +msgid "Browse collections" +msgstr "ç€è¦½è’è—" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:105 +#, python-format +msgid "Active Reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:112 +msgid "Report ID" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:113 +msgid "Reported Content" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:114 +msgid "Description of Report" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:122 +#, python-format +msgid "Report #%(report_number)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:129 +msgid "Reported Comment" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:131 +msgid "Reported Media Entry" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:142 +#, python-format +msgid "No active reports filed on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:150 +#, python-format +msgid "All reports on %(username)s" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:155 +#, python-format +msgid "All reports that %(username)s has filed" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:164 +#, python-format +msgid "%(username)s's Privileges" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:172 +msgid "Privilege" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:173 +msgid "Granted" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:180 +msgid "Yes" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:182 +msgid "No" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:213 +msgid "Ban User" +msgstr "" + +#: mediagoblin/templates/mediagoblin/moderation/user.html:218 +msgid "UnBan User" +msgstr "" + #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26 msgid "User panel" @@ -1386,10 +2046,6 @@ msgstr "\n在這裡您å¯ä»¥æŸ¥è©¢ä½¿ç”¨è€…,以進行å„é …è™•ç½®ã€‚ " msgid "Active Users" msgstr "活動ä¸çš„使用者" -#: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75 -msgid "ID" -msgstr "ID" - #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77 msgid "When Joined" msgstr "åŠ å…¥æ™‚é–“" @@ -1411,6 +2067,26 @@ msgstr "新增è’è—" msgid "Add your media" msgstr "åŠ å…¥æ‚¨çš„åª’é«”" +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38 +#, python-format +msgid "â– Blog post by <a href=\"%(user_url)s\">%(username)s</a>" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:104 +msgid "Add a comment" +msgstr "新增評論" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:115 +msgid "Add this comment" +msgstr "å¢žåŠ è©•è«–" + +#: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:179 +msgid "Added" +msgstr "新增於" + #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30 #, python-format msgid "%(collection_title)s (%(username)s's collection)" @@ -1421,23 +2097,27 @@ msgstr "%(collection_title)s (%(username)s çš„è’è—)" msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>" -#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52 -#: mediagoblin/templates/mediagoblin/user_pages/media.html:79 -msgid "Edit" -msgstr "編輯" +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23 +#, python-format +msgid "Delete collection %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30 -#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30 +#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38 #, python-format -msgid "Really delete %(title)s?" -msgstr "真的è¦åˆªé™¤ %(title)s?" +msgid "Really delete collection: %(title)s?" +msgstr "" + +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23 +#, python-format +msgid "Remove %(media_title)s from %(collection_title)s" +msgstr "" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39 #, python-format msgid "Really remove %(media_title)s from %(collection_title)s?" msgstr "確定è¦å¾ž %(collection_title)s 移除 %(media_title)s 嗎?" -#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:54 +#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62 msgid "Remove" msgstr "移除" @@ -1480,22 +2160,10 @@ msgstr "<a href=\"%(user_url)s\">%(username)s</a> 的媒體" msgid "â– Browsing media by <a href=\"%(user_url)s\">%(username)s</a>" msgstr "â– ç€è¦½ <a href=\"%(user_url)s\">%(username)s</a> 的媒體" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:97 -msgid "Add a comment" -msgstr "新增評論" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:108 -msgid "Add this comment" -msgstr "å¢žåŠ è©•è«–" - -#: mediagoblin/templates/mediagoblin/user_pages/media.html:112 +#: mediagoblin/templates/mediagoblin/user_pages/media.html:119 msgid "Comment Preview" msgstr "è©•è«–é 覽" -#: mediagoblin/templates/mediagoblin/user_pages/media.html:166 -msgid "Added" -msgstr "新增於" - #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40 #, python-format @@ -1544,52 +2212,27 @@ msgstr "\nâ– ç”± <a href=\"%(user_url)s\"\nclass=\"comment_authorlink\">%(usern msgid "File Report " msgstr "é€å‡ºå›žå ±" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:34 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:45 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s 的個人檔案" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:52 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:53 msgid "Here's a spot to tell others about yourself." msgstr "這個地方能讓您å‘他人介紹自己。" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:56 -#: mediagoblin/templates/mediagoblin/user_pages/user.html:73 -msgid "Edit profile" -msgstr "編輯個人檔案" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:61 -msgid "This user hasn't filled in their profile (yet)." -msgstr "這個使用者(é‚„)沒有填寫個人檔案。" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:80 -msgid "Browse collections" -msgstr "ç€è¦½è’è—" - -#: mediagoblin/templates/mediagoblin/user_pages/user.html:93 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:94 #, python-format msgid "View all of %(username)s's media" msgstr "查看 %(username)s 的全部媒體" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:106 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:107 msgid "" "This is where your media will appear, but you don't seem to have added " "anything yet." msgstr "æ¤è™•是您的媒體會出ç¾çš„åœ°æ–¹ï¼Œä½†æ˜¯ä¼¼ä¹Žé‚„æ²’æœ‰åŠ å…¥ä»»ä½•æ±è¥¿ã€‚" -#: mediagoblin/templates/mediagoblin/user_pages/user.html:118 +#: mediagoblin/templates/mediagoblin/user_pages/user.html:119 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70 msgid "There doesn't seem to be any media here yet..." msgstr "那裡好åƒé‚„沒有任何的媒體…" -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40 -#: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60 -msgid "Email verification needed" -msgstr "需è¦èªè‰é›»å郵件" - #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43 msgid "Almost done! Your account still needs to be activated." msgstr "快完æˆäº†ï¼ä½†æ‚¨éœ€è¦å•Ÿç”¨æ‚¨çš„帳號。" @@ -1632,6 +2275,14 @@ msgstr "è’集了" msgid "Add to a collection" msgstr "åŠ å…¥è‡³è’è—" +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24 +msgid "Subscribe to comments" +msgstr "" + +#: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30 +msgid "Silence comments" +msgstr "" + #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21 msgid "feed icon" @@ -1676,7 +2327,7 @@ msgstr "å›žå ±åª’é«”" msgid "Tagged with" msgstr "標籤" -#: mediagoblin/tools/exif.py:83 +#: mediagoblin/tools/exif.py:81 msgid "Could not read the image file." msgstr "無法讀å–圖片檔案。" @@ -1748,10 +2399,6 @@ msgid "" "target=\"_blank\">Markdown</a> for formatting." msgstr "您å¯ä»¥ä½¿ç”¨ <a href=\"http://markdown.tw\" target=\"_blank\">Markdown</a> 來排版。" -#: mediagoblin/user_pages/forms.py:31 -msgid "I am sure I want to delete this" -msgstr "我確定我è¦åˆªé™¤é€™å€‹åª’é«”" - #: mediagoblin/user_pages/forms.py:35 msgid "I am sure I want to remove this item from the collection" msgstr "我確定我è¦å¾žè’è—ä¸ç§»é™¤æ¤é …ç›®" @@ -1779,73 +2426,69 @@ msgstr "您å¯ä»¥ä½¿ç”¨\n<a href=\"http://markdown.tw\" target=\"_blank\">\nMark msgid "Reason for Reporting" msgstr "å›žå ±ç†ç”±" -#: mediagoblin/user_pages/views.py:178 +#: mediagoblin/user_pages/views.py:188 msgid "Sorry, comments are disabled." msgstr "抱æ‰ï¼Œè©•論被關閉了。" -#: mediagoblin/user_pages/views.py:183 +#: mediagoblin/user_pages/views.py:193 msgid "Oops, your comment was empty." msgstr "啊,您的評論是空的。" -#: mediagoblin/user_pages/views.py:189 +#: mediagoblin/user_pages/views.py:199 msgid "Your comment has been posted!" msgstr "您的評論已經張貼完æˆï¼" -#: mediagoblin/user_pages/views.py:225 +#: mediagoblin/user_pages/views.py:235 msgid "Please check your entries and try again." msgstr "è«‹æª¢æŸ¥é …ç›®ä¸¦é‡è©¦ã€‚" -#: mediagoblin/user_pages/views.py:265 +#: mediagoblin/user_pages/views.py:275 msgid "You have to select or add a collection" msgstr "您需è¦é¸æ“‡æˆ–是新增一個è’è—" -#: mediagoblin/user_pages/views.py:276 +#: mediagoblin/user_pages/views.py:286 #, python-format msgid "\"%s\" already in collection \"%s\"" msgstr "「%sã€å·²ç¶“在「%sã€è’è—" -#: mediagoblin/user_pages/views.py:282 +#: mediagoblin/user_pages/views.py:292 #, python-format msgid "\"%s\" added to collection \"%s\"" msgstr "「%sã€åŠ å…¥ã€Œ%sã€è’è—" -#: mediagoblin/user_pages/views.py:307 +#: mediagoblin/user_pages/views.py:317 msgid "You deleted the media." msgstr "您已經刪除æ¤åª’體。" -#: mediagoblin/user_pages/views.py:319 -msgid "The media was not deleted because you didn't check that you were sure." -msgstr "由於您沒有勾é¸ç¢ºèªï¼Œè©²åª’體沒有被移除。" - -#: mediagoblin/user_pages/views.py:326 +#: mediagoblin/user_pages/views.py:336 msgid "You are about to delete another user's media. Proceed with caution." msgstr "您æ£åœ¨åˆªé™¤åˆ¥äººçš„媒體,請å°å¿ƒæ“作。" -#: mediagoblin/user_pages/views.py:399 +#: mediagoblin/user_pages/views.py:409 msgid "You deleted the item from the collection." msgstr "您已經從該è’è—ä¸åˆªé™¤è©²é …目。" -#: mediagoblin/user_pages/views.py:403 +#: mediagoblin/user_pages/views.py:413 msgid "The item was not removed because you didn't check that you were sure." msgstr "由於您沒有勾é¸ç¢ºèªï¼Œè©²é …目沒有被移除。" -#: mediagoblin/user_pages/views.py:411 +#: mediagoblin/user_pages/views.py:421 msgid "" "You are about to delete an item from another user's collection. Proceed with" " caution." msgstr "您æ£åœ¨å¾žåˆ¥äººçš„è’è—ä¸åˆªé™¤é …目,請å°å¿ƒæ“作。" -#: mediagoblin/user_pages/views.py:443 +#: mediagoblin/user_pages/views.py:453 #, python-format msgid "You deleted the collection \"%s\"" msgstr "您已經刪除「%sã€è’è—。" -#: mediagoblin/user_pages/views.py:450 +#: mediagoblin/user_pages/views.py:460 msgid "" "The collection was not deleted because you didn't check that you were sure." msgstr "由於您沒有勾é¸ç¢ºèªï¼Œè©²è’è—æ²’有被移除。" -#: mediagoblin/user_pages/views.py:458 +#: mediagoblin/user_pages/views.py:468 msgid "" "You are about to delete another user's collection. Proceed with caution." msgstr "您æ£åœ¨åˆªé™¤åˆ¥äººçš„è’è—,請å°å¿ƒæ“作。" diff --git a/mediagoblin/init/celery/__init__.py b/mediagoblin/init/celery/__init__.py index ffc7ca0e..c3cdd43c 100644 --- a/mediagoblin/init/celery/__init__.py +++ b/mediagoblin/init/celery/__init__.py @@ -16,6 +16,7 @@ import os import sys +import datetime import logging import six @@ -29,7 +30,9 @@ _log = logging.getLogger(__name__) MANDATORY_CELERY_IMPORTS = [ 'mediagoblin.processing.task', - 'mediagoblin.notifications.task'] + 'mediagoblin.notifications.task', + 'mediagoblin.submit.task', +] DEFAULT_SETTINGS_MODULE = 'mediagoblin.init.celery.dummy_settings_module' @@ -60,6 +63,18 @@ def get_celery_settings_dict(app_config, global_config, celery_settings['CELERY_ALWAYS_EAGER'] = True celery_settings['CELERY_EAGER_PROPAGATES_EXCEPTIONS'] = True + # Garbage collection periodic task + frequency = app_config.get('garbage_collection', 60) + if frequency: + frequency = int(frequency) + celery_settings['CELERYBEAT_SCHEDULE'] = { + 'garbage-collection': { + 'task': 'mediagoblin.submit.task.garbage_collection', + 'schedule': datetime.timedelta(minutes=frequency), + } + } + celery_settings['BROKER_HEARTBEAT'] = 1 + return celery_settings diff --git a/mediagoblin/meddleware/csrf.py b/mediagoblin/meddleware/csrf.py index 44d42d75..6cad6fa7 100644 --- a/mediagoblin/meddleware/csrf.py +++ b/mediagoblin/meddleware/csrf.py @@ -46,7 +46,7 @@ class CsrfForm(Form): is included in the POST.""" csrf_token = HiddenField("", - [validators.Required()]) + [validators.InputRequired()]) def render_csrf_form_token(request): diff --git a/mediagoblin/media_types/audio/config_spec.ini b/mediagoblin/media_types/audio/config_spec.ini index 743deaa4..bc1810f7 100644 --- a/mediagoblin/media_types/audio/config_spec.ini +++ b/mediagoblin/media_types/audio/config_spec.ini @@ -2,7 +2,6 @@ keep_original = boolean(default=True) # vorbisenc quality quality = float(default=0.3) -create_spectrogram = boolean(default=True) spectrogram_fft_size = integer(default=4096) diff --git a/mediagoblin/media_types/audio/processing.py b/mediagoblin/media_types/audio/processing.py index f12f231e..c4ed4eca 100644 --- a/mediagoblin/media_types/audio/processing.py +++ b/mediagoblin/media_types/audio/processing.py @@ -251,32 +251,24 @@ class InitialProcessor(CommonAudioProcessor): type=int, help='The width of the spectogram') - parser.add_argument( - '--create_spectrogram', - action='store_true', - help='Create spectogram and thumbnail, will default to config') - return parser @classmethod def args_to_request(cls, args): return request_from_args( - args, ['create_spectrogram', 'quality', 'fft_size', + args, ['quality', 'fft_size', 'thumb_size', 'medium_width']) def process(self, quality=None, fft_size=None, thumb_size=None, - create_spectrogram=None, medium_width=None): + medium_width=None): self.common_setup() - if not create_spectrogram: - create_spectrogram = self.audio_config['create_spectrogram'] - self.transcode(quality=quality) self.copy_original() - if create_spectrogram: - self.create_spectrogram(max_width=medium_width, fft_size=fft_size) - self.generate_thumb(size=thumb_size) + self.create_spectrogram(max_width=medium_width, fft_size=fft_size) + self.generate_thumb(size=thumb_size) + self.delete_queue_file() diff --git a/mediagoblin/media_types/blog/views.py b/mediagoblin/media_types/blog/views.py index 3a4dfe6a..0b88037f 100644 --- a/mediagoblin/media_types/blog/views.py +++ b/mediagoblin/media_types/blog/views.py @@ -261,8 +261,8 @@ def blog_post_listing(request, page, url_user=None): """ Page, listing all the blog posts of a particular blog. """ - blog_slug = request.matchdict.get('blog_slug', None) - blog = get_blog_by_slug(request, blog_slug, author=request.user.id) + blog_slug = request.matchdict['blog_slug'] + blog = get_blog_by_slug(request, blog_slug, author=url_user.id) if not blog: return render_404(request) diff --git a/mediagoblin/media_types/image/__init__.py b/mediagoblin/media_types/image/__init__.py index f5b49f01..11f90ca5 100644 --- a/mediagoblin/media_types/image/__init__.py +++ b/mediagoblin/media_types/image/__init__.py @@ -20,15 +20,12 @@ from mediagoblin.media_types import MediaManagerBase from mediagoblin.media_types.image.processing import sniff_handler, \ ImageProcessingManager - _log = logging.getLogger(__name__) -ACCEPTED_EXTENSIONS = ["jpg", "jpeg", "png", "gif", "tiff"] +ACCEPTED_EXTENSIONS = ["jpe", "jpg", "jpeg", "png", "gif", "tiff"] MEDIA_TYPE = 'mediagoblin.media_types.image' -def setup_plugin(): - config = pluginapi.get_config(MEDIA_TYPE) class ImageMediaManager(MediaManagerBase): human_readable = "Image" @@ -58,7 +55,6 @@ class ImageMediaManager(MediaManagerBase): except (KeyError, ValueError): return None - def get_media_type_and_manager(ext): if ext in ACCEPTED_EXTENSIONS: return MEDIA_TYPE, ImageMediaManager diff --git a/mediagoblin/media_types/raw_image/__init__.py b/mediagoblin/media_types/raw_image/__init__.py new file mode 100644 index 00000000..046a9b2a --- /dev/null +++ b/mediagoblin/media_types/raw_image/__init__.py @@ -0,0 +1,37 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2014 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +from mediagoblin.media_types.image import ImageMediaManager +from mediagoblin.media_types.raw_image.processing import ( + ACCEPTED_EXTENSIONS, MEDIA_TYPE, + RawImageProcessingManager, sniff_handler) + + +class RawImageMediaManager(ImageMediaManager): + human_readable = "Raw image" + + +def get_media_type_and_manager(ext): + if ext in ACCEPTED_EXTENSIONS: + return MEDIA_TYPE, RawImageMediaManager + + +hooks = { + 'get_media_type_and_manager': get_media_type_and_manager, + 'sniff_handler': sniff_handler, + ('media_manager', MEDIA_TYPE): lambda: RawImageMediaManager, + ('reprocess_manager', MEDIA_TYPE): lambda: RawImageProcessingManager, +} diff --git a/mediagoblin/media_types/raw_image/models.py b/mediagoblin/media_types/raw_image/models.py new file mode 100644 index 00000000..d3d68b93 --- /dev/null +++ b/mediagoblin/media_types/raw_image/models.py @@ -0,0 +1,21 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2014 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +from mediagoblin.media_types.image.models import ( + BACKREF_NAME, DATA_MODEL) + + +MODELS = None diff --git a/mediagoblin/media_types/raw_image/processing.py b/mediagoblin/media_types/raw_image/processing.py new file mode 100644 index 00000000..5ff54cf3 --- /dev/null +++ b/mediagoblin/media_types/raw_image/processing.py @@ -0,0 +1,82 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2014 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +import os +import logging + +# This needs to handle the case where it's missing +import pyexiv2 + +from mediagoblin.media_types.image.processing import ( + InitialProcessor, Resizer) +from mediagoblin.processing import ( + FilenameBuilder, ProcessingManager) + + +_log = logging.getLogger(__name__) + +MEDIA_TYPE = 'mediagoblin.media_types.raw_image' +ACCEPTED_EXTENSIONS = ['nef', 'cr2'] + + +# The entire function have to be copied + +def sniff_handler(media_file, filename): + _log.info('Sniffing {0}'.format(MEDIA_TYPE)) + name, ext = os.path.splitext(filename) + clean_ext = ext[1:].lower() # Strip the . from ext and make lowercase + + if clean_ext in ACCEPTED_EXTENSIONS: + _log.info('Found file extension in supported filetypes') + return MEDIA_TYPE + else: + _log.debug('Media present, extension not found in {0}'.format( + ACCEPTED_EXTENSIONS)) + + return None + + +class InitialRawProcessor(InitialProcessor): + def common_setup(self): + """ + Pull out a full-size JPEG-preview + """ + super(self.__class__, self).common_setup() + + self._original_raw = self.process_filename + + # Read EXIF data + md = pyexiv2.ImageMetadata(self._original_raw) + md.read() + self.process_filename = os.path.join(self.conversions_subdir, + self.entry.queued_media_file[-1]) + + # Extract the biggest preview and write it as our working image + md.previews[-1].write_to_file( + self.process_filename.encode('utf-8')) + self.process_filename += '.jpg' + _log.debug(u'Wrote new file from {0} to preview (jpg) {1}'.format( + self._original_raw, self.process_filename)) + + # Override the namebuilder with our new jpg-based name + self.name_builder = FilenameBuilder(self.process_filename) + + +class RawImageProcessingManager(ProcessingManager): + def __init__(self): + super(self.__class__, self).__init__() + self.add_processor(InitialRawProcessor) + self.add_processor(Resizer) diff --git a/mediagoblin/media_types/video/processing.py b/mediagoblin/media_types/video/processing.py index abd5f36e..a7716592 100644 --- a/mediagoblin/media_types/video/processing.py +++ b/mediagoblin/media_types/video/processing.py @@ -44,7 +44,16 @@ class VideoTranscodingFail(BaseProcessingFail): general_message = _(u'Video transcoding failed') +EXCLUDED_EXTS = ["nef", "cr2"] + def sniff_handler(media_file, filename): + name, ext = os.path.splitext(filename) + clean_ext = ext.lower()[1:] + + if clean_ext in EXCLUDED_EXTS: + # We don't handle this filetype, though gstreamer might think we can + return None + transcoder = transcoders.VideoTranscoder() data = transcoder.discover(media_file.name) @@ -109,7 +118,7 @@ def store_metadata(media_entry, metadata): dt.get_minute(), dt.get_second(), dt.get_microsecond()).isoformat() - metadata['tags'] = tags + stored_metadata['tags'] = tags # Only save this field if there's something to save if len(stored_metadata): diff --git a/mediagoblin/media_types/video/transcoders.py b/mediagoblin/media_types/video/transcoders.py index 9d6b7655..3a3fa97f 100644 --- a/mediagoblin/media_types/video/transcoders.py +++ b/mediagoblin/media_types/video/transcoders.py @@ -186,7 +186,7 @@ from playbin') self.buffer_probes = {} pipeline = ''.join([ - 'filesrc location="%s" ! decodebin ! ' % self.source_path, + 'filesrc location="%s" ! decodebin2 ! ' % self.source_path, 'ffmpegcolorspace ! videoscale ! ', 'video/x-raw-rgb,depth=24,bpp=24,pixel-aspect-ratio=1/1', ',width={0}'.format(self.width) if self.width else '', diff --git a/mediagoblin/media_types/video/util.py b/mediagoblin/media_types/video/util.py index beb10129..29b7f410 100644 --- a/mediagoblin/media_types/video/util.py +++ b/mediagoblin/media_types/video/util.py @@ -38,11 +38,11 @@ def skip_transcode(metadata, size): if not metadata['mimetype'] in config['mime_types']: return False - if config['container_formats'] and metadata['tags'].get('audio-codec'): + if config['container_formats'] and metadata['tags'].get('container-format'): if not metadata['tags']['container-format'] in config['container_formats']: return False - if config['video_codecs'] and metadata['tags'].get('audio-codec'): + if config['video_codecs'] and metadata['tags'].get('video-codec'): if not metadata['tags']['video-codec'] in config['video_codecs']: return False diff --git a/mediagoblin/moderation/forms.py b/mediagoblin/moderation/forms.py index 72305b29..e46cfd36 100644 --- a/mediagoblin/moderation/forms.py +++ b/mediagoblin/moderation/forms.py @@ -119,10 +119,13 @@ class ReportResolutionForm(wtforms.Form): format='%Y-%m-%d', validators=[wtforms.validators.optional()]) why_user_was_banned = wtforms.TextAreaField( + _(u'Why user was banned:'), validators=[wtforms.validators.optional()]) message_to_user = wtforms.TextAreaField( + _(u'Message to user:'), validators=[wtforms.validators.optional()]) - resolution_content = wtforms.TextAreaField() + resolution_content = wtforms.TextAreaField( + _(u'Resolution content:')) # ======== Forms for mediagoblin.moderation.report_panel page ============== # diff --git a/mediagoblin/moderation/tools.py b/mediagoblin/moderation/tools.py index edee42ef..0bcd8762 100644 --- a/mediagoblin/moderation/tools.py +++ b/mediagoblin/moderation/tools.py @@ -34,7 +34,7 @@ def take_punitive_actions(request, form, report, user): for privilege_name in form.take_away_privileges.data: take_away_privileges(user.username, privilege_name) form.resolution_content.data += \ - u"\n{mod} took away {user}\'s {privilege} privileges.".format( + _(u"\n{mod} took away {user}\'s {privilege} privileges.").format( mod=request.user.username, user=user.username, privilege=privilege_name) @@ -47,13 +47,13 @@ def take_punitive_actions(request, form, report, user): reason=form.why_user_was_banned.data) Session.add(user_ban) form.resolution_content.data += \ - u"\n{mod} banned user {user} {expiration_date}.".format( + _(u"\n{mod} banned user {user} {expiration_date}.").format( mod=request.user.username, user=user.username, expiration_date = ( - "until {date}".format(date=form.user_banned_until.data) + _("until {date}").format(date=form.user_banned_until.data) if form.user_banned_until.data - else "indefinitely" + else _("indefinitely") ) ) @@ -62,7 +62,7 @@ def take_punitive_actions(request, form, report, user): if u'sendmessage' in form.action_to_resolve.data: message_body = form.message_to_user.data form.resolution_content.data += \ - u"\n{mod} sent a warning email to the {user}.".format( + _(u"\n{mod} sent a warning email to the {user}.").format( mod=request.user.username, user=user.username) @@ -71,14 +71,14 @@ def take_punitive_actions(request, form, report, user): deleted_comment = report.comment Session.delete(deleted_comment) form.resolution_content.data += \ - u"\n{mod} deleted the comment.".format( + _(u"\n{mod} deleted the comment.").format( mod=request.user.username) elif u'delete' in form.action_to_resolve.data and \ report.is_media_entry_report(): deleted_media = report.media_entry deleted_media.delete() form.resolution_content.data += \ - u"\n{mod} deleted the media entry.".format( + _(u"\n{mod} deleted the media entry.").format( mod=request.user.username) report.archive( resolver_id=request.user.id, diff --git a/mediagoblin/notifications/__init__.py b/mediagoblin/notifications/__init__.py index b6f9f478..c7a9a1fb 100644 --- a/mediagoblin/notifications/__init__.py +++ b/mediagoblin/notifications/__init__.py @@ -65,7 +65,7 @@ def mark_comment_notification_seen(comment_id, user): user_id=user.id, subject_id=comment_id).first() - _log.debug('Marking {0} as seen.'.format(notification)) + _log.debug(u'Marking {0} as seen.'.format(notification)) mark_notification_seen(notification) diff --git a/mediagoblin/notifications/task.py b/mediagoblin/notifications/task.py index 52573b57..d915212a 100644 --- a/mediagoblin/notifications/task.py +++ b/mediagoblin/notifications/task.py @@ -35,7 +35,7 @@ class EmailNotificationTask(Task): ''' def run(self, notification_id, message): cn = CommentNotification.query.filter_by(id=notification_id).first() - _log.info('Sending notification email about {0}'.format(cn)) + _log.info(u'Sending notification email about {0}'.format(cn)) return send_email( message['from'], diff --git a/mediagoblin/oauth/oauth.py b/mediagoblin/oauth/oauth.py index 8229c47d..8a60392c 100644 --- a/mediagoblin/oauth/oauth.py +++ b/mediagoblin/oauth/oauth.py @@ -15,12 +15,10 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. from oauthlib.common import Request -from oauthlib.oauth1 import RequestValidator +from oauthlib.oauth1 import RequestValidator from mediagoblin.db.models import NonceTimestamp, Client, RequestToken, AccessToken - - class GMGRequestValidator(RequestValidator): enforce_ssl = False @@ -63,14 +61,14 @@ class GMGRequestValidator(RequestValidator): """ Currently a stub - called when making AccessTokens """ return list() - def validate_timestamp_and_nonce(self, client_key, timestamp, - nonce, request, request_token=None, + def validate_timestamp_and_nonce(self, client_key, timestamp, + nonce, request, request_token=None, access_token=None): nc = NonceTimestamp.query.filter_by(timestamp=timestamp, nonce=nonce) nc = nc.first() if nc is None: return True - + return False def validate_client_key(self, client_key, request): @@ -78,7 +76,7 @@ class GMGRequestValidator(RequestValidator): client = Client.query.filter_by(id=client_key).first() if client is None: return False - + return True def validate_access_token(self, client_key, token, request): @@ -119,14 +117,14 @@ class GMGRequest(Request): """ def __init__(self, request, *args, **kwargs): - """ + """ :param request: werkzeug request object - + any extra params are passed to oauthlib.common.Request object """ kwargs["uri"] = kwargs.get("uri", request.url) kwargs["http_method"] = kwargs.get("http_method", request.method) - kwargs["body"] = kwargs.get("body", request.get_data()) + kwargs["body"] = kwargs.get("body", request.data) kwargs["headers"] = kwargs.get("headers", dict(request.headers)) super(GMGRequest, self).__init__(*args, **kwargs) diff --git a/mediagoblin/oauth/routing.py b/mediagoblin/oauth/routing.py index e45077bb..7f2aa11d 100644 --- a/mediagoblin/oauth/routing.py +++ b/mediagoblin/oauth/routing.py @@ -18,25 +18,25 @@ from mediagoblin.tools.routing import add_route # client registration & oauth add_route( - "mediagoblin.oauth", + "mediagoblin.oauth.client_register", "/api/client/register", "mediagoblin.oauth.views:client_register" ) add_route( - "mediagoblin.oauth", + "mediagoblin.oauth.request_token", "/oauth/request_token", "mediagoblin.oauth.views:request_token" ) add_route( - "mediagoblin.oauth", + "mediagoblin.oauth.authorize", "/oauth/authorize", "mediagoblin.oauth.views:authorize", ) add_route( - "mediagoblin.oauth", + "mediagoblin.oauth.access_token", "/oauth/access_token", "mediagoblin.oauth.views:access_token" ) diff --git a/mediagoblin/oauth/views.py b/mediagoblin/oauth/views.py index fd848467..ce12fbe0 100644 --- a/mediagoblin/oauth/views.py +++ b/mediagoblin/oauth/views.py @@ -18,6 +18,7 @@ import datetime import six +from oauthlib.oauth1.rfc5849.utils import UNICODE_ASCII_CHARACTER_SET from oauthlib.oauth1 import (RequestTokenEndpoint, AuthorizationEndpoint, AccessTokenEndpoint) @@ -37,7 +38,7 @@ from mediagoblin.oauth.tools.forms import WTFormData from mediagoblin.db.models import NonceTimestamp, Client, RequestToken # possible client types -client_types = ["web", "native"] # currently what pump supports +CLIENT_TYPES = ["web", "native"] # currently what pump supports @csrf_exempt def client_register(request): @@ -55,7 +56,7 @@ def client_register(request): if "type" not in data: error = "No registration type provided." return json_response({"error": error}, status=400) - if data.get("application_type", None) not in client_types: + if data.get("application_type", None) not in CLIENT_TYPES: error = "Unknown application_type." return json_response({"error": error}, status=400) @@ -90,7 +91,7 @@ def client_register(request): ) app_name = ("application_type", client.application_name) - if app_name in client_types: + if app_name in CLIENT_TYPES: client.application_name = app_name elif client_type == "client_associate": @@ -106,8 +107,8 @@ def client_register(request): return json_response({"error": error}, status=400) # generate the client_id and client_secret - client_id = random_string(22) # seems to be what pump uses - client_secret = random_string(43) # again, seems to be what pump uses + client_id = random_string(22, UNICODE_ASCII_CHARACTER_SET) + client_secret = random_string(43, UNICODE_ASCII_CHARACTER_SET) expirey = 0 # for now, lets not have it expire expirey_db = None if expirey == 0 else expirey application_type = data["application_type"] @@ -251,6 +252,7 @@ def authorize(request): if oauth_request.verifier is None: orequest = GMGRequest(request) + orequest.resource_owner_key = token request_validator = GMGRequestValidator() auth_endpoint = AuthorizationEndpoint(request_validator) verifier = auth_endpoint.create_verifier(orequest, {}) @@ -332,10 +334,9 @@ def access_token(request): error = "Missing required parameter." return json_response({"error": error}, status=400) - + request.resource_owner_key = parsed_tokens["oauth_consumer_key"] request.oauth_token = parsed_tokens["oauth_token"] request_validator = GMGRequestValidator(data) av = AccessTokenEndpoint(request_validator) tokens = av.create_access_token(request, {}) return form_response(tokens) - diff --git a/mediagoblin/plugins/api/views.py b/mediagoblin/plugins/api/views.py index 02fd8107..ef0b87e3 100644 --- a/mediagoblin/plugins/api/views.py +++ b/mediagoblin/plugins/api/views.py @@ -66,6 +66,7 @@ def post_entry(request): title=six.text_type(request.form.get('title')), description=six.text_type(request.form.get('description')), license=six.text_type(request.form.get('license', '')), + tags_string=six.text_type(request.form.get('tags', '')), upload_limit=upload_limit, max_file_size=max_file_size, callback_url=callback_url) diff --git a/mediagoblin/plugins/archivalook/.gitignore b/mediagoblin/plugins/archivalook/.gitignore new file mode 100644 index 00000000..51743ce8 --- /dev/null +++ b/mediagoblin/plugins/archivalook/.gitignore @@ -0,0 +1,5 @@ +*.pyc +*.pyo +*~ +*.swp +*.backup.html diff --git a/mediagoblin/plugins/archivalook/COPYING.txt b/mediagoblin/plugins/archivalook/COPYING.txt new file mode 100644 index 00000000..dba13ed2 --- /dev/null +++ b/mediagoblin/plugins/archivalook/COPYING.txt @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +<http://www.gnu.org/licenses/>. diff --git a/mediagoblin/plugins/archivalook/README.txt b/mediagoblin/plugins/archivalook/README.txt new file mode 100644 index 00000000..2cb67481 --- /dev/null +++ b/mediagoblin/plugins/archivalook/README.txt @@ -0,0 +1,55 @@ + +.&&&&&&&&&&&&&&&&&&&&&&&&&&&&. +!&& A R C H I V A L O O K &&&! +,============================, +`````````````````````````````` + +Q: What is this? +A: It's a very simple plugin for MediaGoblin <http://mediagoblin.org> + +Q: What does it do? +A: Archivalook swaps the default MediaGoblin front page (which is a gallery of +the most recent media submitted) with a new front page that is better for cura- +ted websites. Instead of showing the most recent media, archivalook shows +Featured Media on the front page. + +Q: How do I install it? +A: Check out this page for instructions: +http://mediagoblin.readthedocs.org/en/v0.6.1/siteadmin/plugins.html +Be sure to run ./bin/gmg assetlink after you have added the plugin to your +instance, this is necessary because the plugin uses custom css. + +Q: I set it up but I still can't feature media, what do I do? +A: So when you first activate this plugin, no users have the proper user +permissions to manage featured media. Below this I'll give instructions of how +to give those permissions to yourself and no one else: + + 1) If you haven't already, create a user for yourself. You can do this + one of two ways + a) you can run your website, visit it, click the link that says `Login` + (in the top right corner), and then click the link that says + `Register`. Enter your information and you now have a user account. + b) you can use the command line tool. in a terminal, navigate to your + mediagoblin directory. run the command + $ ./bin/gmg adduser + and then follow the prompts on screen. + 2) Next, you need to use the command line tool to make yourself an admin. + If you haven't already, navigate to the mediagoblin directory in a + terminal. Once there, run the command + $ ./bin/gmg makeadmin <username> + where instead of <username> you type in your actual username :P + 3) Now you're the admin! Next, you need to run your server. It's fine if + you run it locally, by just running: + $ ./lazyserver.sh + from the mediagoblin directory. Visit the website, and if you click the + downard facing arrow to the top left, you should see that you now have + access to new pages, the very useful moderation panels. Click on the one + labeled `User Moderation Panel`. + 4) You should be directed to a (possibly very short) table of users, find + your own username, and click on it. + 5) Now you see your own `User's Detail Page`. At the bottom you should see + a table of all the things your user has permission to do, including + being active, and being an administrator. You should see that you don't + have permission to feature media. Fix that by clicking the `+` button to + the right of 'Featurer'. + 6) Wooo! Now you can feature and unfeature media! diff --git a/mediagoblin/plugins/archivalook/__init__.py b/mediagoblin/plugins/archivalook/__init__.py new file mode 100644 index 00000000..3f6d9c66 --- /dev/null +++ b/mediagoblin/plugins/archivalook/__init__.py @@ -0,0 +1,106 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +import logging +import os +from pkg_resources import resource_filename + +from mediagoblin.tools.pluginapi import (register_template_path, + register_routes, + register_template_hooks) +from mediagoblin.plugins.archivalook.views import (get_root_view, + add_featured_media_to_media_home) +from mediagoblin.tools.staticdirect import PluginStatic + + +_log = logging.getLogger(__name__) + + +_setup_plugin_called = 0 + +def setup_plugin(): + global _setup_plugin_called + + my_plugin_dir = os.path.dirname(__file__) + template_dir = os.path.join(my_plugin_dir, 'templates') + register_template_path(template_dir) + register_routes([ + ('manage-featured-media', '/mod/feature-media/', + 'mediagoblin.plugins.archivalook.views:featured_media_panel'), + ('gallery-recent-media', '/recent/', + 'mediagoblin.plugins.archivalook.views:recent_media_gallery_view'), + ('mediagoblin.user_pages.media_feature', + '/u/<string:user>/m/<string:media>/feature/', + 'mediagoblin.plugins.archivalook.views:feature_media'), + ('mediagoblin.user_pages.media_unfeature', + '/u/<string:user>/m/<string:media>/unfeature/', + 'mediagoblin.plugins.archivalook.views:unfeature_media'), + ('mediagoblin.user_pages.feature_promote', + '/u/<string:user>/m/<string:media>/promote_feature/', + 'mediagoblin.plugins.archivalook.views:promote_featured_media'), + ('mediagoblin.user_pages.feature_demote', + '/u/<string:user>/m/<string:media>/demote_feature/', + 'mediagoblin.plugins.archivalook.views:demote_featured_media')]) + register_template_hooks({ + 'media_sideinfo':'archivalook/feature_media_sidebar.html'}) + register_template_hooks({ + 'moderation_powers':'archivalook/bits/feature_dropdown.html'}) + + # Add template head hooks, if certain media types are enabled + from mediagoblin import mg_globals + plugin_section = mg_globals.global_config.get("plugins", {}) + if "mediagoblin.media_types.video" in plugin_section: + register_template_hooks({ + "archivalook_feature_head": ( + "/archivalook/feature_displays/video_head.html")}) + if "mediagoblin.media_types.audio" in plugin_section: + register_template_hooks({ + "archivalook_feature_head": ( + "/archivalook/feature_displays/audio_head.html")}) + + +IMAGE_PRIMARY_TEMPLATE = "/archivalook/feature_displays/image_primary.html" +IMAGE_SECONDARY_TEMPLATE = "/archivalook/feature_displays/image_secondary.html" +IMAGE_TERTIARY_TEMPLATE = "/archivalook/feature_displays/image_tertiary.html" +AUDIO_PRIMARY_TEMPLATE = "/archivalook/feature_displays/audio_primary.html" +AUDIO_SECONDARY_TEMPLATE = "/archivalook/feature_displays/audio_secondary.html" +AUDIO_TERTIARY_TEMPLATE = "/archivalook/feature_displays/audio_tertiary.html" +VIDEO_PRIMARY_TEMPLATE = "/archivalook/feature_displays/video_primary.html" +VIDEO_SECONDARY_TEMPLATE = "/archivalook/feature_displays/video_secondary.html" +VIDEO_TERTIARY_TEMPLATE = "/archivalook/feature_displays/video_tertiary.html" + +hooks = { + 'setup': setup_plugin, + 'static_setup': lambda: PluginStatic( + 'archivalook', + resource_filename('mediagoblin.plugins.archivalook', 'static') + ), + 'frontpage_view': get_root_view, + 'media_home_context': add_featured_media_to_media_home, + + # # Primary and secondary templates + ("feature_primary_template", + "mediagoblin.media_types.image"): lambda: IMAGE_PRIMARY_TEMPLATE, + ("feature_secondary_template", + "mediagoblin.media_types.image"): lambda: IMAGE_SECONDARY_TEMPLATE, + ("feature_primary_template", + "mediagoblin.media_types.audio"): lambda: AUDIO_PRIMARY_TEMPLATE, + ("feature_secondary_template", + "mediagoblin.media_types.audio"): lambda: AUDIO_SECONDARY_TEMPLATE, + ("feature_primary_template", + "mediagoblin.media_types.video"): lambda: VIDEO_PRIMARY_TEMPLATE, + ("feature_secondary_template", + "mediagoblin.media_types.video"): lambda: VIDEO_SECONDARY_TEMPLATE, +} diff --git a/mediagoblin/webfinger/routing.py b/mediagoblin/plugins/archivalook/forms.py index eb10509f..b22a2e2f 100644 --- a/mediagoblin/webfinger/routing.py +++ b/mediagoblin/plugins/archivalook/forms.py @@ -13,11 +13,9 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +import wtforms +from mediagoblin.tools.translate import lazy_pass_to_ugettext as _ -from mediagoblin.tools.routing import add_route - -add_route('mediagoblin.webfinger.host_meta', '/.well-known/host-meta', - 'mediagoblin.webfinger.views:host_meta') - -add_route('mediagoblin.webfinger.xrd', '/webfinger/xrd', - 'mediagoblin.webfinger.views:xrd') +class FeaturedMediaList(wtforms.Form): + box_content = wtforms.TextAreaField( + _('Enter the URL for the media to be featured')) diff --git a/mediagoblin/plugins/archivalook/models.py b/mediagoblin/plugins/archivalook/models.py new file mode 100644 index 00000000..3d8dd756 --- /dev/null +++ b/mediagoblin/plugins/archivalook/models.py @@ -0,0 +1,103 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +from sqlalchemy import Column, Integer, Unicode, ForeignKey +from sqlalchemy.orm import relationship, backref + +from mediagoblin.db.base import Base +from mediagoblin.db.models import MediaEntry, Privilege + +BACKREF_NAME = "archivalook__featured" + + +class FeaturedMedia(Base): + """ + A table which logs which media are featured so that they can be displayed on + the front page. + + :keyword media_entry_id An integer foreign key which + indicates which media entry this + feature describes. + :keyword display_type A string to describe how + prominently this feature will be + displayed. The three appropriate + values are 'primary', + 'secondary' and 'tertiary' + :keyword order An integer describing this + feature's place in the "stack" + which is displayed to the site's + visitor. This value should begin + at 0 (for the top) and increase + by one for each feature below it + + """ + __tablename__="archivalook__featured_media" + + id = Column(Integer, primary_key=True, nullable=False) + media_entry_id = Column(Integer, ForeignKey(MediaEntry.id), nullable=False) + media_entry = relationship( + MediaEntry, + backref=backref(BACKREF_NAME, uselist=False, + cascade="all, delete-orphan")) + display_type = Column(Unicode, nullable=False) + order = Column(Integer, nullable=False) + + def move_down(self): + self.order += 1 + self.save() + + def move_up(self): + if not self.order == 1: + self.order -= 1 + self.save() + + def demote(self): + if self.is_last_of_type() and self.display_type == u'primary': + self.display_type = u'secondary' + elif self.is_last_of_type() and self.display_type == u'secondary': + self.display_type = u'tertiary' + self.save() + + def promote(self): + if self.is_first_of_type() and self.display_type == u'secondary': + self.display_type = u'primary' + elif self.is_first_of_type() and self.display_type == u'tertiary': + self.display_type = u'secondary' + self.save() + + def is_first_of_type(self): + """ + :returns boolean Returns True if the feature is the first + of its display type to show up on the + front page. Returns False otherwise. + """ + return FeaturedMedia.query.order_by( + FeaturedMedia.order.asc()).filter( + FeaturedMedia.display_type==self.display_type).first() == self + + def is_last_of_type(self): + """ + :returns boolean Returns True if the feature is the last + of its display type to show up on the + front page. Returns False otherwise. + """ + return FeaturedMedia.query.order_by( + FeaturedMedia.order.desc()).filter( + FeaturedMedia.display_type==self.display_type).first() == self + +MODELS = [FeaturedMedia] + +new_privilege_foundations = [{"privilege_name":"featurer"}] +FOUNDATIONS = {Privilege:new_privilege_foundations} diff --git a/mediagoblin/plugins/archivalook/static/css/featured-media.css b/mediagoblin/plugins/archivalook/static/css/featured-media.css new file mode 100644 index 00000000..12a3ebff --- /dev/null +++ b/mediagoblin/plugins/archivalook/static/css/featured-media.css @@ -0,0 +1,154 @@ +.primary-feature { + display:inline-block; + width: 460px; + padding:10px; + margin:0px 0px 0px 160px; + border-right: 1px solid #222; + border-left: 1px solid #222; +} + +.primary-feature .f-title { + text-align:center; +} +.primary-feature .f-description { + +} +.primary-feature .f-display { + width: 300px; + margin: 5px auto; +} +.primary-feature .f-display img { + width: 300px; +} +.primary-feature .f-display video { + width: 300px; + margin: 5px auto; + display: block; +} +.primary-feature a { + text-decoration:none; + +} +.primary-feature p { + display:block; + margin: 5px auto; +} + +.secondary-feature { + display:inline-block; + width: 800px; + padding:10px; + margin: 0 auto; + font-size:85%; + border-top: 1px solid #222; +} +.secondary-feature .f-title, +.secondary-feature .f-description { + width:500px; +} +.secondary-feature .f-display { + width: 250px; + margin: 20px 25px 20px 0; +} +.secondary-feature .f-display img { + width: 200px; +} + +.secondary-feature .f-display audio { + width: 250px; + display: block; +} + +.secondary-feature .f-display video { + width: 200px; +} + +.secondary-feature a { + text-decoration:none; +} +.secondary-feature p { + display:inline-block; + margin:5px; +} + +.f-title { + color:#ffffff; + font-size:150%; +} + +.aligned-right .f-display, +.aligned-right .f-description, +.aligned-right .f-title { + float: right; +} +.aligned-left .f-display, +.aligned-left .f-description, +.aligned-left .f-title { + float: left; +} + +.tertiary-features { + display:inline-block; + width: 802px; + padding:10px; + margin: 10 auto; + font-size:65%; + border-top: 0.5px solid #222; +} + +.tertiary-features tr td { + width: 254px; + padding: 20px 15px; +} + +.tertiary-features tr td.row_first { + text-align: left; +} + +.tertiary-features tr td.row_center { + text-align: center; +} + +.tertiary-features tr td.row_last { + text-align: right; +} + +.tertiary-features tr td p, .tertiary-features tr td a, { + display:block; + width: 250px; + text-decoration:none; + float: left; +} + +div.navigation-sidebar { + display:inline-block; + float:right; + font-size:1.25em; + padding:20px 10px 10px 10px; +} +div.navigation-sidebar a { + display: block; + margin: 3px 0 0 0; +} + +select.media_select { + width: 800px; + height: 400px; +} + +.frontpage-container { + width: 800px; + margin: 0 auto; +} + +form#featured-media-panel div textarea { + width: 800px; + margin: 0 auto; + font-size:1.15em; + height: 15em; + font-weight: 0.3; + resize: none; + padding: 5px 25px; + color: #111; + line-height: 1.25em; +} diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html b/mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html new file mode 100644 index 00000000..289bbfac --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html @@ -0,0 +1,24 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + {% if request.user and + request.user.has_privilege('featurer') %} + · + <a href="{{ request.urlgen('manage-featured-media') }}"> + {%- trans %}Feature management panel{% endtrans -%} + </a> + {% endif %} diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature.html new file mode 100644 index 00000000..ad55f43b --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature.html @@ -0,0 +1,115 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} +{% extends "mediagoblin/base.html" %} +{% import "/mediagoblin/utils/wtforms.html" as wtforms_util %} + +{%- block mediagoblin_head -%} + <link rel="stylesheet" type="text/css" + href="{{ request.staticdirect('css/featured-media.css','archivalook') }}"/> +{%- endblock mediagoblin_head %} + +{%- block mediagoblin_content %} + <form method="POST" action="" id="featured-media-panel"> + {{ wtforms_util.render_divs(form) }} + <input type=submit /> + {{ csrf_token }} + </form> + + <h2>{% trans %}How does this work?{% endtrans %}</h2> + <strong><a class="highlight">{% trans %}How to feature media?{% endtrans -%} + </a></strong> + <p> + {% trans %} + Go to the page of the media entry you want to feature. Copy it's URL and + then paste it into a new line in the text box above. There should be only + one url per line. The url that you paste into the text box should be under + the header describing how prominent a feature it will be (whether Primary, + Secondary, or Tertiary). Once all of the media that you want to feature are + inside the text box, click the Submit Query button, and your media should be + displayed on the front page. + {% endtrans %}</p> + + <strong><a class="highlight"> + {%- trans %}Is there another way to manage featured media?{% endtrans %} + </a></strong> + <p> + {% trans %} + Yes. If you would prefer, you may go to the media homepage of the piece + of media you would like to feature or unfeature and look at the bar to + the side of the media entry. If the piece of media has not been featured + yet you should see a button that says "Feature". Press that button and + the media will be featured as a Primary Feature at the top of the page. + All other featured media entries will remain as features, but will be + pushed further down the page.<br /><br /> + + If you go to the media homepage of a piece of media that is currently + featured, you will see the options "Unfeature", "Promote" and "Demote" + where previously there was the button which said "Feature". Click + Unfeature and that media entry will no longer be displayed on the + front page, although you can feature it again at any point. Promote + moves the featured media higher up on the page and makes it more + prominent and Demote moves the featured media lower down and makes it + less prominent. + {% endtrans %}</p> + + <strong><a class="highlight">{% trans -%} + What is a Primary Feature? What is a Secondary Feature?{% endtrans -%} + </a></strong> + <p> + {% trans %} + These categories just describe how prominent a feature will be on your + front page. Primary Features are placed at the top of the front page and are + much larger. Next are Secondary Features, which are slightly smaller. + Tertiary Features make up a grid at the bottom of the page.<br /><br /> + + Primary Features also can display longer descriptions than Secondary + Features, and Secondary Features can display longer descriptions than + Tertiary Features.{% endtrans %}</p> + + <strong><a class="highlight"> + {% trans %}How to decide what information is displayed when a media entry is + featured?{% endtrans %}</a></strong> + <p> + {% trans %} + When a media entry is featured, the entry's title, it's thumbnail and a + portion of its description will be displayed on your website's front page. + The number of characters displayed varies on the prominence of the feature. + Primary Features display the first 512 characters of their description, + Secondary Features display the first 256 characters of their description, + and Tertiary Features display the first 128 characters of their description. + {% endtrans %} + </p> + + <strong><a class="highlight">{% trans -%} + How to unfeature a piece of media?{% endtrans -%} + </a></strong> + <p> + {% trans %} + Unfeature a media by removing its line from the above textarea and then + pressing the Submit Query button. + {% endtrans %} + </p> + + <strong><a class="highlight">{% trans %}CAUTION:{% endtrans %}</a></strong> + <p> + {% trans %} + When copying and pasting urls into the above text box, be aware that if + you make a typo, once you press Submit Query, your media entry will NOT be + featured. Make sure that all your intended Media Entries are featured. + {% endtrans %}</p> +{% endblock %} diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_head.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_head.html new file mode 100644 index 00000000..a53694b3 --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_head.html @@ -0,0 +1,5 @@ + <link rel="stylesheet" type="text/css" href="{{ request.staticdirect('/css/audio.css') }}" /> + <script type="text/javascript" src="{{ request.staticdirect( + '/js/extlib/html5slider.js') }}"></script> + <script type="text/javascript" src="{{ request.staticdirect( + '/js/audio.js') }}"></script> diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html new file mode 100644 index 00000000..aae3790d --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html @@ -0,0 +1,54 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + +{% from "archivalook/utils/display_featured.html" import + possibly_shortened_description %} + +{%- set media = feature.media_entry %} +{%- set entry_url = media.url_for_self(request.urlgen) %} + +<div class="primary-feature"> + <a href="{{ entry_url }}"> + <p class="f-title">{{ media.title }}</p> + </a> + <p> + <div class="audio-media"> + {%- if 'spectrogram' in media.media_files %} + <div class="audio-spectrogram f-display"> + <img src="{{ request.app.public_store.file_url( + media.media_files.spectrogram) }}" + alt="Spectrogram" /> + </div> + {%- endif %} + <audio class="audio-player" controls="controls" + preload="metadata"> + <source src="{{ request.app.public_store.file_url( + media.media_files.webm_audio) }}" type="audio/webm; codecs=vorbis" /> + <div class="no_html5"> + {%- trans -%}Sorry, this audio will not work because + your web browser does not support HTML5 + audio.{%- endtrans -%}<br/> + {%- trans -%}You can get a modern web browser that + can play the audio at <a href="http://getfirefox.com"> + http://getfirefox.com</a>!{%- endtrans -%} + </div> + </audio> + </div> + </p> + {{ possibly_shortened_description(request, feature.media_entry) }} +</div> diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_secondary.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_secondary.html new file mode 100644 index 00000000..b863f5b0 --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_secondary.html @@ -0,0 +1,40 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + +{% from "archivalook/utils/display_featured.html" import + possibly_shortened_description %} + +{%- set media = feature.media_entry %} +{%- set entry_url = media.url_for_self(request.urlgen) %} +{%- if feature_loop.index % 2 == 1 -%} +<div class="secondary-feature aligned-right"> +{%- else -%} +<div class="secondary-feature aligned-left"> +{%- endif %} + <p class="f-display"> + <audio class="audio-player" controls="controls" + preload="metadata"> + <source src="{{ request.app.public_store.file_url( + media.media_files.webm_audio) }}" type="audio/webm; codecs=vorbis" /> + </audio> + </p> + {{ possibly_shortened_description(request, feature.media_entry) }} + <a href="{{ entry_url }}"> + <p class="f-title">{{ media.title }}</p> + </a> +</div> diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/default_primary.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/default_primary.html new file mode 100644 index 00000000..57986622 --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/default_primary.html @@ -0,0 +1,30 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + +{% from "archivalook/utils/display_featured.html" import + possibly_shortened_description %} + +{%- set featured_media_entry = feature.media_entry %} +{%- set entry_url = featured_media_entry.url_for_self(request.urlgen) %} + +<div class="primary-feature"> + <a href="{{ entry_url }}"> + <p class="f-title">{{ featured_media_entry.title }}<p> + </a> + {{ possibly_shortened_description(request, feature.media_entry) }} +</div> diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/default_secondary.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/default_secondary.html new file mode 100644 index 00000000..4d2bdab9 --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/default_secondary.html @@ -0,0 +1,34 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + + +{% from "archivalook/utils/display_featured.html" import + possibly_shortened_description %} + +{%- set featured_media_entry = feature.media_entry %} +{%- set entry_url = featured_media_entry.url_for_self(request.urlgen) %} +{%- if feature_loop.index % 2 == 1 -%} +<div class="secondary-feature aligned-right"> +{%- else -%} +<div class="secondary-feature aligned-left"> +{%- endif -%} + {{ possibly_shortened_description(request, feature.media_entry) }} + <a href="{{ entry_url }}"> + <p class="f-title">{{ featured_media_entry.title }}</p> + </a> +</div> diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/default_tertiary.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/default_tertiary.html new file mode 100644 index 00000000..90083a91 --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/default_tertiary.html @@ -0,0 +1,40 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + +{%- from "archivalook/utils/display_featured.html" import + possibly_shortened_description -%} + +{%- set entry = feature.media_entry -%} +{%- set entry_url = entry.url_for_self(request.urlgen) -%} + +{%- if feature_loop.first %} + {%- set row_position = "row_first" %} +{%- elif feature_loop.last %} + {%- set row_position = "row_last" %} +{%- else -%} + {%- set row_position = "row_center" %} +{%- endif -%} + +<td class="{{ row_position }}"> + <a href="{{ entry_url }}"> + <img src="{{ entry.thumb_url }}" /> + </a><span class="clear"></span> + <a class="f-title" href="{{ entry_url }}">{{ entry.title }} + </a><span class="clear"></span> + {{ possibly_shortened_description(request, feature.media_entry, 128) }} +</td> diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/image_primary.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/image_primary.html new file mode 100644 index 00000000..66687be9 --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/image_primary.html @@ -0,0 +1,33 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + +{% from "archivalook/utils/display_featured.html" import + possibly_shortened_description %} + +{%- set featured_media_entry = feature.media_entry %} +{%- set display_media = request.app.public_store.file_url( + featured_media_entry.get_display_media()[1]) %} +{%- set entry_url = featured_media_entry.url_for_self(request.urlgen) %} + +<div class="primary-feature"> + <a href="{{ entry_url }}"> + <p class="f-title">{{ featured_media_entry.title }}<p> + <p class="f-display"><img src="{{ display_media }}"/></p> + </a> + {{ possibly_shortened_description(request, feature.media_entry) }} +</div> diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/image_secondary.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/image_secondary.html new file mode 100644 index 00000000..0f64448a --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/image_secondary.html @@ -0,0 +1,39 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + + +{% from "archivalook/utils/display_featured.html" import + possibly_shortened_description %} + +{%- set featured_media_entry = feature.media_entry %} +{%- set display_media = request.app.public_store.file_url( + featured_media_entry.get_display_media()[1]) %} +{%- set entry_url = featured_media_entry.url_for_self(request.urlgen) %} +{%- if feature_loop.index % 2 == 1 -%} +<div class="secondary-feature aligned-right"> +{%- else -%} +<div class="secondary-feature aligned-left"> +{%- endif -%} + <a href="{{ entry_url }}"> + <p class="f-display"><img src="{{ display_media }}"/></p> + </a> + {{ possibly_shortened_description(request, feature.media_entry) }} + <a href="{{ featured_media_entry.url_for_self(request.urlgen) }}"> + <p class="f-title">{{ featured_media_entry.title }}</p> + </a> +</div> diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_head.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_head.html new file mode 100644 index 00000000..495382f5 --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_head.html @@ -0,0 +1,23 @@ +<script type="text/javascript" src="{{ + request.staticdirect('/extlib/video-js/video.js') }}"></script> +{# Sadly commented out till we can get the mediagoblin skin ported over + # to the newest video.js release ;\ #} +{# + <link href="{{ request.staticdirect('/css/vjs-mg-skin.css') }}" + rel="stylesheet"> +#} +<link href="{{ + request.staticdirect('/extlib/video-js/video-js.css') }}" + rel="stylesheet"> + +<style type="text/css"> + .vjs-default-skin .vjs-big-play-button + { + top: 50%; + left: 50%; + margin: -1.5em auto auto -2em; + } + .vjs-play-progress, .vjs-volume-level { + background-color: #86D4B1 !important; + } +</style> diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html new file mode 100644 index 00000000..64976257 --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html @@ -0,0 +1,53 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + +{% from "archivalook/utils/display_featured.html" import + possibly_shortened_description %} + +{%- set media = feature.media_entry %} +{%- set display_media = request.app.public_store.file_url( + media.get_display_media()[1]) %} +{%- set entry_url = media.url_for_self(request.urlgen) %} + +<div class="primary-feature"> + <a href="{{ entry_url }}"> + <p class="f-title">{{ media.title }}</p> + </a> + <div class="f-display"> + {%- set display_type, display_path = media.get_display_media() %} + <video controls + {% if global_config['plugins']['mediagoblin.media_types.video']['auto_play'] %}autoplay{% endif %} + preload="auto" class="video-js vjs-default-skin"> + <source src="{{ request.app.public_store.file_url(display_path) }}" + {% if media.media_data %} + type="{{ media.media_data.source_type() }}" + {% else %} + type="{{ media.media_manager['default_webm_type'] }}" + {% endif %} /> + <div class="no_html5"> + {%- trans -%}Sorry, this video will not work because + your web browser does not support HTML5 + video.{%- endtrans -%}<br/> + {%- trans -%}You can get a modern web browser that + can play this video at <a href="http://getfirefox.com"> + http://getfirefox.com</a>!{%- endtrans -%} + </div> + </video> + </div> + {{ possibly_shortened_description(request, feature.media_entry) }} +</div> diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html new file mode 100644 index 00000000..92a44d49 --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html @@ -0,0 +1,56 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + +{% from "archivalook/utils/display_featured.html" import + possibly_shortened_description %} + +{%- set media = feature.media_entry %} +{%- set display_media = request.app.public_store.file_url( + media.get_display_media()[1]) %} +{%- set entry_url = media.url_for_self(request.urlgen) %} +{%- if feature_loop.index % 2 == 1 -%} +<div class="secondary-feature aligned-right"> +{%- else -%} +<div class="secondary-feature aligned-left"> +{%- endif %} + <div class="f-display"> + {%- set display_type, display_path = media.get_display_media() %} + <video controls + {% if global_config['plugins']['mediagoblin.media_types.video']['auto_play'] %}autoplay{% endif %} + preload="auto" class="video-js vjs-default-skin"> + <source src="{{ request.app.public_store.file_url(display_path) }}" + {% if media.media_data %} + type="{{ media.media_data.source_type() }}" + {% else %} + type="{{ media.media_manager['default_webm_type'] }}" + {% endif %} /> + <div class="no_html5"> + {%- trans -%}Sorry, this video will not work because + your web browser does not support HTML5 + video.{%- endtrans -%}<br/> + {%- trans -%}You can get a modern web browser that + can play this video at <a href="http://getfirefox.com"> + http://getfirefox.com</a>!{%- endtrans -%} + </div> + </video> + </div> + {{ possibly_shortened_description(request, feature.media_entry) }} + <a href="{{ entry_url }}"> + <p class="f-title">{{ media.title }}</p> + </a> +</div> diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html b/mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html new file mode 100644 index 00000000..c5b8a7d6 --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html @@ -0,0 +1,55 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + {% if request.user and request.user.has_privilege('featurer') %} + {% set media_feature=featured_media.filter_by( + media_entry_id = media.id).first() %} + {% if not media_feature %} + <a href="{{ request.urlgen( + 'mediagoblin.user_pages.media_feature', + user=media.get_uploader.username, + media=media.slug_or_id) }}" + class="button_action" id="button_featuremedia" title="{% trans %} +Feature Media {% endtrans %}"> + {% trans %}Feature{% endtrans %}</a> + {% else %} + <a href="{{ request.urlgen( + 'mediagoblin.user_pages.media_unfeature', + user=media.get_uploader.username, + media=media.slug_or_id) }}" + class="button_action" id="button_unfeaturemedia" title="{% trans %} +Unfeature Media {% endtrans %}"> + {% trans %}Unfeature{% endtrans %}</a> + {% if not media_feature.display_type == 'primary' %} + <a href="{{ request.urlgen( + 'mediagoblin.user_pages.feature_promote', + user=media.get_uploader.username, + media=media.slug_or_id) }}" + class="button_action" id="button_promotefeature" title="{% trans %} +Promote Feature {% endtrans %}"> + {% trans %}Promote{% endtrans %}</a> + {% endif %}{% if not media_feature.display_type == 'tertiary' %} + <a href="{{ request.urlgen( + 'mediagoblin.user_pages.feature_demote', + user=media.get_uploader.username, + media=media.slug_or_id) }}" + class="button_action" id="button_demotefeature" title="{% trans %} +Demote Feature {% endtrans %}"> + {% trans %}Demote{% endtrans %}</a> + {% endif %} + {% endif %} + {% endif %} diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html b/mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html new file mode 100644 index 00000000..09690c8f --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html @@ -0,0 +1,36 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} +{% extends "mediagoblin/base.html" %} + +{% from "mediagoblin/utils/object_gallery.html" import object_gallery %} + +{% set feed_url = request.urlgen('mediagoblin.listings.atom_feed') %} + +{% block mediagoblin_head -%} + {% set feed_url = request.urlgen('mediagoblin.listings.atom_feed') -%} + <link rel="alternate" type="application/atom+xml" href="{{ feed_url }}"> +{%- endblock mediagoblin_head %} + +{% block mediagoblin_content %} + <h2>{% trans %}Most recent media{% endtrans %}</h2> + {{ object_gallery(request, media_entries, pagination) }} + + {#- Need to set feed_url within this block so template can use it. -#} + {%- set feed_url = feed_url -%} + {%- include "mediagoblin/utils/feed_link.html" -%} +{% endblock %} diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/root.html b/mediagoblin/plugins/archivalook/templates/archivalook/root.html new file mode 100644 index 00000000..4dbd0f9e --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/root.html @@ -0,0 +1,81 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} +{% extends "mediagoblin/base.html" %} + +{% set feed_url = request.urlgen('mediagoblin.listings.atom_feed') %} + +{%- block mediagoblin_head -%} + {%- set feed_url = request.urlgen('mediagoblin.listings.atom_feed') %} + <link rel="alternate" type="application/atom+xml" href="{{ feed_url }}" /> + <link rel="stylesheet" type="text/css" + href="{{ request.staticdirect('css/featured-media.css','archivalook') }}"/> + + {% template_hook("archivalook_feature_head") %} +{%- endblock mediagoblin_head %} + +{%- block mediagoblin_content %} + <div class="frontpage-container" > + {%- if featured_media.primary|length > 0 or + featured_media.secondary|length > 0 or + featured_media.tertiary|length > 0 -%} + {%- for feature in featured_media.primary %} + {% set feature_loop = loop %} + {% include feature_template(feature.media_entry, "primary") %} + {%- endfor %} + + {%- for feature in featured_media.secondary %} + {% set feature_loop = loop %} + {% include feature_template(feature.media_entry, "secondary") %} + {%- endfor %} + + <table class="tertiary-features"> + {% set col_number = 3 %} + {%- for row in featured_media.tertiary|batch(col_number) %} + {% set row_loop = loop %} + <tr> + {%- for feature in row %} + {% set feature_loop = loop %} + {% include feature_template(feature.media_entry, "tertiary") %} + {%- endfor %} + </tr> + {%- endfor %} + </table> + </div> + {%- elif request.user and request.user.has_privilege('featurer') %} + <div> + <h2>{% trans %}Nothing is currently featured.{% endtrans %}</h2> + {% trans -%} + If you would like to feature a + piece of media, go to that media entry's homepage and click the button + that says <a class="button_action">Feature</a>. + {%- endtrans %} + {% trans featured_media_url=request.urlgen('manage-featured-media') -%} + You're seeing this page because you are a user capable of + featuring media, a regular user would see a blank page, so be sure to + have media featured as long as your instance has the 'archivalook' + plugin enabled. A more advanced tool to manage features can be found + in the <a href="{{ featured_media_url }}">feature management panel.</a> + {%- endtrans %} + </a> + </div> + </div> + {%- endif %} + <a href="{{ request.urlgen('gallery-recent-media') }}"> + {% trans %}View most recent media{% endtrans %} + </a> +{% endblock %} diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/utils/display_featured.html b/mediagoblin/plugins/archivalook/templates/archivalook/utils/display_featured.html new file mode 100644 index 00000000..b3c23c0c --- /dev/null +++ b/mediagoblin/plugins/archivalook/templates/archivalook/utils/display_featured.html @@ -0,0 +1,28 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + +{% macro possibly_shortened_description(request, entry, max_length=512) -%} + <p class="f-description"> + {%- if entry.description|length < max_length %} + {{- entry.description -}} + {%- else -%} + {{- entry.description[:max_length] }}... + <a href="{{ entry.url_for_self(request.urlgen) }}">[More]</a> + {%- endif -%} + </p> +{%- endmacro %} diff --git a/mediagoblin/plugins/archivalook/tools.py b/mediagoblin/plugins/archivalook/tools.py new file mode 100644 index 00000000..9c715c9b --- /dev/null +++ b/mediagoblin/plugins/archivalook/tools.py @@ -0,0 +1,292 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +from mediagoblin.db.models import MediaEntry, User +from mediagoblin.plugins.archivalook.models import FeaturedMedia +from mediagoblin.tools.translate import lazy_pass_to_ugettext as _ +from mediagoblin.plugins.archivalook.models import FeaturedMedia + +def get_media_entry_from_uploader_slug(uploader_username, slug): + """ + Accepts two strings and searches to see if those strings identify a + MediaEntry + + :param uploader_username A string representing the User.username + of the user who uploaded a piece of + media. + :param slug A string representing the slug of a + piece of media + + :returns media A MediaEntry object or None if no entry + matches the specifications. + """ + uploader = User.query.filter( + User.username == uploader_username).first() + media = MediaEntry.query.filter( + MediaEntry.get_uploader == uploader ).filter( + MediaEntry.slug == slug).first() + return media + + +def parse_url(url): + """ + A simple helper function that extracts the uploader and slug from a full url + + :param url A string containing the url for a piece + of media. This should be in the format + of "/u/{user}/m/{media}/" + + :returns (uploader_username, slug) Uploader_username is a unicode string + representing the username of the user + who uploaded the piece of media, slug is + the media entry's url slug. + """ + url = unicode(url) + u_end, m_start, m_end, end = (url.find('/u/') + 3, + url.find('/m/'), + url.find('/m/') + 3, + url.rfind('/')) + + uploader_username = url[u_end:m_start].strip() + slug = url[m_end:end].strip() + + return uploader_username, slug + + +def split_featured_media_list(featured_media): + """ + This script is part of processing post request on the /mod/feature-media/ + page. Post requests on these pages will only include the textbox, so this + script accepts the textbox's contents as its parameter. + + :parameter featured_media A string from a submitted + textarea within the post request + on /mod/feature-media/ + + :returns all_featured_media A dictionary of the format + MediaEntry : 'string' + where MediaEntry is a featured + piece of media and 'string' is + a string representation of its + display type (primary, secondary + or tertiary) + """ + + featured_media = unicode(featured_media) + featured_media_list = featured_media.split("\n") + display_type = 0 + media_already_featured = [] + all_featured_media = [] + for line in featured_media_list: + if line == '' or line.isspace(): continue + elif line.startswith(u'-'): + display_type += 1 + elif display_type <= 0 or display_type > 3: continue + else: + uploader, slug = parse_url(line) + media = get_media_entry_from_uploader_slug(uploader, slug) + # Make sure the media entry referenced exists, and has not already + # been featured higher up the list + if media == None or media in media_already_featured: continue + media_already_featured.append(media) + all_featured_media.append((media, + [None, + u'primary', + u'secondary', + u'tertiary'][display_type])) + + return all_featured_media + + +def create_featured_media_textbox(): + """ + This script searches through the database of which media is featured and + returns a string of each entry in the proper format for use in the + /mod/feature-media/ page. This string will be used as the default text in + the textbox on that page. + """ + + primaries = FeaturedMedia.query.order_by( + FeaturedMedia.order.asc()).filter( + FeaturedMedia.display_type == u'primary').all() + secondaries = FeaturedMedia.query.order_by( + FeaturedMedia.order.asc()).filter( + FeaturedMedia.display_type == u'secondary').all() + tertiaries = FeaturedMedia.query.order_by( + FeaturedMedia.order.asc()).filter( + FeaturedMedia.display_type == u'tertiary').all() + output_text = u'' + for display_type, feature_list in [ + (_(u'Primary'),primaries), + (_(u'Secondary'),secondaries), + (_(u'Tertiary'),tertiaries)]: + output_text += _( + u"""-----------{display_type}-Features--------------------------- +""").format(display_type=display_type) + for feature in feature_list: + media_entry = feature.media_entry + output_text += u'/u/{uploader_username}/m/{media_slug}/\n'.format( + uploader_username = media_entry.get_uploader.username, + media_slug = media_entry.slug) + + + return output_text + +def automatically_add_new_feature(media_entry): + """ + This function automates the addition of a new feature. New features will be + placed at the top of the feature stack as 'primary' features. All of the + current features are demoted one step to make room. + + :param media_entry :type mediagoblin.db.MediaEntry + The media entry that will been + featured which this function + targets + """ + # Set variables to determine which media entries should be pushed down to + # maintain the correct number of primary & secondary featured media. At this + # point the program assumes that there should be 1 primary feature and 2 + # secondary features, but in the future this should be a variable editable + # by the site admin. + too_many_primaries = FeaturedMedia.query.filter( + FeaturedMedia.display_type==u'primary').count() >= 1 + too_many_secondaries = FeaturedMedia.query.filter( + FeaturedMedia.display_type==u'secondary').count() >= 2 + featured_first_to_last = FeaturedMedia.query.order_by( + FeaturedMedia.order.asc()).all() + + for feature in featured_first_to_last: + # Some features have the option to demote or promote themselves to a + # different display_type, based on their position. But all features move + # up and down one step in the stack. + if (feature.is_last_of_type() and feature.display_type == u'primary' + and too_many_primaries): + feature.demote() + too_many_primaries = False + elif (feature.is_last_of_type() and feature.display_type == u'secondary' + and too_many_secondaries): + feature.demote() + too_many_secondaries = False + feature.move_down() + feature.save() + + # Create the new feature at the top of the stack. + new_feature = FeaturedMedia( + media_entry=media_entry, + display_type=u"primary", + order=0) + new_feature.save() + return new_feature + +def automatically_remove_feature(media_entry): + """ + This function automates the removal of a feature. All of the features below + them are promoted one step to close the gap. + + :param media_entry :type mediagoblin.db.MediaEntry + The media entry that will been + removed which this function + targets + """ + # Get the feature which will be deleted + target_feature = FeaturedMedia.query.filter( + FeaturedMedia.media_entry_id == media_entry.id).first() + # Find out which continuing features will have to be adjusted + featured_last_to_first = FeaturedMedia.query.filter( + FeaturedMedia.order>target_feature.order).order_by( + FeaturedMedia.order.desc()).all() + + for feature in featured_last_to_first: + # Maintain the current arrangement of primary/secondary/tertiary + # features by moving all the features below the deleted one up on slot + # and promoting any features in the proper position. + if feature.is_first_of_type(): + feature.promote() + feature.move_up() + feature.save() + + # Delete the feature, now that it's space has been closed + target_feature.delete() + +def promote_feature(media_entry): + """ + This function takes a current feature and moves it up the stack so that it + will be displayed higher up. It swaps the place of the selected feature for + the one above it, or if relevant raises the display_type of the feature up + one rung (ie. from 'tertiary' to 'secondary') + + :param media_entry :type mediagoblin.db.MediaEntry + The media entry that has been + featured which this function + targets + """ + # Get the FeaturedMedia object + target_feature = FeaturedMedia.query.filter( + FeaturedMedia.media_entry_id == media_entry.id).first() + # Get the first Feature with a lower order than the target + above_feature = FeaturedMedia.query.filter( + FeaturedMedia.order < target_feature.order).order_by( + FeaturedMedia.order.desc()).first() + # If the feature is not the uppermost one + if above_feature is not None: + # Swap the positions of the target feature with the one before it + (target_feature.order, + above_feature.order) = above_feature.order, target_feature.order + (target_feature.display_type, + above_feature.display_type) = (above_feature.display_type, + target_feature.display_type) + above_feature.save() + # Change the feature's display type to a more prominent one + elif target_feature.display_type == u'secondary': + target_feature.display_type = u'primary' + elif target_feature.display_type == u'tertiary': + target_feature.display_type = u'secondary' + target_feature.save() + +def demote_feature(media_entry): + """ + This function takes a current feature and moves it down the stack so that it + will be displayed lower down. It swaps the place of the selected feature for + the one below it, or if relevant lowers the display_type of the feature down + one rung (ie. from 'secondary' to 'tertiary') + + :param media_entry :type mediagoblin.db.MediaEntry + The media entry that has been + featured which this function + targets + """ + # Get the FeaturedMedia object + target_feature = FeaturedMedia.query.filter( + FeaturedMedia.media_entry_id == media_entry.id).first() + # Get the first Feature with a higher order than the target + below_feature = FeaturedMedia.query.filter( + FeaturedMedia.order > target_feature.order).order_by( + FeaturedMedia.order.asc()).first() + # If the feature is not the lowest one + if below_feature != None: + # Swap the positions of the target feature with the one after it + (target_feature.order, + below_feature.order) = below_feature.order, target_feature.order + (target_feature.display_type, + below_feature.display_type) = (below_feature.display_type, + target_feature.display_type) + below_feature.save() + # Change the feature's display type to a less prominent one + elif target_feature.display_type == u'secondary': + target_feature.display_type = u'tertiary' + elif target_feature.display_type == u'primary': + target_feature.display_type = u'secondary' + target_feature.save() + diff --git a/mediagoblin/plugins/archivalook/utils.py b/mediagoblin/plugins/archivalook/utils.py new file mode 100644 index 00000000..a4b57bc1 --- /dev/null +++ b/mediagoblin/plugins/archivalook/utils.py @@ -0,0 +1,29 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +from mediagoblin.tools.pluginapi import hook_handle + + +def feature_template(media, feature_type): + """ + Get the feature template for this media + """ + template_name = hook_handle( + ("feature_%s_template" % feature_type, media.media_type)) + + if template_name is None: + return "/archivalook/feature_displays/default_%s.html" % feature_type + + return template_name diff --git a/mediagoblin/plugins/archivalook/views.py b/mediagoblin/plugins/archivalook/views.py new file mode 100644 index 00000000..72424cfc --- /dev/null +++ b/mediagoblin/plugins/archivalook/views.py @@ -0,0 +1,173 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +from mediagoblin import mg_globals +from mediagoblin.db.base import Session +from mediagoblin.db.models import MediaEntry +from mediagoblin.decorators import uses_pagination, user_not_banned,\ + user_has_privilege, get_user_media_entry +from mediagoblin.tools.response import render_to_response, redirect +from mediagoblin.tools.pagination import Pagination + +from mediagoblin.plugins.archivalook.tools import ( + split_featured_media_list, + create_featured_media_textbox, + automatically_add_new_feature, + automatically_remove_feature) +from mediagoblin.plugins.archivalook import forms as archivalook_forms +from mediagoblin.plugins.archivalook.models import FeaturedMedia +from mediagoblin.plugins.archivalook.utils import feature_template +from mediagoblin.plugins.archivalook.tools import (promote_feature, + demote_feature) +from mediagoblin.tools.translate import lazy_pass_to_ugettext as _ + +@user_not_banned +def root_view(request): + """ + This is an alternative to the typical root view. This display centers around + displaying featured media. + """ + featured_media = { + u'primary':FeaturedMedia.query.order_by( + FeaturedMedia.order.asc()).filter( + FeaturedMedia.display_type==u'primary').all(), + u'secondary':FeaturedMedia.query.order_by( + FeaturedMedia.order.asc()).filter( + FeaturedMedia.display_type==u'secondary').all(), + u'tertiary':FeaturedMedia.query.order_by( + FeaturedMedia.order.asc()).filter( + FeaturedMedia.display_type==u'tertiary').all()} + + return render_to_response( + request, 'archivalook/root.html', + {'featured_media': featured_media, + 'allow_registration': mg_globals.app_config["allow_registration"], + 'feature_template': feature_template}) + +@user_has_privilege(u'featurer') +def featured_media_panel(request): + """ + This is a new administrator panel to manage featured media. This is an + entirely optional panel, as there are other ways to manage it, but this way + gives the admin more control. + """ + form = archivalook_forms.FeaturedMediaList(request.form) + + if request.method == 'POST' and form.validate(): + featured_media = split_featured_media_list(form.box_content.data) + previous_features = FeaturedMedia.query.all() + for index, (media_entry, display_type) in enumerate(featured_media): + target = FeaturedMedia.query.filter( + FeaturedMedia.media_entry == media_entry).first() + # If this media was already featured, we don't have to create a new + # feature, we just have to edit the old one's values + if target is not None: + target.order = index + target.display_type = display_type + previous_features.remove(target) + Session.add(target) + else: + new_feature = FeaturedMedia( + media_entry=media_entry, + display_type=display_type, + order=index) + Session.add(new_feature) + [Session.delete(feature) for feature in previous_features] + + Session.commit() + + form.box_content.data = create_featured_media_textbox() + return render_to_response( + request, 'archivalook/feature.html', + {'form' : form}) + +@uses_pagination +@user_not_banned +def recent_media_gallery_view(request, page): + """ + The replaced homepage is available through this view. + """ + cursor = MediaEntry.query.filter_by(state=u'processed').\ + order_by(MediaEntry.created.desc()) + + pagination = Pagination(page, cursor) + media_entries = pagination() + return render_to_response( + request, 'archivalook/recent_media.html', + {'media_entries': media_entries, + 'pagination': pagination}) + +def add_featured_media_to_media_home(context): + """ + A context hook which allows the media home page to know whether the media + has been featured or not. + """ + context['featured_media'] = FeaturedMedia.query + return context + +@user_has_privilege(u'featurer') +@get_user_media_entry +def feature_media(request, media, **kwargs): + """ + A view to feature a new piece of media + """ + already_featured_media_ids = [f.media_entry.id + for f in FeaturedMedia.query.all()] + if not media.id in already_featured_media_ids: + new_feature = automatically_add_new_feature(media) + return redirect( + request, 'index') + +@user_has_privilege(u'featurer') +@get_user_media_entry +def unfeature_media(request, media, **kwargs): + """ + A view to unfeature a piece of media which has previously been featured. + """ + already_featured_media_ids = [f.media_entry.id + for f in FeaturedMedia.query.all()] + if media.id in already_featured_media_ids: + automatically_remove_feature(media) + return redirect( + request, 'index') + +@user_has_privilege(u'featurer') +@get_user_media_entry +def promote_featured_media(request, media, **kwargs): + """ + A view to move a piece of media up the featured stack + """ + featured_media = FeaturedMedia.query.filter( + FeaturedMedia.media_entry_id == media.id).first() + if featured_media is not None: + promote_feature(media) + return redirect( + request, 'index') + +@user_has_privilege(u'featurer') +@get_user_media_entry +def demote_featured_media(request, media, **kwargs): + """ + A view to move a piece of media down the featured stack + """ + featured_media = FeaturedMedia.query.filter( + FeaturedMedia.media_entry_id == media.id).first() + if featured_media is not None: + demote_feature(media) + return redirect( + request, 'index') + +def get_root_view(): + return root_view diff --git a/mediagoblin/plugins/basic_auth/forms.py b/mediagoblin/plugins/basic_auth/forms.py index c10496f8..42b84bf3 100644 --- a/mediagoblin/plugins/basic_auth/forms.py +++ b/mediagoblin/plugins/basic_auth/forms.py @@ -22,22 +22,22 @@ from mediagoblin.auth.tools import normalize_user_or_email_field class RegistrationForm(wtforms.Form): username = wtforms.TextField( _('Username'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field(allow_email=False)]) password = wtforms.PasswordField( _('Password'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), wtforms.validators.Length(min=5, max=1024)]) email = wtforms.TextField( _('Email address'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field(allow_user=False)]) class LoginForm(wtforms.Form): username = wtforms.TextField( _('Username or Email'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field()]) password = wtforms.PasswordField( _('Password')) @@ -49,28 +49,28 @@ class LoginForm(wtforms.Form): class ForgotPassForm(wtforms.Form): username = wtforms.TextField( _('Username or email'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field()]) class ChangeForgotPassForm(wtforms.Form): password = wtforms.PasswordField( 'Password', - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), wtforms.validators.Length(min=5, max=1024)]) token = wtforms.HiddenField( '', - [wtforms.validators.Required()]) + [wtforms.validators.InputRequired()]) class ChangePassForm(wtforms.Form): old_password = wtforms.PasswordField( _('Old password'), - [wtforms.validators.Required()], + [wtforms.validators.InputRequired()], description=_( "Enter your old password to prove you own this account.")) new_password = wtforms.PasswordField( _('New password'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), wtforms.validators.Length(min=6, max=30)], id="password") diff --git a/mediagoblin/plugins/ldap/forms.py b/mediagoblin/plugins/ldap/forms.py index 7ec1479e..1f1439ab 100644 --- a/mediagoblin/plugins/ldap/forms.py +++ b/mediagoblin/plugins/ldap/forms.py @@ -22,19 +22,19 @@ from mediagoblin.auth.tools import normalize_user_or_email_field class RegisterForm(wtforms.Form): username = wtforms.HiddenField( '', - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field(allow_email=False)]) email = wtforms.TextField( _('Email address'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field(allow_user=False)]) class LoginForm(wtforms.Form): username = wtforms.TextField( _('Username'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field()]) password = wtforms.PasswordField( _('Password'), - [wtforms.validators.Required()]) + [wtforms.validators.InputRequired()]) diff --git a/mediagoblin/plugins/metadata_display/__init__.py b/mediagoblin/plugins/metadata_display/__init__.py new file mode 100644 index 00000000..4a4c898f --- /dev/null +++ b/mediagoblin/plugins/metadata_display/__init__.py @@ -0,0 +1,41 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +import os +from pkg_resources import resource_filename + +from mediagoblin.plugins.metadata_display.lib import add_rdfa_to_readable_to_media_home +from mediagoblin.tools import pluginapi +from mediagoblin.tools.staticdirect import PluginStatic + +PLUGIN_DIR = os.path.dirname(__file__) + +def setup_plugin(): + # Register the template path. + pluginapi.register_template_path(os.path.join(PLUGIN_DIR, 'templates')) + + pluginapi.register_template_hooks( + {"media_sideinfo": "mediagoblin/plugins/metadata_display/metadata_table.html", + "head": "mediagoblin/plugins/metadata_display/bits/metadata_extra_head.html"}) + + +hooks = { + 'setup': setup_plugin, + 'static_setup': lambda: PluginStatic( + 'metadata_display', + resource_filename('mediagoblin.plugins.metadata_display', 'static') + ), + 'media_home_context':add_rdfa_to_readable_to_media_home + } diff --git a/mediagoblin/plugins/metadata_display/lib.py b/mediagoblin/plugins/metadata_display/lib.py new file mode 100644 index 00000000..c00bb0f6 --- /dev/null +++ b/mediagoblin/plugins/metadata_display/lib.py @@ -0,0 +1,35 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +def rdfa_to_readable(rdfa_predicate): + """ + A simple script to convert rdfa resource descriptors into a form more + accessible for humans. + """ + components = rdfa_predicate.split(u":") + if len(components) >= 2: + readable = components[1].capitalize() + else: + readable = u"" + return readable + +def add_rdfa_to_readable_to_media_home(context): + """ + A context hook which adds the 'rdfa_to_readable' filter to + the media home page. + """ + context['rdfa_to_readable'] = rdfa_to_readable + return context diff --git a/mediagoblin/plugins/metadata_display/static/css/metadata_display.css b/mediagoblin/plugins/metadata_display/static/css/metadata_display.css new file mode 100644 index 00000000..e4612b02 --- /dev/null +++ b/mediagoblin/plugins/metadata_display/static/css/metadata_display.css @@ -0,0 +1,14 @@ +table.metadata_info { + font-size:85%; + margin-left:10px; +} + +table.metadata_info th { + font-weight: bold; + border-spacing: 10px; + text-align: left; +} +table.metadata_info td { + padding: 4px 8px; +} + diff --git a/mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/bits/metadata_extra_head.html b/mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/bits/metadata_extra_head.html new file mode 100644 index 00000000..4a380299 --- /dev/null +++ b/mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/bits/metadata_extra_head.html @@ -0,0 +1,3 @@ + <link rel="stylesheet" type="text/css" + href="{{ request.staticdirect('css/metadata_display.css', + 'metadata_display') }}"/> diff --git a/mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html b/mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html new file mode 100644 index 00000000..3a9d872c --- /dev/null +++ b/mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html @@ -0,0 +1,42 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} +{% block metadata_information_table %} +{%- set metadata=media.media_metadata %} +{%- set metadata_context=metadata['@context'] %} +{%- if metadata %} + <h3>{% trans %}Metadata{% endtrans %}</h3> + {#- NOTE: In some smart future where the context is more extensible, + we will need to add to the prefix here-#} + <table class="metadata_info"> + {%- for key, value in metadata.iteritems() if not key=='@context' %} + {% if value -%} + <tr> + <th>{{ rdfa_to_readable(key) }}</th> + <td property="{{ key }}">{{ value }}</td> + </tr> + {%- endif -%} + {%- endfor %} + </table> +{% endif %} +{% if request.user and request.user.has_privilege('admin') %} + <a href="{{ request.urlgen('mediagoblin.edit.metadata', + user=media.get_uploader.username, + media_id=media.id) }}"> + {% trans %}Edit Metadata{% endtrans %}</a> +{% endif %} +{% endblock %} diff --git a/mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html.orig b/mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html.orig new file mode 100644 index 00000000..2bd1a14c --- /dev/null +++ b/mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html.orig @@ -0,0 +1,60 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} + +<<<<<<< HEAD:mediagoblin/templates/mediagoblin/utils/metadata_table.html +{%- macro render_table(request, media_entry, format_predicate) %} + {%- set metadata=media_entry.media_metadata %} + {%- set metadata_context=metadata['@context'] %} + {%- if metadata %} + <h3>{% trans %}Metadata Information{% endtrans %}</h3> + <table class="metadata_info"> + {%- for key, value in metadata.iteritems() if ( + not key=='@context' and value) %} + <tr {% if loop.index%2 == 1 %}class="highlight"{% endif %}> + <th>{{ format_predicate(key) }}</th> + <td property="{{ key }}"> + {{ value }}</td> + </tr> + {%- endfor %} + </table> + {% endif %} + {% if request.user and request.user.has_privilege('admin') %} + <a href="{{ request.urlgen('mediagoblin.edit.metadata', + user=media_entry.get_uploader.username, + media_id=media_entry.id) }}"> + {% trans %}Edit Metadata{% endtrans %}</a> + {% endif %} +{%- endmacro %} +======= +{%- set metadata=media.media_metadata %} +{%- set metadata_context=metadata['@context'] %} +{%- if metadata %} + {#- NOTE: In some smart future where the context is more extensible, + we will need to add to the prefix here-#} + <table> + {%- for key, value in metadata.iteritems() if not key=='@context' %} + {% if value -%} + <tr> + <td>{{ rdfa_to_readable(key) }}</td> + <td property="{{ key }}">{{ value }}</td> + </tr> + {%- endif -%} + {%- endfor %} + </table> +{% endif %} +>>>>>>> acfcaf6366bd4695c1c37c7aa8ff5a176b412e2a:mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html diff --git a/mediagoblin/plugins/oauth/forms.py b/mediagoblin/plugins/oauth/forms.py index d271359a..4585c27c 100644 --- a/mediagoblin/plugins/oauth/forms.py +++ b/mediagoblin/plugins/oauth/forms.py @@ -24,21 +24,21 @@ from mediagoblin.tools.translate import lazy_pass_to_ugettext as _ class AuthorizationForm(wtforms.Form): client_id = wtforms.HiddenField(u'', - validators=[wtforms.validators.Required()]) - next = wtforms.HiddenField(u'', validators=[wtforms.validators.Required()]) + validators=[wtforms.validators.InputRequired()]) + next = wtforms.HiddenField(u'', validators=[wtforms.validators.InputRequired()]) allow = wtforms.SubmitField(_(u'Allow')) deny = wtforms.SubmitField(_(u'Deny')) class ClientRegistrationForm(wtforms.Form): - name = wtforms.TextField(_('Name'), [wtforms.validators.Required()], + name = wtforms.TextField(_('Name'), [wtforms.validators.InputRequired()], description=_('The name of the OAuth client')) description = wtforms.TextAreaField(_('Description'), [wtforms.validators.Length(min=0, max=500)], description=_('''This will be visible to users allowing your application to authenticate as them.''')) type = wtforms.SelectField(_('Type'), - [wtforms.validators.Required()], + [wtforms.validators.InputRequired()], choices=[ ('confidential', 'Confidential'), ('public', 'Public')], diff --git a/mediagoblin/plugins/openid/forms.py b/mediagoblin/plugins/openid/forms.py index f26024bd..d47369dc 100644 --- a/mediagoblin/plugins/openid/forms.py +++ b/mediagoblin/plugins/openid/forms.py @@ -22,20 +22,20 @@ from mediagoblin.auth.tools import normalize_user_or_email_field class RegistrationForm(wtforms.Form): openid = wtforms.HiddenField( '', - [wtforms.validators.Required()]) + [wtforms.validators.InputRequired()]) username = wtforms.TextField( _('Username'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field(allow_email=False)]) email = wtforms.TextField( _('Email address'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field(allow_user=False)]) class LoginForm(wtforms.Form): openid = wtforms.TextField( _('OpenID'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), # Can openid's only be urls? wtforms.validators.URL(message='Please enter a valid url.')]) diff --git a/mediagoblin/plugins/persona/forms.py b/mediagoblin/plugins/persona/forms.py index 608be0c7..7d632344 100644 --- a/mediagoblin/plugins/persona/forms.py +++ b/mediagoblin/plugins/persona/forms.py @@ -22,20 +22,20 @@ from mediagoblin.auth.tools import normalize_user_or_email_field class RegistrationForm(wtforms.Form): username = wtforms.TextField( _('Username'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field(allow_email=False)]) email = wtforms.TextField( _('Email address'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field(allow_user=False)]) persona_email = wtforms.HiddenField( '', - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field(allow_user=False)]) class EditForm(wtforms.Form): email = wtforms.TextField( _('Email address'), - [wtforms.validators.Required(), + [wtforms.validators.InputRequired(), normalize_user_or_email_field(allow_user=False)]) diff --git a/mediagoblin/plugins/piwigo/forms.py b/mediagoblin/plugins/piwigo/forms.py index fb04aa6a..fd545a3e 100644 --- a/mediagoblin/plugins/piwigo/forms.py +++ b/mediagoblin/plugins/piwigo/forms.py @@ -34,7 +34,7 @@ _md5_validator = wtforms.validators.Regexp(r"^[0-9a-fA-F]{32}$") class AddForm(wtforms.Form): original_sum = wtforms.TextField(None, [_md5_validator, - wtforms.validators.Required()]) + wtforms.validators.InputRequired()]) thumbnail_sum = wtforms.TextField(None, [wtforms.validators.Optional(), _md5_validator]) diff --git a/mediagoblin/routing.py b/mediagoblin/routing.py index 1393f01c..3ec1dba0 100644 --- a/mediagoblin/routing.py +++ b/mediagoblin/routing.py @@ -28,19 +28,18 @@ _log = logging.getLogger(__name__) def get_url_map(): add_route('index', '/', 'mediagoblin.views:root_view') add_route('terms_of_service','/terms_of_service', - 'mediagoblin.views:terms_of_service') + 'mediagoblin.views:terms_of_service'), mount('/auth', auth_routes) mount('/mod', moderation_routes) import mediagoblin.submit.routing import mediagoblin.user_pages.routing import mediagoblin.edit.routing - import mediagoblin.webfinger.routing import mediagoblin.listings.routing import mediagoblin.notifications.routing import mediagoblin.oauth.routing + import mediagoblin.federation.routing - for route in PluginManager().get_routes(): add_route(*route) diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 32c6c6cb..0bd58738 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -132,17 +132,17 @@ header { line-height: 1.6em; } -.header_dropdown { +#header_dropdown { margin-bottom: 20px; padding: 0px 10px 0px 10px; } -.header_dropdown li { +#header_dropdown li { margin: 4px 0; list-style: none; } -.header_dropdown p { +#header_dropdown p { margin-top: 12px; margin-bottom: 10px; } @@ -609,7 +609,6 @@ a img.media_image { cursor: -moz-zoom-in; cursor: zoom-in; } - /* icons */ img.media_icon { @@ -938,3 +937,16 @@ p.verifier { none repeat scroll 0% 0% rgb(221, 221, 221); padding: 1em 0px; } + +/* for the media metadata editing table */ +table.metadata_editor { + margin: 10px auto; + width: 800px; +} + +table.metadata_editor tr td { + width:350px; +} +table.metadata_editor tr td.form_field_input input { + width:350px; +} diff --git a/mediagoblin/static/js/header_dropdown.js b/mediagoblin/static/js/header_dropdown.js index 1b2fb00f..3ee46228 100644 --- a/mediagoblin/static/js/header_dropdown.js +++ b/mediagoblin/static/js/header_dropdown.js @@ -17,11 +17,11 @@ */ $(document).ready(function(){ - $(".header_dropdown").hide(); + $("#header_dropdown").hide(); $(".header_dropdown_up").hide(); $(".header_dropdown_down,.header_dropdown_up").click(function() { $(".header_dropdown_down").toggle(); $(".header_dropdown_up").toggle(); - $(".header_dropdown").slideToggle(); + $("#header_dropdown").slideToggle(); }); }); diff --git a/mediagoblin/static/metadata/rdfa11.jsonld b/mediagoblin/static/metadata/rdfa11.jsonld new file mode 100644 index 00000000..b2557233 --- /dev/null +++ b/mediagoblin/static/metadata/rdfa11.jsonld @@ -0,0 +1,48 @@ +{ + "@context": { + "cat": "http://www.w3.org/ns/dcat#", + "qb": "http://purl.org/linked-data/cube#", + "grddl": "http://www.w3.org/2003/g/data-view#", + "ma": "http://www.w3.org/ns/ma-ont#", + "owl": "http://www.w3.org/2002/07/owl#", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "rdfa": "http://www.w3.org/ns/rdfa#", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "rif": "http://www.w3.org/2007/rif#", + "rr": "http://www.w3.org/ns/r2rml#", + "skos": "http://www.w3.org/2004/02/skos/core#", + "skosxl": "http://www.w3.org/2008/05/skos-xl#", + "wdr": "http://www.w3.org/2007/05/powder#", + "void": "http://rdfs.org/ns/void#", + "wdrs": "http://www.w3.org/2007/05/powder-s#", + "xhv": "http://www.w3.org/1999/xhtml/vocab#", + "xml": "http://www.w3.org/XML/1998/namespace", + "xsd": "http://www.w3.org/2001/XMLSchema#", + "prov": "http://www.w3.org/ns/prov#", + "sd": "http://www.w3.org/ns/sparql-service-description#", + "org": "http://www.w3.org/ns/org#", + "gldp": "http://www.w3.org/ns/people#", + "cnt": "http://www.w3.org/2008/content#", + "dcat": "http://www.w3.org/ns/dcat#", + "earl": "http://www.w3.org/ns/earl#", + "ht": "http://www.w3.org/2006/http#", + "ptr": "http://www.w3.org/2009/pointers#", + "cc": "http://creativecommons.org/ns#", + "ctag": "http://commontag.org/ns#", + "dc": "http://purl.org/dc/terms/", + "dc11": "http://purl.org/dc/elements/1.1/", + "dcterms": "http://purl.org/dc/terms/", + "foaf": "http://xmlns.com/foaf/0.1/", + "gr": "http://purl.org/goodrelations/v1#", + "ical": "http://www.w3.org/2002/12/cal/icaltzd#", + "og": "http://ogp.me/ns#", + "rev": "http://purl.org/stuff/rev#", + "sioc": "http://rdfs.org/sioc/ns#", + "v": "http://rdf.data-vocabulary.org/#", + "vcard": "http://www.w3.org/2006/vcard/ns#", + "schema": "http://schema.org/", + "describedby": "http://www.w3.org/2007/05/powder-s#describedby", + "license": "http://www.w3.org/1999/xhtml/vocab#license", + "role": "http://www.w3.org/1999/xhtml/vocab#role" + } +}
\ No newline at end of file diff --git a/mediagoblin/submit/forms.py b/mediagoblin/submit/forms.py index e2264645..6c0e8e9c 100644 --- a/mediagoblin/submit/forms.py +++ b/mediagoblin/submit/forms.py @@ -59,7 +59,7 @@ def get_submit_start_form(form, **kwargs): class AddCollectionForm(wtforms.Form): title = wtforms.TextField( _('Title'), - [wtforms.validators.Length(min=0, max=500), wtforms.validators.Required()]) + [wtforms.validators.Length(min=0, max=500), wtforms.validators.InputRequired()]) description = wtforms.TextAreaField( _('Description of this collection'), description=_("""You can use diff --git a/mediagoblin/submit/lib.py b/mediagoblin/submit/lib.py index 61d5067f..637d5038 100644 --- a/mediagoblin/submit/lib.py +++ b/mediagoblin/submit/lib.py @@ -24,6 +24,7 @@ from werkzeug.utils import secure_filename from werkzeug.datastructures import FileStorage from mediagoblin import mg_globals +from mediagoblin.tools.response import json_response from mediagoblin.tools.text import convert_to_tag_list_of_dicts from mediagoblin.db.models import MediaEntry, ProcessingMetaData from mediagoblin.processing import mark_entry_failed @@ -100,7 +101,7 @@ class UserPastUploadLimit(UploadLimitError): def submit_media(mg_app, user, submitted_file, filename, title=None, description=None, - license=None, tags_string=u"", + license=None, metadata=None, tags_string=u"", upload_limit=None, max_file_size=None, callback_url=None, # If provided we'll do the feed_url update, otherwise ignore @@ -144,6 +145,8 @@ def submit_media(mg_app, user, submitted_file, filename, entry.license = license or None + entry.media_metadata = metadata or {} + # Process the user's folksonomy "tags" entry.tags = convert_to_tag_list_of_dicts(tags_string) @@ -259,3 +262,33 @@ def run_process_media(entry, feed_url=None, mark_entry_failed(entry.id, exc) # re-raise the exception raise + + +def api_upload_request(request, file_data, entry): + """ This handles a image upload request """ + # Use the same kind of method from mediagoblin/submit/views:submit_start + entry.title = file_data.filename + + # This will be set later but currently we just don't have enough information + entry.slug = None + + queue_file = prepare_queue_task(request.app, entry, file_data.filename) + with queue_file: + queue_file.write(request.data) + + entry.save() + return json_response(entry.serialize(request)) + +def api_add_to_feed(request, entry): + """ Add media to Feed """ + if entry.title: + entry.generate_slug() + + feed_url = request.urlgen( + 'mediagoblin.user_pages.atom_feed', + qualified=True, user=request.user.username + ) + + run_process_media(entry, feed_url) + add_comment_subscription(request.user, entry) + return json_response(entry.serialize(request)) diff --git a/mediagoblin/submit/task.py b/mediagoblin/submit/task.py new file mode 100755 index 00000000..4ebde502 --- /dev/null +++ b/mediagoblin/submit/task.py @@ -0,0 +1,38 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +import celery +import datetime +import pytz + +from mediagoblin.db.models import MediaEntry + +@celery.task() +def collect_garbage(): + """ + Garbage collection to clean up media + + This will look for all critera on models to clean + up. This is primerally written to clean up media that's + entered a erroneous state. + """ + cuttoff = datetime.datetime.now(pytz.UTC) - datetime.timedelta(days=1) + + garbage = MediaEntry.query.filter(MediaEntry.created < cuttoff) + garbage = garbage.filter(MediaEntry.state == "unprocessed") + + for entry in garbage.all(): + entry.delete() diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index b4c7eb8b..13cfb47b 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -72,17 +72,23 @@ </div> <div class="header_right"> {%- if request.user %} - {% if request.user and - request.user.has_privilege('active') and + {% if request.user and + request.user.has_privilege('active') and not request.user.is_banned() %} {% set notification_count = get_notification_count(request.user.id) %} {% if notification_count %} - <a href="javascript:;" class="notification-gem button_action button_info" title="Notifications"> + <a href="javascript:;" + class="notification-gem button_action button_info" + title="Notifications"> {{ notification_count }}</a> {% endif %} - <a href="javascript:;" class="button_action header_dropdown_down">▼</a> - <a href="javascript:;" class="button_action header_dropdown_up">▲</a> + <a href="javascript:;" + class="button_action header_dropdown_down" + aria-controls="header_dropdown">▼</a> + <a href="javascript:;" + class="button_action header_dropdown_up" + aria-controls="header_dropdown">▲</a> {% elif request.user and not request.user.has_privilege('active') %} {# the following link should only appear when verification is needed #} <a href="{{ request.urlgen('mediagoblin.user_pages.user_home', @@ -119,7 +125,7 @@ </div> <div class="clear"></div> {% if request.user and request.user.has_privilege('active') %} - <div class="header_dropdown"> + <div id="header_dropdown"> <p> <span class="dropdown_title"> {% trans user_url=request.urlgen('mediagoblin.user_pages.user_home', @@ -151,9 +157,10 @@ <a class="button_action" href="{{ request.urlgen('mediagoblin.submit.collection') }}"> {%- trans %}Create new collection{% endtrans -%} </a> - {% if request.user.has_privilege('admin','moderator') %} + {% template_hook("header_dropdown_buttons") %} + {% if request.user.has_privilege('moderator') %} <p> - <span class="dropdown_title">Moderation powers:</span> + <span class="dropdown_title">{% trans %}Moderation powers:{% endtrans %}</span> <a href="{{ request.urlgen('mediagoblin.moderation.media_panel') }}"> {%- trans %}Media processing panel{% endtrans -%} </a> @@ -165,6 +172,7 @@ <a href="{{ request.urlgen('mediagoblin.moderation.reports') }}"> {%- trans %}Report management panel{% endtrans -%} </a> + {% template_hook("moderation_powers") %} </p> {% endif %} {% include 'mediagoblin/fragments/header_notifications.html' %} diff --git a/mediagoblin/templates/mediagoblin/edit/metadata.html b/mediagoblin/templates/mediagoblin/edit/metadata.html new file mode 100644 index 00000000..d0efbbfb --- /dev/null +++ b/mediagoblin/templates/mediagoblin/edit/metadata.html @@ -0,0 +1,94 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} +{%- extends "mediagoblin/base.html" %} +{% import "/mediagoblin/utils/wtforms.html" as wtforms_util %} +{% block mediagoblin_head %} + <script> + function add_new_row(table_id, row_number, input_prefix) { + new_row = $('<tr>').append( + $('<td>').attr( + 'class','form_field_input').append( + $('<input>').attr('name', + input_prefix + row_number + "-identifier").attr('id', + input_prefix + row_number + "-identifier") + ) + ).append( + $('<td>').attr( + 'class','form_field_input').append( + $('<input>').attr('name', + input_prefix + row_number + "-value").attr('id', + input_prefix + row_number + "-value") + ) + ); + $(table_id).append(new_row); + } + function clear_empty_rows(list_id) { + $('table'+list_id+' tr').each(function(row){ + id_input = $(this).find('td').find('input'); + value_input = $(this).find('td').next().find('input'); + if ((value_input.attr('value') == "") && + (id_input.attr('value') == "")) { + $(this).remove(); + } + }) + } + + $(document).ready(function(){ + var metadata_lines = {{ form.media_metadata | length }}; + $("#add_new_metadata_row").click(function(){ + add_new_row("#metadata_list", + metadata_lines, + 'media_metadata-'); + metadata_lines += 1; + }) + + $("#clear_empty_rows").click(function(){ + clear_empty_rows("#metadata_list"); + }) + }) + </script> +{% endblock %} +{% block mediagoblin_content %} + <h2>{% trans media_name=media.title -%} + Metadata for "{{ media_name }}"{% endtrans %}</h2> + <form action="" method="POST" id="metadata_form"> + +<!-- This table holds all the information about the media entry's metadata --> + <h3>{% trans %}MetaData{% endtrans %}</h3> + <table class="metadata_editor" id="metadata_list" > + {{ wtforms_util.render_fieldlist_as_table_rows(form.media_metadata) }} + </table> + +<!-- These are the buttons you use to control the form --> + <table class="metadata_editor" id="buttons_bottom"> + <tr> + <td><input type=button value="{% trans %}Add new Row{% endtrans %}" + class="button_action" id="add_new_metadata_row" /> + </td> + <td><input type=submit value="{% trans %}Update Metadata{% endtrans %}" + class="button_action_highlight" /></td> + </tr> + <tr> + <td><input type=button value="{% trans %}Clear empty Rows{% endtrans %}" + class="button_action" id="clear_empty_rows" /></td> + </tr> + </table> + {{ csrf_token }} + </form> + +{% endblock mediagoblin_content %} diff --git a/mediagoblin/templates/mediagoblin/moderation/media_panel.html b/mediagoblin/templates/mediagoblin/moderation/media_panel.html index 3c929d4f..9b77f638 100644 --- a/mediagoblin/templates/mediagoblin/moderation/media_panel.html +++ b/mediagoblin/templates/mediagoblin/moderation/media_panel.html @@ -35,11 +35,11 @@ {% if processing_entries.count() %} <table class="media_panel processing"> <tr> - <th>ID</th> - <th>User</th> - <th>Title</th> - <th>When submitted</th> - <th>Transcoding progress</th> + <th>{% trans %}ID{% endtrans %}</th> + <th>{% trans %}User{% endtrans %}</th> + <th>{% trans %}Title{% endtrans %}</th> + <th>{% trans %}When submitted{% endtrans %}</th> + <th>{% trans %}Transcoding progress{% endtrans %}</th> </tr> {% for media_entry in processing_entries %} <tr> @@ -50,7 +50,7 @@ {% if media_entry.transcoding_progress %} <td>{{ media_entry.transcoding_progress }}%</td> {% else %} - <td>Unknown</td> + <td>{% trans %}Unknown{% endtrans %}</td> {% endif %} </tr> {% endfor %} @@ -64,12 +64,12 @@ <table class="media_panel failed"> <tr> - <th>ID</th> - <th>User</th> - <th>Title</th> - <th>When submitted</th> - <th>Reason for failure</th> - <th>Failure metadata</th> + <th>{% trans %}ID{% endtrans %}</th> + <th>{% trans %}User{% endtrans %}</th> + <th>{% trans %}Title{% endtrans %}</th> + <th>{% trans %}When submitted{% endtrans %}</th> + <th>{% trans %}Reason for failure{% endtrans %}</th> + <th>{% trans %}Failure metadata{% endtrans %}</th> </tr> {% for media_entry in failed_entries %} <tr> @@ -95,10 +95,10 @@ <table class="media_panel processed"> <tr> - <th>ID</th> - <th>User</th> - <th>Title</th> - <th>Submitted</th> + <th>{% trans %}ID{% endtrans %}</th> + <th>{% trans %}User{% endtrans %}</th> + <th>{% trans %}Title{% endtrans %}</th> + <th>{% trans %}Submitted{% endtrans %}</th> </tr> {% for media_entry in processed_entries %} <tr> diff --git a/mediagoblin/templates/mediagoblin/moderation/report.html b/mediagoblin/templates/mediagoblin/moderation/report.html index 5bff0ffa..2028f74c 100644 --- a/mediagoblin/templates/mediagoblin/moderation/report.html +++ b/mediagoblin/templates/mediagoblin/moderation/report.html @@ -91,7 +91,7 @@ {% else %} <h2>{% trans user_url=request.urlgen( 'mediagoblin.moderation.users_detail', - user=report.reporter.username), + user=report.reported_user.username), user_name=report.reported_user.username %} CONTENT BY <a href="{{ user_url }}"> {{ user_name }}</a> @@ -99,13 +99,14 @@ {% endtrans %} </h2> {% endif %} - Reason for report: + {% trans %}Reason for report:{% endtrans %} <div id="report-{{ report.id }}" class="report_wrapper"> <div class="report_author"> <img src="{{ request.staticdirect( '/images/icon_clipboard_alert.png') }}" - alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. + alt="" + title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. Distributed by the GNOME project http://www.gnome.org" /> <a href="{{ request.urlgen('mediagoblin.moderation.users_detail', user=report.reporter.username) }}" @@ -142,7 +143,8 @@ </script> {% elif report.is_archived_report() %} <h2><img src="{{ request.staticdirect('/images/icon_clipboard.png') }}" - alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. + alt="" + title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. Distributed by the GNOME project http://www.gnome.org" /> {% trans %}Status{% endtrans %}: </h2> diff --git a/mediagoblin/templates/mediagoblin/moderation/report_panel.html b/mediagoblin/templates/mediagoblin/moderation/report_panel.html index 95b6be80..39ca90f5 100644 --- a/mediagoblin/templates/mediagoblin/moderation/report_panel.html +++ b/mediagoblin/templates/mediagoblin/moderation/report_panel.html @@ -86,7 +86,8 @@ curr_page !=p %} <img src="{{ request.staticdirect( '/images/icon_clipboard_alert.png') }}" - alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. + alt="" + title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. Distributed by the GNOME project http://www.gnome.org" /> <a href="{{ request.urlgen( 'mediagoblin.moderation.reports_detail', @@ -101,7 +102,8 @@ curr_page !=p %} <img src="{{ request.staticdirect( '/images/icon_clipboard_alert.png') }}" - alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. + alt="" + title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. Distributed by the GNOME project http://www.gnome.org" /> <a href="{{ request.urlgen( 'mediagoblin.moderation.reports_detail', @@ -178,7 +180,8 @@ curr_page !=p %} <td> <img src="{{ request.staticdirect('/images/icon_clipboard.png') }}" - alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. + alt="" + title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. Distributed by the GNOME project http://www.gnome.org" /> <a href="{{ request.urlgen('mediagoblin.moderation.reports_detail', report_id=report.id) }}"> diff --git a/mediagoblin/templates/mediagoblin/moderation/user.html b/mediagoblin/templates/mediagoblin/moderation/user.html index 37e7eee9..594f845d 100644 --- a/mediagoblin/templates/mediagoblin/moderation/user.html +++ b/mediagoblin/templates/mediagoblin/moderation/user.html @@ -175,7 +175,7 @@ {% for privilege in privileges %} <tr> <td>{{ privilege.privilege_name }}</td> - {% if privilege in user.all_privileges %} + {% if user.has_privilege(privilege.privilege_name) %} <td class="user_with_privilege"> {% trans %}Yes{% endtrans %}{% else %} <td class="user_without_privilege"> @@ -183,7 +183,7 @@ </td> {% if request.user.has_privilege('admin') %} <td> - {% if privilege in user.all_privileges %} + {% if user.has_privilege(privilege.privilege_name) %} <input type=submit id="{{ privilege.privilege_name }}" class="submit_button button_action" value =" -" /> diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index e01cce5c..0b2ae898 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -228,11 +228,11 @@ </p> {%- endif %} - {% template_hook("media_sideinfo") %} - {% block mediagoblin_sidebar %} {% endblock %} + {% template_hook("media_sideinfo") %} + </div><!--end media_sidebar--> <div class="clear"></div> diff --git a/mediagoblin/templates/mediagoblin/utils/comment-subscription.html b/mediagoblin/templates/mediagoblin/utils/comment-subscription.html index 75da5e89..5c50c801 100644 --- a/mediagoblin/templates/mediagoblin/utils/comment-subscription.html +++ b/mediagoblin/templates/mediagoblin/utils/comment-subscription.html @@ -21,13 +21,13 @@ <a type="submit" href="{{ request.urlgen('mediagoblin.notifications.subscribe_comments', user=media.get_uploader.username, media=media.slug_or_id)}}" - class="button_action">Subscribe to comments + class="button_action">{% trans %}Subscribe to comments{% endtrans %} </a> {% else %} <a type="submit" href="{{ request.urlgen('mediagoblin.notifications.silence_comments', user=media.get_uploader.username, media=media.slug_or_id)}}" - class="button_action">Silence comments + class="button_action">{% trans %}Silence comments{% endtrans %} </a> {% endif %} {%- endif %} diff --git a/mediagoblin/templates/mediagoblin/utils/wtforms.html b/mediagoblin/templates/mediagoblin/utils/wtforms.html index e079274e..7e16708c 100644 --- a/mediagoblin/templates/mediagoblin/utils/wtforms.html +++ b/mediagoblin/templates/mediagoblin/utils/wtforms.html @@ -70,23 +70,56 @@ {# Auto-render a form as a table #} {% macro render_table(form) -%} {% for field in form %} - <tr> - <th>{{ field.label.text }}</th> - <td> - {{field}} - {% if field.errors %} - <br /> - <ul class="errors"> - {% for error in field.errors %} - <li>{{error}}</li> - {% endfor %} - </ul> - {% endif %} - </td> - </tr> + render_field_as_table_row(field) {% endfor %} {%- endmacro %} +{% macro render_form_as_table_row(form) %} + <tr> + {%- for field in form %} + <td class="form_field_input"> + {{field}} + </td> + {%- endfor %} + </tr> + <tr> + {%- for field in form %} + {% for error in field.errors %} + <tr> + <td> + <p class="form_field_error">{{error}}</p> + </td> + </tr> + {%- endfor %} + {%- endfor %} +{%- endmacro %} + +{% macro render_field_as_table_row(field) %} + <tr> + <th>{{ field.label.text }}</th> + <td> + {{field}} + </td> + </tr> + {% for error in field.errors %} + <tr> + <td> + <p class="form_field_error">{{error}}</p> + </td> + </tr> + {%- endfor %} +{% endmacro %} + +{% macro render_fieldlist_as_table_rows(fieldlist) %} + {% for field in fieldlist -%} + {%- if field.type == 'FormField' %} + {{ render_form_as_table_row(field) }} + {%- else %} + {{ render_field_as_table_row(field) }} + {%- endif %} + {% endfor -%} +{% endmacro %} + {# Render a boolean field #} {% macro render_bool(field) %} <div class="boolean"> diff --git a/mediagoblin/tests/starttls_config.ini b/mediagoblin/tests/starttls_config.ini new file mode 100755 index 00000000..1e290202 --- /dev/null +++ b/mediagoblin/tests/starttls_config.ini @@ -0,0 +1,4 @@ +[mediagoblin] +email_debug_mode = false +email_smtp_force_starttls = true +email_smtp_host = someplace.com diff --git a/mediagoblin/tests/test_api.py b/mediagoblin/tests/test_api.py index c8a254d4..329c387d 100644 --- a/mediagoblin/tests/test_api.py +++ b/mediagoblin/tests/test_api.py @@ -13,81 +13,476 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +import json - -import logging -import base64 - +import mock import pytest +from webtest import AppError + +from .resources import GOOD_JPG from mediagoblin import mg_globals -from mediagoblin.tools import template, pluginapi +from mediagoblin.db.models import User, MediaEntry, MediaComment from mediagoblin.tests.tools import fixture_add_user -from .resources import GOOD_JPG, GOOD_PNG, EVIL_FILE, EVIL_JPG, EVIL_PNG, \ - BIG_BLUE +from mediagoblin.moderation.tools import take_away_privileges +class TestAPI(object): + """ Test mediagoblin's pump.io complient APIs """ -_log = logging.getLogger(__name__) + @pytest.fixture(autouse=True) + def setup(self, test_app): + self.test_app = test_app + self.db = mg_globals.database + self.user = fixture_add_user(privileges=[u'active', u'uploader', u'commenter']) + self.other_user = fixture_add_user( + username="otheruser", + privileges=[u'active', u'uploader', u'commenter'] + ) + self.active_user = self.user -class TestAPI(object): - def setup(self): - self.db = mg_globals.database + def _activity_to_feed(self, test_app, activity, headers=None): + """ Posts an activity to the user's feed """ + if headers: + headers.setdefault("Content-Type", "application/json") + else: + headers = {"Content-Type": "application/json"} + + with self.mock_oauth(): + response = test_app.post( + "/api/user/{0}/feed".format(self.active_user.username), + json.dumps(activity), + headers=headers + ) + + return response, json.loads(response.body) + + def _upload_image(self, test_app, image): + """ Uploads and image to MediaGoblin via pump.io API """ + data = open(image, "rb").read() + headers = { + "Content-Type": "image/jpeg", + "Content-Length": str(len(data)) + } + + + with self.mock_oauth(): + response = test_app.post( + "/api/user/{0}/uploads".format(self.active_user.username), + data, + headers=headers + ) + image = json.loads(response.body) + + return response, image + + def _post_image_to_feed(self, test_app, image): + """ Posts an already uploaded image to feed """ + activity = { + "verb": "post", + "object": image, + } + + return self._activity_to_feed(test_app, activity) + + def mocked_oauth_required(self, *args, **kwargs): + """ Mocks mediagoblin.decorator.oauth_required to always validate """ + + def fake_controller(controller, request, *args, **kwargs): + request.user = User.query.filter_by(id=self.active_user.id).first() + return controller(request, *args, **kwargs) + + def oauth_required(c): + return lambda *args, **kwargs: fake_controller(c, *args, **kwargs) + + return oauth_required + + def mock_oauth(self): + """ Returns a mock.patch for the oauth_required decorator """ + return mock.patch( + target="mediagoblin.decorators.oauth_required", + new_callable=self.mocked_oauth_required + ) + + def test_can_post_image(self, test_app): + """ Tests that an image can be posted to the API """ + # First request we need to do is to upload the image + response, image = self._upload_image(test_app, GOOD_JPG) + + # I should have got certain things back + assert response.status_code == 200 + + assert "id" in image + assert "fullImage" in image + assert "url" in image["fullImage"] + assert "url" in image + assert "author" in image + assert "published" in image + assert "updated" in image + assert image["objectType"] == "image" + + # Check that we got the response we're expecting + response, _ = self._post_image_to_feed(test_app, image) + assert response.status_code == 200 + + def test_unable_to_upload_as_someone_else(self, test_app): + """ Test that can't upload as someoen else """ + data = open(GOOD_JPG, "rb").read() + headers = { + "Content-Type": "image/jpeg", + "Content-Length": str(len(data)) + } + + with self.mock_oauth(): + # Will be self.user trying to upload as self.other_user + with pytest.raises(AppError) as excinfo: + test_app.post( + "/api/user/{0}/uploads".format(self.other_user.username), + data, + headers=headers + ) + + assert "403 FORBIDDEN" in excinfo.value.message + + def test_unable_to_post_feed_as_someone_else(self, test_app): + """ Tests that can't post an image to someone else's feed """ + response, data = self._upload_image(test_app, GOOD_JPG) + + activity = { + "verb": "post", + "object": data + } + + headers = { + "Content-Type": "application/json", + } + + with self.mock_oauth(): + with pytest.raises(AppError) as excinfo: + test_app.post( + "/api/user/{0}/feed".format(self.other_user.username), + json.dumps(activity), + headers=headers + ) + + assert "403 FORBIDDEN" in excinfo.value.message + + def test_only_able_to_update_own_image(self, test_app): + """ Test's that the uploader is the only person who can update an image """ + response, data = self._upload_image(test_app, GOOD_JPG) + response, data = self._post_image_to_feed(test_app, data) + + activity = { + "verb": "update", + "object": data["object"], + } + + headers = { + "Content-Type": "application/json", + } + + # Lets change the image uploader to be self.other_user, this is easier + # than uploading the image as someone else as the way self.mocked_oauth_required + # and self._upload_image. + media = MediaEntry.query.filter_by(id=data["object"]["id"]).first() + media.uploader = self.other_user.id + media.save() + + # Now lets try and edit the image as self.user, this should produce a 403 error. + with self.mock_oauth(): + with pytest.raises(AppError) as excinfo: + test_app.post( + "/api/user/{0}/feed".format(self.user.username), + json.dumps(activity), + headers=headers + ) + + assert "403 FORBIDDEN" in excinfo.value.message + + def test_upload_image_with_filename(self, test_app): + """ Tests that you can upload an image with filename and description """ + response, data = self._upload_image(test_app, GOOD_JPG) + response, data = self._post_image_to_feed(test_app, data) + + image = data["object"] + + # Now we need to add a title and description + title = "My image ^_^" + description = "This is my super awesome image :D" + license = "CC-BY-SA" + + image["displayName"] = title + image["content"] = description + image["license"] = license + + activity = {"verb": "update", "object": image} + + with self.mock_oauth(): + response = test_app.post( + "/api/user/{0}/feed".format(self.user.username), + json.dumps(activity), + headers={"Content-Type": "application/json"} + ) + + image = json.loads(response.body)["object"] + + # Check everything has been set on the media correctly + media = MediaEntry.query.filter_by(id=image["id"]).first() + assert media.title == title + assert media.description == description + assert media.license == license + + # Check we're being given back everything we should on an update + assert image["id"] == media.id + assert image["displayName"] == title + assert image["content"] == description + assert image["license"] == license + + + def test_only_uploaders_post_image(self, test_app): + """ Test that only uploaders can upload images """ + # Remove uploader permissions from user + take_away_privileges(self.user.username, u"uploader") + + # Now try and upload a image + data = open(GOOD_JPG, "rb").read() + headers = { + "Content-Type": "image/jpeg", + "Content-Length": str(len(data)), + } + + with self.mock_oauth(): + with pytest.raises(AppError) as excinfo: + test_app.post( + "/api/user/{0}/uploads".format(self.user.username), + data, + headers=headers + ) + + # Assert that we've got a 403 + assert "403 FORBIDDEN" in excinfo.value.message + + def test_object_endpoint(self, test_app): + """ Tests that object can be looked up at endpoint """ + # Post an image + response, data = self._upload_image(test_app, GOOD_JPG) + response, data = self._post_image_to_feed(test_app, data) + + # Now lookup image to check that endpoint works. + image = data["object"] + + assert "links" in image + assert "self" in image["links"] + + # Get URI and strip testing host off + object_uri = image["links"]["self"]["href"] + object_uri = object_uri.replace("http://localhost:80", "") + + with self.mock_oauth(): + request = test_app.get(object_uri) + + image = json.loads(request.body) + entry = MediaEntry.query.filter_by(id=image["id"]).first() + + assert request.status_code == 200 + assert entry.id == image["id"] + + assert "image" in image + assert "fullImage" in image + assert "pump_io" in image + assert "links" in image + + def test_post_comment(self, test_app): + """ Tests that I can post an comment media """ + # Upload some media to comment on + response, data = self._upload_image(test_app, GOOD_JPG) + response, data = self._post_image_to_feed(test_app, data) + + content = "Hai this is a comment on this lovely picture ^_^" + + activity = { + "verb": "post", + "object": { + "objectType": "comment", + "content": content, + "inReplyTo": data["object"], + } + } + + response, comment_data = self._activity_to_feed(test_app, activity) + assert response.status_code == 200 + + # Find the objects in the database + media = MediaEntry.query.filter_by(id=data["object"]["id"]).first() + comment = media.get_comments()[0] + + # Tests that it matches in the database + assert comment.author == self.user.id + assert comment.content == content + + # Test that the response is what we should be given + assert comment.id == comment_data["object"]["id"] + assert comment.content == comment_data["object"]["content"] + + def test_unable_to_post_comment_as_someone_else(self, test_app): + """ Tests that you're unable to post a comment as someone else. """ + # Upload some media to comment on + response, data = self._upload_image(test_app, GOOD_JPG) + response, data = self._post_image_to_feed(test_app, data) + + activity = { + "verb": "post", + "object": { + "objectType": "comment", + "content": "comment commenty comment ^_^", + "inReplyTo": data["object"], + } + } + + headers = { + "Content-Type": "application/json", + } + + with self.mock_oauth(): + with pytest.raises(AppError) as excinfo: + test_app.post( + "/api/user/{0}/feed".format(self.other_user.username), + json.dumps(activity), + headers=headers + ) + + assert "403 FORBIDDEN" in excinfo.value.message + + def test_unable_to_update_someone_elses_comment(self, test_app): + """ Test that you're able to update someoen elses comment. """ + # Upload some media to comment on + response, data = self._upload_image(test_app, GOOD_JPG) + response, data = self._post_image_to_feed(test_app, data) + + activity = { + "verb": "post", + "object": { + "objectType": "comment", + "content": "comment commenty comment ^_^", + "inReplyTo": data["object"], + } + } + + headers = { + "Content-Type": "application/json", + } + + # Post the comment. + response, comment_data = self._activity_to_feed(test_app, activity) + + # change who uploaded the comment as it's easier than changing + comment_id = comment_data["object"]["id"] + comment = MediaComment.query.filter_by(id=comment_id).first() + comment.author = self.other_user.id + comment.save() + + # Update the comment as someone else. + comment_data["object"]["content"] = "Yep" + activity = { + "verb": "update", + "object": comment_data["object"] + } + + with self.mock_oauth(): + with pytest.raises(AppError) as excinfo: + test_app.post( + "/api/user/{0}/feed".format(self.user.username), + json.dumps(activity), + headers=headers + ) + + assert "403 FORBIDDEN" in excinfo.value.message + + def test_profile(self, test_app): + """ Tests profile endpoint """ + uri = "/api/user/{0}/profile".format(self.user.username) + with self.mock_oauth(): + response = test_app.get(uri) + profile = json.loads(response.body) + + assert response.status_code == 200 + + assert profile["preferredUsername"] == self.user.username + assert profile["objectType"] == "person" + + assert "links" in profile + + def test_user(self, test_app): + """ Test the user endpoint """ + uri = "/api/user/{0}/".format(self.user.username) + with self.mock_oauth(): + response = test_app.get(uri) + user = json.loads(response.body) - self.user_password = u'4cc355_70k3N' - self.user = fixture_add_user(u'joapi', self.user_password, - privileges=[u'active',u'uploader']) + assert response.status_code == 200 - def login(self, test_app): - test_app.post( - '/auth/login/', { - 'username': self.user.username, - 'password': self.user_password}) + assert user["nickname"] == self.user.username + assert user["updated"] == self.user.created.isoformat() + assert user["published"] == self.user.created.isoformat() - def get_context(self, template_name): - return template.TEMPLATE_TEST_CONTEXT[template_name] + # Test profile exists but self.test_profile will test the value + assert "profile" in response - def http_auth_headers(self): - return {'Authorization': ('Basic {0}'.format( - base64.b64encode((':'.join([ - self.user.username, - self.user_password])).encode('ascii')).decode()))} + def test_whoami_without_login(self, test_app): + """ Test that whoami endpoint returns error when not logged in """ + with pytest.raises(AppError) as excinfo: + response = test_app.get("/api/whoami") - def do_post(self, data, test_app, **kwargs): - url = kwargs.pop('url', '/api/submit') - do_follow = kwargs.pop('do_follow', False) + assert "401 UNAUTHORIZED" in excinfo.value.message - if 'headers' not in kwargs.keys(): - kwargs['headers'] = self.http_auth_headers() + def test_read_feed(self, test_app): + """ Test able to read objects from the feed """ + response, data = self._upload_image(test_app, GOOD_JPG) + response, data = self._post_image_to_feed(test_app, data) - response = test_app.post(url, data, **kwargs) + uri = "/api/user/{0}/feed".format(self.active_user.username) + with self.mock_oauth(): + response = test_app.get(uri) + feed = json.loads(response.body) - if do_follow: - response.follow() + assert response.status_code == 200 - return response + # Check it has the attributes it should + assert "displayName" in feed + assert "objectTypes" in feed + assert "url" in feed + assert "links" in feed + assert "author" in feed + assert "items" in feed - def upload_data(self, filename): - return {'upload_files': [('file', filename)]} + # Check that image i uploaded is there + assert feed["items"][0]["verb"] == "post" + assert feed["items"][0]["actor"] - def test_1_test_test_view(self, test_app): - self.login(test_app) + def test_cant_post_to_someone_elses_feed(self, test_app): + """ Test that can't post to someone elses feed """ + response, data = self._upload_image(test_app, GOOD_JPG) + self.active_user = self.other_user - response = test_app.get( - '/api/test', - headers=self.http_auth_headers()) + with self.mock_oauth(): + with pytest.raises(AppError) as excinfo: + self._post_image_to_feed(test_app, data) - assert response.body == \ - b'{"email": "joapi@example.com", "username": "joapi"}' + assert "403 FORBIDDEN" in excinfo.value.message - def test_2_test_submission(self, test_app): - self.login(test_app) + def test_object_endpoint_requestable(self, test_app): + """ Test that object endpoint can be requested """ + response, data = self._upload_image(test_app, GOOD_JPG) + response, data = self._post_image_to_feed(test_app, data) + object_id = data["object"]["id"] - response = self.do_post( - {'title': 'Great JPG!'}, - test_app, - **self.upload_data(GOOD_JPG)) + with self.mock_oauth(): + response = test_app.get(data["object"]["links"]["self"]["href"]) + data = json.loads(response.body) - assert response.status_int == 200 + assert response.status_code == 200 - assert self.db.MediaEntry.query.filter_by(title=u'Great JPG!').first() + assert object_id == data["id"] + assert "url" in data + assert "links" in data + assert data["objectType"] == "image" diff --git a/mediagoblin/tests/test_celery_setup.py b/mediagoblin/tests/test_celery_setup.py index d60293f9..df0d04b0 100644 --- a/mediagoblin/tests/test_celery_setup.py +++ b/mediagoblin/tests/test_celery_setup.py @@ -48,7 +48,8 @@ def test_setup_celery_from_config(): assert isinstance(fake_celery_module.CELERYD_ETA_SCHEDULER_PRECISION, float) assert fake_celery_module.CELERY_RESULT_PERSISTENT is True assert fake_celery_module.CELERY_IMPORTS == [ - 'foo.bar.baz', 'this.is.an.import', 'mediagoblin.processing.task', 'mediagoblin.notifications.task'] + 'foo.bar.baz', 'this.is.an.import', 'mediagoblin.processing.task', \ + 'mediagoblin.notifications.task', 'mediagoblin.submit.task'] assert fake_celery_module.CELERY_RESULT_BACKEND == 'database' assert fake_celery_module.CELERY_RESULT_DBURI == ( 'sqlite:///' + diff --git a/mediagoblin/tests/test_edit.py b/mediagoblin/tests/test_edit.py index cf72f308..54f43d68 100644 --- a/mediagoblin/tests/test_edit.py +++ b/mediagoblin/tests/test_edit.py @@ -15,10 +15,11 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. import six.moves.urllib.parse as urlparse +import pytest from mediagoblin import mg_globals -from mediagoblin.db.models import User -from mediagoblin.tests.tools import fixture_add_user +from mediagoblin.db.models import User, MediaEntry +from mediagoblin.tests.tools import fixture_add_user, fixture_media_entry from mediagoblin import auth from mediagoblin.tools import template, mail @@ -173,3 +174,81 @@ class TestUserEdit(object): email = User.query.filter_by(username='chris').first().email assert email == 'new@example.com' # test changing the url inproperly + +class TestMetaDataEdit: + @pytest.fixture(autouse=True) + def setup(self, test_app): + # set up new user + self.user_password = u'toast' + self.user = fixture_add_user(password = self.user_password, + privileges=[u'active',u'admin']) + self.test_app = test_app + + def login(self, test_app): + test_app.post( + '/auth/login/', { + 'username': self.user.username, + 'password': self.user_password}) + + def do_post(self, data, *context_keys, **kwargs): + url = kwargs.pop('url', '/submit/') + do_follow = kwargs.pop('do_follow', False) + template.clear_test_template_context() + response = self.test_app.post(url, data, **kwargs) + if do_follow: + response.follow() + context_data = template.TEMPLATE_TEST_CONTEXT + for key in context_keys: + context_data = context_data[key] + return response, context_data + + def test_edit_metadata(self, test_app): + media_entry = fixture_media_entry(uploader=self.user.id, + state=u'processed') + media_slug = "/u/{username}/m/{media_id}/metadata/".format( + username = str(self.user.username), + media_id = str(media_entry.id)) + + self.login(test_app) + response = test_app.get(media_slug) + assert response.status == '200 OK' + assert media_entry.media_metadata == {} + # First test adding in metadata + ################################ + response, context = self.do_post({ + "media_metadata-0-identifier":"dc:title", + "media_metadata-0-value":"Some title", + "media_metadata-1-identifier":"dc:creator", + "media_metadata-1-value":"Me"},url=media_slug) + + media_entry = MediaEntry.query.first() + new_metadata = media_entry.media_metadata + assert new_metadata != {} + assert new_metadata.get("dc:title") == "Some title" + assert new_metadata.get("dc:creator") == "Me" + # Now test removing the metadata + ################################ + response, context = self.do_post({ + "media_metadata-0-identifier":"dc:title", + "media_metadata-0-value":"Some title"},url=media_slug) + + media_entry = MediaEntry.query.first() + new_metadata = media_entry.media_metadata + assert new_metadata.get("dc:title") == "Some title" + assert new_metadata.get("dc:creator") is None + # Now test adding bad metadata + ############################### + response, context = self.do_post({ + "media_metadata-0-identifier":"dc:title", + "media_metadata-0-value":"Some title", + "media_metadata-1-identifier":"dc:creator", + "media_metadata-1-value":"Me", + "media_metadata-2-identifier":"dc:created", + "media_metadata-2-value":"On the worst day"},url=media_slug) + + media_entry = MediaEntry.query.first() + old_metadata = new_metadata + new_metadata = media_entry.media_metadata + assert new_metadata == old_metadata + assert ("u'On the worst day' is not a 'date-time'" in + response.body) diff --git a/mediagoblin/tests/test_ldap.py b/mediagoblin/tests/test_ldap.py index 9164da78..f251d150 100644 --- a/mediagoblin/tests/test_ldap.py +++ b/mediagoblin/tests/test_ldap.py @@ -67,7 +67,8 @@ def test_ldap_plugin(ldap_plugin_app): assert form.username.errors == [u'This field is required.'] assert form.password.errors == [u'This field is required.'] - @mock.patch('mediagoblin.plugins.ldap.tools.LDAP.login', mock.Mock(return_value=return_value())) + @mock.patch('mediagoblin.plugins.ldap.tools.LDAP.login', + mock.Mock(return_value=return_value())) def _test_authentication(): template.clear_test_template_context() res = ldap_plugin_app.post( @@ -75,7 +76,8 @@ def test_ldap_plugin(ldap_plugin_app): {'username': u'chris', 'password': u'toast'}) - context = template.TEMPLATE_TEST_CONTEXT['mediagoblin/auth/register.html'] + context = template.TEMPLATE_TEST_CONTEXT[ + 'mediagoblin/auth/register.html'] register_form = context['register_form'] assert register_form.username.data == u'chris' @@ -89,7 +91,8 @@ def test_ldap_plugin(ldap_plugin_app): res.follow() assert urlparse.urlsplit(res.location)[2] == '/u/chris/' - assert 'mediagoblin/user_pages/user_nonactive.html' in template.TEMPLATE_TEST_CONTEXT + assert 'mediagoblin/user_pages/user_nonactive.html' in \ + template.TEMPLATE_TEST_CONTEXT # Try to register with same email and username template.clear_test_template_context() @@ -98,11 +101,14 @@ def test_ldap_plugin(ldap_plugin_app): {'username': u'chris', 'email': u'chris@example.com'}) - context = template.TEMPLATE_TEST_CONTEXT['mediagoblin/auth/register.html'] + context = template.TEMPLATE_TEST_CONTEXT[ + 'mediagoblin/auth/register.html'] register_form = context['register_form'] - assert register_form.email.errors == [u'Sorry, a user with that email address already exists.'] - assert register_form.username.errors == [u'Sorry, a user with that name already exists.'] + assert register_form.email.errors == [ + u'Sorry, a user with that email address already exists.'] + assert register_form.username.errors == [ + u'Sorry, a user with that name already exists.'] # Log out ldap_plugin_app.get('/auth/logout/') diff --git a/mediagoblin/tests/test_legacy_api.py b/mediagoblin/tests/test_legacy_api.py new file mode 100644 index 00000000..4e0cbd8f --- /dev/null +++ b/mediagoblin/tests/test_legacy_api.py @@ -0,0 +1,93 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + +import logging +import base64 + +import pytest + +from mediagoblin import mg_globals +from mediagoblin.tools import template, pluginapi +from mediagoblin.tests.tools import fixture_add_user +from .resources import GOOD_JPG, GOOD_PNG, EVIL_FILE, EVIL_JPG, EVIL_PNG, \ + BIG_BLUE + + +_log = logging.getLogger(__name__) + + +class TestAPI(object): + def setup(self): + self.db = mg_globals.database + + self.user_password = u'4cc355_70k3N' + self.user = fixture_add_user(u'joapi', self.user_password, + privileges=[u'active',u'uploader']) + + def login(self, test_app): + test_app.post( + '/auth/login/', { + 'username': self.user.username, + 'password': self.user_password}) + + def get_context(self, template_name): + return template.TEMPLATE_TEST_CONTEXT[template_name] + + def http_auth_headers(self): + return {'Authorization': 'Basic {0}'.format( + base64.b64encode(':'.join([ + self.user.username, + self.user_password])))} + + def do_post(self, data, test_app, **kwargs): + url = kwargs.pop('url', '/api/submit') + do_follow = kwargs.pop('do_follow', False) + + if not 'headers' in kwargs.keys(): + kwargs['headers'] = self.http_auth_headers() + + response = test_app.post(url, data, **kwargs) + + if do_follow: + response.follow() + + return response + + def upload_data(self, filename): + return {'upload_files': [('file', filename)]} + + def test_1_test_test_view(self, test_app): + self.login(test_app) + + response = test_app.get( + '/api/test', + headers=self.http_auth_headers()) + + assert response.body == \ + '{"username": "joapi", "email": "joapi@example.com"}' + + def test_2_test_submission(self, test_app): + self.login(test_app) + + response = self.do_post( + {'title': 'Great JPG!'}, + test_app, + **self.upload_data(GOOD_JPG)) + + assert response.status_int == 200 + + assert self.db.MediaEntry.query.filter_by(title=u'Great JPG!').first() diff --git a/mediagoblin/tests/test_metadata.py b/mediagoblin/tests/test_metadata.py new file mode 100644 index 00000000..b4ea646e --- /dev/null +++ b/mediagoblin/tests/test_metadata.py @@ -0,0 +1,78 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +import pytest +from mediagoblin.tools.metadata import compact_and_validate +from jsonschema import ValidationError + +class TestMetadataFunctionality: + + @pytest.fixture(autouse=True) + def _setup(self, test_app): + self.test_app = test_app + + def testCompactAndValidate(self): + # First, test out a well formatted piece of metadata + ###################################################### + test_metadata = { + 'dc:title':'My Pet Bunny', + 'dc:description':'A picture displaying how cute my pet bunny is.', + 'location':'/home/goblin/Pictures/bunny.png', + 'license':'http://www.gnu.org/licenses/gpl.txt' + } + jsonld_metadata =compact_and_validate(test_metadata) + assert jsonld_metadata + assert jsonld_metadata.get('dc:title') == 'My Pet Bunny' + # Free floating nodes should be removed + assert jsonld_metadata.get('location') is None + assert jsonld_metadata.get('@context') == \ + u"http://www.w3.org/2013/json-ld-context/rdfa11" + + # Next, make sure that various badly formatted metadata + # will be rejected. + ####################################################### + #,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. + # Metadata with a non-URI license should fail : + #`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`' + metadata_fail_1 = { + 'dc:title':'My Pet Bunny', + 'dc:description':'A picture displaying how cute my pet bunny is.', + 'location':'/home/goblin/Pictures/bunny.png', + 'license':'All Rights Reserved.' + } + jsonld_fail_1 = None + try: + jsonld_fail_1 = compact_and_validate(metadata_fail_1) + except ValidationError, e: + assert e.message == "'All Rights Reserved.' is not a 'uri'" + assert jsonld_fail_1 == None + #,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,., + # Metadata with an ivalid date-time dc:created should fail : + #`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'' + metadata_fail_2 = { + 'dc:title':'My Pet Bunny', + 'dc:description':'A picture displaying how cute my pet bunny is.', + 'location':'/home/goblin/Pictures/bunny.png', + 'license':'http://www.gnu.org/licenses/gpl.txt', + 'dc:created':'The other day' + } + jsonld_fail_2 = None + try: + jsonld_fail_2 = compact_and_validate(metadata_fail_2) + except ValidationError, e: + assert e.message == "'The other day' is not a 'date-time'" + assert jsonld_fail_2 == None + diff --git a/mediagoblin/tests/test_misc.py b/mediagoblin/tests/test_misc.py index 43ad0b6d..b3e59c09 100644 --- a/mediagoblin/tests/test_misc.py +++ b/mediagoblin/tests/test_misc.py @@ -14,7 +14,16 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +import pytz +import datetime + +from werkzeug.datastructures import FileStorage + +from .resources import GOOD_JPG from mediagoblin.db.base import Session +from mediagoblin.media_types import sniff_media +from mediagoblin.submit.lib import new_upload_entry +from mediagoblin.submit.task import collect_garbage from mediagoblin.db.models import User, MediaEntry, MediaComment from mediagoblin.tests.tools import fixture_add_user, fixture_media_entry @@ -91,3 +100,35 @@ def test_media_deletes_broken_attachment(test_app): MediaEntry.query.get(media.id).delete() User.query.get(user_a.id).delete() + +def test_garbage_collection_task(test_app): + """ Test old media entry are removed by GC task """ + user = fixture_add_user() + + # Create a media entry that's unprocessed and over an hour old. + entry_id = 72 + now = datetime.datetime.now(pytz.UTC) + file_data = FileStorage( + stream=open(GOOD_JPG, "rb"), + filename="mah_test.jpg", + content_type="image/jpeg" + ) + + # Find media manager + media_type, media_manager = sniff_media(file_data, "mah_test.jpg") + entry = new_upload_entry(user) + entry.id = entry_id + entry.title = "Mah Image" + entry.slug = "slugy-slug-slug" + entry.media_type = 'image' + entry.created = now - datetime.timedelta(days=2) + entry.save() + + # Validate the model exists + assert MediaEntry.query.filter_by(id=entry_id).first() is not None + + # Call the garbage collection task + collect_garbage() + + # Now validate the image has been deleted + assert MediaEntry.query.filter_by(id=entry_id).first() is None diff --git a/mediagoblin/tests/test_modelmethods.py b/mediagoblin/tests/test_modelmethods.py index d2d6bdcf..82cca855 100644 --- a/mediagoblin/tests/test_modelmethods.py +++ b/mediagoblin/tests/test_modelmethods.py @@ -184,20 +184,17 @@ class TestUserHasPrivilege: self._setup() # then test out the user.has_privilege method for one privilege - assert not self.natalie_user.has_privilege(u'commenter') - assert self.aeva_user.has_privilege(u'active') + assert not self.aeva_user.has_privilege(u'admin') + assert self.natalie_user.has_privilege(u'active') - - def test_user_has_privileges_multiple(self, test_app): + def test_allow_admin(self, test_app): self._setup() - # when multiple args are passed to has_privilege, the method returns - # True if the user has ANY of the privileges - assert self.natalie_user.has_privilege(u'admin',u'commenter') - assert self.aeva_user.has_privilege(u'moderator',u'active') - assert not self.natalie_user.has_privilege(u'commenter',u'uploader') - + # This should work because she is an admin. + assert self.natalie_user.has_privilege(u'commenter') + # Test that we can look this out ignoring that she's an admin + assert not self.natalie_user.has_privilege(u'commenter', allow_admin=False) def test_media_data_init(test_app): Session.rollback() diff --git a/mediagoblin/tests/test_oauth1.py b/mediagoblin/tests/test_oauth1.py index f681a6b3..9a5e332b 100644 --- a/mediagoblin/tests/test_oauth1.py +++ b/mediagoblin/tests/test_oauth1.py @@ -162,4 +162,3 @@ class TestOAuth(object): assert request_token.client == client.id assert request_token.used == False assert request_token.callback == request_query["oauth_callback"] - diff --git a/mediagoblin/tests/test_util.py b/mediagoblin/tests/test_util.py index e239d628..e1c3c7e5 100644 --- a/mediagoblin/tests/test_util.py +++ b/mediagoblin/tests/test_util.py @@ -14,10 +14,15 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +import mock import email +import pytest +import smtplib +import pkg_resources import six +from mediagoblin.tests.tools import get_app from mediagoblin.tools import common, url, translate, mail, text, testing testing._activate_testing() @@ -71,6 +76,28 @@ I hope you like unit tests JUST AS MUCH AS I DO!""" I hope you like unit tests JUST AS MUCH AS I DO!""" +@pytest.fixture() +def starttls_enabled_app(request): + return get_app( + request, + mgoblin_config=pkg_resources.resource_filename( + "mediagoblin.tests", + "starttls_config.ini" + ) + ) + +def test_email_force_starttls(starttls_enabled_app): + common.TESTS_ENABLED = False + SMTP = lambda *args, **kwargs: mail.FakeMhost() + with mock.patch('smtplib.SMTP', SMTP): + with pytest.raises(smtplib.SMTPException): + mail.send_email( + from_addr="notices@my.test.instance.com", + to_addrs="someone@someplace.com", + subject="Testing is so much fun!", + message_body="Ohai ^_^" + ) + def test_slugify(): assert url.slugify(u'a walk in the park') == u'a-walk-in-the-park' assert url.slugify(u'A Walk in the Park') == u'a-walk-in-the-park' diff --git a/mediagoblin/tests/tools.py b/mediagoblin/tests/tools.py index b8e06e19..7d29321b 100644 --- a/mediagoblin/tests/tools.py +++ b/mediagoblin/tests/tools.py @@ -26,13 +26,15 @@ from webtest import TestApp from mediagoblin import mg_globals from mediagoblin.db.models import User, MediaEntry, Collection, MediaComment, \ - CommentSubscription, CommentNotification, Privilege, CommentReport + CommentSubscription, CommentNotification, Privilege, CommentReport, Client, \ + RequestToken, AccessToken from mediagoblin.tools import testing from mediagoblin.init.config import read_mediagoblin_config from mediagoblin.db.base import Session from mediagoblin.meddleware import BaseMeddleware from mediagoblin.auth import gen_password_hash from mediagoblin.gmg_commands.dbupdate import run_dbupdate +from mediagoblin.tools.crypto import random_string from datetime import datetime diff --git a/mediagoblin/themes/sandyseventiesspeedboat b/mediagoblin/themes/sandyseventiesspeedboat new file mode 120000 index 00000000..eb1b9db3 --- /dev/null +++ b/mediagoblin/themes/sandyseventiesspeedboat @@ -0,0 +1 @@ +../../extlib/sandyseventiesspeedboat/
\ No newline at end of file diff --git a/mediagoblin/tools/crypto.py b/mediagoblin/tools/crypto.py index cf6d31f6..c85ecd4a 100644 --- a/mediagoblin/tools/crypto.py +++ b/mediagoblin/tools/crypto.py @@ -27,8 +27,7 @@ from mediagoblin import mg_globals _log = logging.getLogger(__name__) # produces base64 alphabet -alphabet = string.ascii_letters + "-_" -base = len(alphabet) +ALPHABET = string.ascii_letters + "-_" # Use the system (hardware-based) random number generator if it exists. # -- this optimization is lifted from Django @@ -117,8 +116,9 @@ def get_timed_signer_url(namespace): return itsdangerous.URLSafeTimedSerializer(__itsda_secret, salt=namespace) -def random_string(length): +def random_string(length, alphabet=ALPHABET): """ Returns a URL safe base64 encoded crypographically strong string """ + base = len(alphabet) rstring = "" for i in range(length): n = getrandbits(6) # 6 bytes = 2^6 = 64 diff --git a/mediagoblin/tools/mail.py b/mediagoblin/tools/mail.py index ad2e5a19..ab3e0eaa 100644 --- a/mediagoblin/tools/mail.py +++ b/mediagoblin/tools/mail.py @@ -16,7 +16,9 @@ from __future__ import print_function, unicode_literals +import six import smtplib +import sys from mediagoblin import mg_globals, messages from mediagoblin._compat import MIMEText from mediagoblin.tools import common @@ -66,6 +68,8 @@ class FakeMhost(object): 'to': to_addrs, 'message': message}) + def starttls(self): + raise smtplib.SMTPException("No STARTTLS here") def _clear_test_inboxes(): global EMAIL_TEST_INBOX @@ -105,6 +109,13 @@ def send_email(from_addr, to_addrs, subject, message_body): if not mg_globals.app_config['email_smtp_host']: # e.g. host = '' mhost.connect() # We SMTP.connect explicitly + try: + mhost.starttls() + except smtplib.SMTPException: + # Only raise an exception if we're forced to + if mg_globals.app_config['email_smtp_force_starttls']: + six.reraise(*sys.exc_info()) + if ((not common.TESTS_ENABLED) and (mg_globals.app_config['email_smtp_user'] or mg_globals.app_config['email_smtp_pass'])): diff --git a/mediagoblin/tools/metadata.py b/mediagoblin/tools/metadata.py new file mode 100644 index 00000000..bfefcac9 --- /dev/null +++ b/mediagoblin/tools/metadata.py @@ -0,0 +1,222 @@ +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + +import os +import copy +import json +import re +from pkg_resources import resource_filename + +import dateutil.parser +from pyld import jsonld +from jsonschema import validate, FormatChecker, draft4_format_checker +from jsonschema.compat import str_types + +from mediagoblin.tools.pluginapi import hook_handle + + + +######################################################## +## Set up the MediaGoblin format checker for json-schema +######################################################## + +URL_REGEX = re.compile( + r'^[a-z]+://([^/:]+|([0-9]{1,3}\.){3}[0-9]{1,3})(:[0-9]+)?(\/.*)?$', + re.IGNORECASE) + +def is_uri(instance): + """ + jsonschema uri validator + """ + if not isinstance(instance, str_types): + return True + + return URL_REGEX.match(instance) + +def is_datetime(instance): + """ + Is a date or datetime readable string. + """ + if not isinstance(instance, str_types): + return True + + return dateutil.parser.parse(instance) + + +class DefaultChecker(FormatChecker): + """ + Default MediaGoblin format checker... extended to include a few extra things + """ + checkers = copy.deepcopy(draft4_format_checker.checkers) + + +DefaultChecker.checkers[u"uri"] = (is_uri, ()) +DefaultChecker.checkers[u"date-time"] = (is_datetime, (ValueError, TypeError)) +DEFAULT_CHECKER = DefaultChecker() + +# Crappy default schema, checks for things we deem important + +DEFAULT_SCHEMA = { + "$schema": "http://json-schema.org/schema#", + + "type": "object", + "properties": { + "license": { + "format": "uri", + "type": "string", + }, + "dcterms:created": { + "format": "date-time", + "type": "string", + }, + "dc:created": { + "format": "date-time", + "type": "string", + } + }, +} + + +def load_resource(package, resource_path): + """ + Load a resource, return it as a string. + + Args: + - package: package or module name. Eg "mediagoblin.media_types.audio" + - resource_path: path to get to this resource, a list of + directories and finally a filename. Will be joined with + os.path.sep. + """ + filename = resource_filename(package, os.path.sep.join(resource_path)) + return file(filename).read() + +def load_resource_json(package, resource_path): + """ + Load a resource json file, return a dictionary. + + Args: + - package: package or module name. Eg "mediagoblin.media_types.audio" + - resource_path: path to get to this resource, a list of + directories and finally a filename. Will be joined with + os.path.sep. + """ + return json.loads(load_resource(package, resource_path)) + + +################################## +## Load the MediaGoblin core files +################################## + + +BUILTIN_CONTEXTS = { + "http://www.w3.org/2013/json-ld-context/rdfa11": load_resource( + "mediagoblin", ["static", "metadata", "rdfa11.jsonld"])} + + +_CONTEXT_CACHE = {} + +def load_context(url): + """ + A self-aware document loader. For those contexts MediaGoblin + stores internally, load them from disk. + """ + if url in _CONTEXT_CACHE: + return _CONTEXT_CACHE[url] + + # See if it's one of our basic ones + document = BUILTIN_CONTEXTS.get(url, None) + + # No? See if we have an internal schema for this + if document is None: + document = hook_handle(("context_url_data", url)) + + # Okay, if we've gotten a document by now... let's package it up + if document is not None: + document = {'contextUrl': None, + 'documentUrl': url, + 'document': document} + + # Otherwise, use jsonld.load_document + else: + document = jsonld.load_document(url) + + # cache + _CONTEXT_CACHE[url] = document + return document + + +DEFAULT_CONTEXT = "http://www.w3.org/2013/json-ld-context/rdfa11" + +def compact_json(metadata, context=DEFAULT_CONTEXT): + """ + Compact json with supplied context. + + Note: Free floating" nodes are removed (eg a key just named + "bazzzzzz" which isn't specified in the context... something like + bazzzzzz:blerp will stay though. This is jsonld.compact behavior. + """ + compacted = jsonld.compact( + metadata, context, + options={ + "documentLoader": load_context, + # This allows for things like "license" and etc to be preserved + "expandContext": context, + "keepFreeFloatingNodes": False}) + + return compacted + + +def compact_and_validate(metadata, context=DEFAULT_CONTEXT, + schema=DEFAULT_SCHEMA): + """ + compact json with supplied context, check against schema for errors + + raises an exception (jsonschema.exceptions.ValidationError) if + there's an error. + + Note: Free floating" nodes are removed (eg a key just named + "bazzzzzz" which isn't specified in the context... something like + bazzzzzz:blerp will stay though. This is jsonld.compact behavior. + + You may wish to do this validation yourself... this is just for convenience. + """ + compacted = compact_json(metadata, context) + validate(metadata, schema, format_checker=DEFAULT_CHECKER) + + return compacted + + +def expand_json(metadata, context=DEFAULT_CONTEXT): + """ + Expand json, but be sure to use our documentLoader. + + By default this expands with DEFAULT_CONTEXT, but if you do not need this, + you can safely set this to None. + + # @@: Is the above a good idea? Maybe it should be set to None by + # default. + """ + options = { + "documentLoader": load_context} + if context is not None: + options["expandContext"] = context + return jsonld.expand(metadata, options=options) + + +def rdfa_to_readable(rdfa_predicate): + readable = rdfa_predicate.split(u":")[1].capitalize() + return readable diff --git a/mediagoblin/tools/request.py b/mediagoblin/tools/request.py index d4739039..d2cb0f6a 100644 --- a/mediagoblin/tools/request.py +++ b/mediagoblin/tools/request.py @@ -16,7 +16,9 @@ import json import logging -from mediagoblin.db.models import User + +from mediagoblin.db.models import User, AccessToken +from mediagoblin.oauth.tools.request import decode_authorization_header _log = logging.getLogger(__name__) @@ -31,6 +33,18 @@ def setup_user_in_request(request): Examine a request and tack on a request.user parameter if that's appropriate. """ + # If API request the user will be associated with the access token + authorization = decode_authorization_header(request.headers) + + if authorization.get(u"access_token"): + # Check authorization header. + token = authorization[u"oauth_token"] + token = AccessToken.query.filter_by(token=token).first() + if token is not None: + request.user = token.user + return + + if 'user_id' not in request.session: request.user = None return @@ -45,8 +59,8 @@ def setup_user_in_request(request): def decode_request(request): """ Decodes a request based on MIME-Type """ - data = request.get_data() - + data = request.data + if request.content_type == json_encoded: data = json.loads(data) elif request.content_type == form_encoded or request.content_type == "": diff --git a/mediagoblin/tools/response.py b/mediagoblin/tools/response.py index 1380633f..e1c59e32 100644 --- a/mediagoblin/tools/response.py +++ b/mediagoblin/tools/response.py @@ -158,6 +158,14 @@ def json_response(serializable, _disable_cors=False, *args, **kw): return response +def json_error(error_str, status=400, *args, **kwargs): + """ + This is like json_response but takes an error message in and formats + it in {"error": error_str}. This also sets the default HTTP status + code to 400. + """ + return json_response({"error": error_str}, status=status, *args, **kwargs) + def form_response(data, *args, **kwargs): """ Responds using application/x-www-form-urlencoded and returns a werkzeug diff --git a/mediagoblin/tools/translate.py b/mediagoblin/tools/translate.py index 5ea73b71..a5e56cfe 100644 --- a/mediagoblin/tools/translate.py +++ b/mediagoblin/tools/translate.py @@ -33,7 +33,7 @@ TRANSLATIONS_PATH = pkg_resources.resource_filename( 'mediagoblin', 'i18n') # Known RTL languages -KNOWN_RTL = set(["ar", "fa", "zh","he","iw","ja","ur","yi","ji"]) +KNOWN_RTL = set(["ar", "fa", "he", "iw", "ur", "yi", "ji"]) def is_rtl(lang): """Returns true when the local language is right to left""" diff --git a/mediagoblin/user_pages/forms.py b/mediagoblin/user_pages/forms.py index eb786f47..1a09864b 100644 --- a/mediagoblin/user_pages/forms.py +++ b/mediagoblin/user_pages/forms.py @@ -21,7 +21,7 @@ from mediagoblin.tools.translate import lazy_pass_to_ugettext as _ class MediaCommentForm(wtforms.Form): comment_content = wtforms.TextAreaField( _('Comment'), - [wtforms.validators.Required()], + [wtforms.validators.InputRequired()], description=_(u'You can use ' u'<a href="http://daringfireball.net/projects/markdown/basics" target="_blank">' u'Markdown</a> for formatting.')) @@ -53,11 +53,11 @@ class MediaCollectForm(wtforms.Form): class CommentReportForm(wtforms.Form): report_reason = wtforms.TextAreaField( _('Reason for Reporting'), - [wtforms.validators.Required()]) + [wtforms.validators.InputRequired()]) reporter_id = wtforms.HiddenField('') class MediaReportForm(wtforms.Form): report_reason = wtforms.TextAreaField( _('Reason for Reporting'), - [wtforms.validators.Required()]) + [wtforms.validators.InputRequired()]) reporter_id = wtforms.HiddenField('') diff --git a/mediagoblin/user_pages/lib.py b/mediagoblin/user_pages/lib.py index e5c8defc..5b411a82 100644 --- a/mediagoblin/user_pages/lib.py +++ b/mediagoblin/user_pages/lib.py @@ -14,14 +14,14 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -from mediagoblin.tools.mail import send_email -from mediagoblin.tools.template import render_template -from mediagoblin.tools.translate import pass_to_ugettext as _ from mediagoblin import mg_globals from mediagoblin.db.base import Session from mediagoblin.db.models import (CollectionItem, MediaReport, CommentReport, - MediaComment, MediaEntry) -from mediagoblin.user_pages import forms as user_forms + MediaComment, MediaEntry) +from mediagoblin.tools.mail import send_email +from mediagoblin.tools.pluginapi import hook_runall +from mediagoblin.tools.template import render_template +from mediagoblin.tools.translate import pass_to_ugettext as _ def send_comment_email(user, comment, media, request): @@ -73,9 +73,12 @@ def add_media_to_collection(collection, media, note=None, commit=True): Session.add(collection) Session.add(media) + hook_runall('collection_add_media', collection_item=collection_item) + if commit: Session.commit() + def build_report_object(report_form, media_entry=None, comment=None): """ This function is used to convert a form object (from a User filing a @@ -86,7 +89,7 @@ def build_report_object(report_form, media_entry=None, comment=None): :param media_entry A MediaEntry object. The MediaEntry being repo- -rted by a MediaReport. In a CommentReport, this will be None. - :param comment A MediaComment object. The MediaComment being + :param comment A MediaComment object. The MediaComment being reported by a CommentReport. In a MediaReport this will be None. @@ -115,4 +118,3 @@ def build_report_object(report_form, media_entry=None, comment=None): report_object.report_content = report_form.report_reason.data report_object.reporter_id = report_form.reporter_id.data return report_object - diff --git a/mediagoblin/user_pages/routing.py b/mediagoblin/user_pages/routing.py index f0f4d8b7..8eb51c8d 100644 --- a/mediagoblin/user_pages/routing.py +++ b/mediagoblin/user_pages/routing.py @@ -101,3 +101,7 @@ add_route('mediagoblin.edit.edit_media', add_route('mediagoblin.edit.attachments', '/u/<string:user>/m/<int:media_id>/attachments/', 'mediagoblin.edit.views:edit_attachments') + +add_route('mediagoblin.edit.metadata', + '/u/<string:user>/m/<int:media_id>/metadata/', + 'mediagoblin.edit.views:edit_metadata') diff --git a/mediagoblin/webfinger/views.py b/mediagoblin/webfinger/views.py deleted file mode 100644 index c4dfedf2..00000000 --- a/mediagoblin/webfinger/views.py +++ /dev/null @@ -1,117 +0,0 @@ -# GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. -''' -For references, see docstring in mediagoblin/webfinger/__init__.py -''' - -import re - -from six.moves.urllib.parse import urlparse - -from mediagoblin.tools.response import render_to_response, render_404 - -def host_meta(request): - ''' - Webfinger host-meta - ''' - - placeholder = 'MG_LRDD_PLACEHOLDER' - - lrdd_title = 'GNU MediaGoblin - User lookup' - - lrdd_template = request.urlgen( - 'mediagoblin.webfinger.xrd', - uri=placeholder, - qualified=True) - - return render_to_response( - request, - 'mediagoblin/webfinger/host-meta.xml', - {'request': request, - 'lrdd_template': lrdd_template, - 'lrdd_title': lrdd_title, - 'placeholder': placeholder}) - -MATCH_SCHEME_PATTERN = re.compile(r'^acct:') - -def xrd(request): - ''' - Find user data based on a webfinger URI - ''' - param_uri = request.GET.get('uri') - - if not param_uri: - return render_404(request) - - ''' - :py:module:`urlparse` does not recognize usernames in URIs of the - form ``acct:user@example.org`` or ``user@example.org``. - ''' - if not MATCH_SCHEME_PATTERN.search(param_uri): - # Assume the URI is in the form ``user@example.org`` - uri = 'acct://' + param_uri - else: - # Assumes the URI looks like ``acct:user@example.org - uri = MATCH_SCHEME_PATTERN.sub( - 'acct://', param_uri) - - parsed = urlparse(uri) - - xrd_subject = param_uri - - # TODO: Verify that the user exists - # Q: Does webfinger support error handling in this case? - # Returning 404 seems intuitive, need to check. - if parsed.username: - # The user object - # TODO: Fetch from database instead of using the MockUser - user = MockUser() - user.username = parsed.username - - xrd_links = [ - {'attrs': { - 'rel': 'http://microformats.org/profile/hcard', - 'href': request.urlgen( - 'mediagoblin.user_pages.user_home', - user=user.username, - qualified=True)}}, - {'attrs': { - 'rel': 'http://schemas.google.com/g/2010#updates-from', - 'href': request.urlgen( - 'mediagoblin.user_pages.atom_feed', - user=user.username, - qualified=True)}}] - - xrd_alias = request.urlgen( - 'mediagoblin.user_pages.user_home', - user=user.username, - qualified=True) - - return render_to_response( - request, - 'mediagoblin/webfinger/xrd.xml', - {'request': request, - 'subject': xrd_subject, - 'alias': xrd_alias, - 'links': xrd_links }) - else: - return render_404(request) - -class MockUser(object): - ''' - TEMPORARY user object - ''' - username = None diff --git a/runtests.sh b/runtests.sh index 00164a78..e2523961 100755 --- a/runtests.sh +++ b/runtests.sh @@ -34,7 +34,7 @@ elif which py.test > /dev/null; then export PYTEST="py.test"; else echo "py.test not found. X_X"; - echo "Please install 'nose'. Exiting."; + echo "Please install pytest e.g. with 'pip install pytest'. Exiting."; exit 1 fi @@ -48,10 +48,10 @@ if PY2: # TERRIBLE AND IS THE END OF ALL THINGS # I'd love to remove this restriction. py2_only_install_requires.append('sqlalchemy-migrate<0.8') - # Annoying. Please remove once we can! We only indirectly - # use pbr, and currently it breaks things, presumably till - # their next release. - py2_only_install_requires.append('pbr==0.5.22') + # # Annoying. Please remove once we can! We only indirectly + # # use pbr, and currently it breaks things, presumably till + # # their next release. + # py2_only_install_requires.append('pbr==0.5.22') py2_only_install_requires.append('mock') # mock is in the stdlib for 3.3+ install_requires = [ @@ -76,10 +76,13 @@ install_requires = [ # PLEASE change this when we can; a dependency is forcing us to set this # specific number and it is breaking setup.py develop 'six==1.5.2', - 'oauthlib>=0.5.0', + 'oauthlib', 'unidecode', + 'jsonschema', 'ExifRead', # TODO(berker): Install develop branch for Python 3 'PasteDeploy', + 'requests', + 'pyld', # This is optional: # 'translitcodec', # For now we're expecting that users will install this from @@ -100,7 +103,7 @@ try: include_package_data = True, # scripts and dependencies install_requires=install_requires, - test_suite='nose.collector', # TODO: We are using py.test now? + test_suite='nose.collector', entry_points="""\ [console_scripts] gmg = mediagoblin.gmg_commands:main_cli @@ -124,6 +127,7 @@ try: url="http://mediagoblin.org/", download_url="http://mediagoblin.org/download/", long_description=long_description, + description='MediaGoblin is a web application for publishing all kinds of media', classifiers=[ "Development Status :: 3 - Alpha", "Environment :: Web Environment", |