diff --git a/CHANGELOG b/CHANGELOG index 5376ad2..898cdd2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ 1.1.0 ----- +* Add Jennifer Wilson to AUTHORS. * Add Daniel Lathrop to AUTHORS. * Fix url parsing issue breaking Firefox. (#870) * Update to Django 1.4.8. (#882) diff --git a/locale/de/LC_MESSAGES/django.mo b/locale/de/LC_MESSAGES/django.mo index ab9448b..d5524c7 100644 Binary files a/locale/de/LC_MESSAGES/django.mo and b/locale/de/LC_MESSAGES/django.mo differ diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po index e1086a4..7256b89 100644 --- a/locale/de/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PANDA Project (server-side)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-26 16:21+0000\n" +"POT-Creation-Date: 2013-10-04 16:50-0700\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -162,11 +162,12 @@ msgstr "Admin" msgid "Logout" msgstr "Abmelden" -#: config/settings.py:259 +#: config/settings.py:260 +#, fuzzy msgid "Uncategorized" msgstr "Fehlende Kategorien" -#: jumpstart/views.py:37 +#: jumpstart/views.py:38 msgid "English" msgstr "Englisch" @@ -196,9 +197,10 @@ msgstr "Wichtige Daten" #: panda/admin.py:163 panda/admin.py:184 msgid "Email is not configured for your PANDA." -msgstr "{Email is not configured for your PANDA.}" +msgstr "" #: panda/admin.py:176 +#, fuzzy msgid "Activation email sent." msgstr "Aktivierungs-Mail erneut verschicken" @@ -219,39 +221,37 @@ msgstr "%s hinzufügen" #: panda/admin.py:224 msgid "No user data provided." -msgstr "{No user data provided.}" +msgstr "" #: panda/admin.py:231 msgid "Only UTF-8 data is supported." -msgstr "{Only UTF-8 data is supported.}" +msgstr "" #: panda/admin.py:234 msgid "" "Unable to determine the format of the data you entered. Please ensure it is " "valid CSV data." msgstr "" -"{Unable to determine the format of the data you entered. Please ensure it is " -"valid CSV data.}" #: panda/admin.py:242 #, python-format msgid "Row %i has less than 4 columns." -msgstr "{Row %i has less than 4 columns.}" +msgstr "" #: panda/admin.py:244 #, python-format msgid "Row %i has more than 4 columns." -msgstr "{Row %i has more than 4 columns.}" +msgstr "" #: panda/admin.py:247 #, python-format msgid "User \"%s\" already exists" -msgstr "{User \"%s\" already exists}" +msgstr "" #: panda/admin.py:260 #, python-format msgid "Successfully created %i user(s)" -msgstr "{Successfully created %i user(s)}" +msgstr "" #: panda/admin.py:263 #, fuzzy, python-format @@ -260,32 +260,32 @@ msgstr "Aktivierungs-Mail erneut verschicken" #: panda/admin.py:430 msgid "You can not abort a task that has already ended." -msgstr "{You can not abort a task that has already ended.}" +msgstr "" #: panda/admin.py:433 msgid "Attempting to abort task." -msgstr "{Attempting to abort task.}" +msgstr "" #: panda/admin.py:444 msgid "You can not abort tasks that have already ended." -msgstr "{You can not abort tasks that have already ended.}" +msgstr "" #: panda/admin.py:450 #, python-format msgid "Attempting to abort %i task(s)." -msgstr "{Attempting to abort %i task(s).}" +msgstr "" #: panda/admin.py:452 msgid "Abort task(s)" -msgstr "{Abort task(s)}" +msgstr "" #: panda/config.py:9 msgid "Site domain" -msgstr "{Site domain}" +msgstr "" #: panda/config.py:16 msgid "Site domain to be referenced in outgoing email." -msgstr "{Site domain to be referenced in outgoing email.}" +msgstr "" #: panda/config.py:23 #, fuzzy @@ -294,86 +294,83 @@ msgstr "E-Mail" #: panda/config.py:30 msgid "Enable email?" -msgstr "{Enable email?}" +msgstr "" #: panda/config.py:31 msgid "" "If enabled, notifications and activation messages will be sent via email." msgstr "" -"{If enabled, notifications and activation messages will be sent via email.}" #: panda/config.py:39 msgid "Hostname or IP of the SMTP server." -msgstr "{Hostname or IP of the SMTP server.}" +msgstr "" #: panda/config.py:47 msgid "Port number of the SMTP server." -msgstr "{Port number of the SMTP server.}" +msgstr "" #: panda/config.py:55 msgid "Username for the SMTP server." -msgstr "{Username for the SMTP server.}" +msgstr "" #: panda/config.py:63 msgid "Password for the SMTP server." -msgstr "{Password for the SMTP server.}" +msgstr "" #: panda/config.py:71 msgid "Use TLS encryption when connecting to the SMTP server?" -msgstr "{Use TLS encryption when connecting to the SMTP server?}" +msgstr "" #: panda/config.py:79 msgid "Email address that PANDA messages should appear to come from." -msgstr "{Email address that PANDA messages should appear to come from.}" +msgstr "" #: panda/config.py:87 msgid "Miscellaneous" -msgstr "{Miscellaneous}" +msgstr "" #: panda/config.py:94 msgid "Maximum size allowed for user-uploaded files, in bytes." -msgstr "{Maximum size allowed for user-uploaded files, in bytes.}" +msgstr "" #: panda/config.py:95 msgid "The default value is equivalent to 1GB." -msgstr "{The default value is equivalent to 1GB.}" +msgstr "" #: panda/config.py:103 msgid "Performance" -msgstr "{Performance}" +msgstr "" #: panda/config.py:110 msgid "Number of seconds to wait between processing batches of data." -msgstr "{Number of seconds to wait between processing batches of data.}" +msgstr "" #: panda/config.py:111 msgid "" "A larger number will result in slower imports and exports, but better " "responsiveness from the PANDA user interface." msgstr "" -"{A larger number will result in slower imports and exports, but better " -"responsiveness from the PANDA user interface.}" #: panda/exceptions.py:50 #, python-format msgid "Unable to convert \"%(value)s\" to type %(normal_type)s" -msgstr "{Unable to convert \"%(value)s\" to type %(normal_type)s}" +msgstr "" #: panda/views.py:49 msgid "CSV contains fields longer than maximum length of 131072 characters." -msgstr "{CSV contains fields longer than maximum length of 131072 characters.}" +msgstr "" #: panda/views.py:99 msgid "This account is disabled" -msgstr "{This account is disabled}" +msgstr "" #: panda/views.py:102 msgid "Email or password is incorrect" -msgstr "{Email or password is incorrect}" +msgstr "" #: panda/views.py:113 msgid "Successfully logged out" -msgstr "{Successfully logged out}" +msgstr "" #: panda/views.py:123 #, fuzzy @@ -382,7 +379,7 @@ msgstr "Aktivierungs-Mail erneut verschicken" #: panda/views.py:128 msgid "Expired activation key. Contact your administrator" -msgstr "{Expired activation key. Contact your administrator}" +msgstr "" #: panda/views.py:149 #, fuzzy @@ -391,15 +388,15 @@ msgstr "Aktivierungs-Mail erneut verschicken" #: panda/views.py:154 msgid "Expired activation key. Contact your administrator." -msgstr "{Expired activation key. Contact your administrator.}" +msgstr "" #: panda/views.py:157 panda/api/datasets.py:24 panda/api/users.py:24 msgid "This field is required." -msgstr "{This field is required.}" +msgstr "" #: panda/views.py:195 panda/views.py:198 msgid "Unknown or inactive email address." -msgstr "{Unknown or inactive email address.}" +msgstr "" #: panda/views.py:204 #, fuzzy @@ -417,21 +414,14 @@ msgid "" "\n" "If you did not request this email you should notify your administrator." msgstr "" -"{PANDA received a request to change your password.\n" -"\n" -"To set your new password follow this link:\n" -"\n" -"http://%(site_domain)s/#reset-password/%(activation_key)s\n" -"\n" -"If you did not request this email you should notify your administrator.}" #: panda/api/activity_log.py:41 msgid "Activity has already been recorded." -msgstr "{Activity has already been recorded.}" +msgstr "" #: panda/api/data.py:60 msgid "The data field is required." -msgstr "{The data field is required.}" +msgstr "" #: panda/api/data.py:64 msgid "external_id must be a string." @@ -478,19 +468,18 @@ msgstr "" #: panda/api/data.py:249 panda/api/data.py:280 panda/api/data.py:350 #: panda/api/data.py:402 panda/api/datasets.py:245 panda/api/datasets.py:299 #: panda/api/datasets.py:342 -#, fuzzy msgid "Dataset is currently locked by another process." -msgstr "{This dataset is currently locked by another process.}" +msgstr "" #: panda/api/data.py:320 panda/api/users.py:264 #, fuzzy msgid "Invalid data sent." -msgstr "Aktivierungs-Mail erneut verschicken" +msgstr "Einen Datensatz finden" #: panda/api/data.py:449 -#, fuzzy, python-format +#, python-format msgid "Export search results for \"%s\"." -msgstr "Neue Suchergebnisse für \"%(query)s\" in %(dataset_name)s" +msgstr "" #: panda/api/data.py:530 #, fuzzy @@ -527,9 +516,8 @@ msgid "" msgstr "" #: panda/api/datasets.py:274 -#, fuzzy msgid "This dataset has no data to reindex." -msgstr "{Time this dataset was last locked.}" +msgstr "" #: panda/api/datasets.py:280 msgid "" @@ -551,36 +539,34 @@ msgstr "" msgid "" "Audit uploads and local files, deleting any not associated with a dataset." msgstr "" -"{Audit uploads and local files, deleting any not associated with a dataset.}" #: panda/management/commands/purge_orphaned_uploads.py:20 msgid "Only describe what files would be deleted, don't actually delete them." msgstr "" -"{Only describe what files would be deleted, don't actually delete them.}" #: panda/management/commands/purge_orphaned_uploads.py:25 msgid "Running in fake mode! No files will actually be deleted!" -msgstr "{Running in fake mode! No files will actually be deleted!}" +msgstr "" #: panda/management/commands/purge_orphaned_uploads.py:40 #, python-format msgid "Would delete upload: %s\n" -msgstr "{Would delete upload: %s}\n" +msgstr "" #: panda/management/commands/purge_orphaned_uploads.py:42 #, python-format msgid "Deleted upload: %s\n" -msgstr "{Deleted upload: %s}\n" +msgstr "" #: panda/management/commands/purge_orphaned_uploads.py:49 #, python-format msgid "Would delete file: %s\n" -msgstr "{Would delete file: %s}\n" +msgstr "" #: panda/management/commands/purge_orphaned_uploads.py:51 #, python-format msgid "Deleted file: %s\n" -msgstr "{Deleted file: %s}\n" +msgstr "" #: panda/management/commands/reindex_datasets.py:9 #, fuzzy @@ -590,90 +576,90 @@ msgstr "Einen Datensatz finden" #: panda/management/commands/reindex_datasets.py:14 #, python-format msgid "Updated: %s\n" -msgstr "{Updated: %s}\n" +msgstr "" #: panda/management/commands/reindex_datasets.py:16 msgid "Done!\n" -msgstr "{Done!}\n" +msgstr "" #: panda/models/activity_log.py:13 msgid "The user who was active." -msgstr "{The user who was active.}" +msgstr "" #: panda/models/activity_log.py:14 panda/models/search_log.py:15 #: panda/models/search_subscription.py:16 panda/models/user_profile.py:20 msgid "user" -msgstr "{user}" +msgstr "" #: panda/models/activity_log.py:15 panda/models/search_log.py:21 msgid "when" -msgstr "{when}" +msgstr "" #: panda/models/activity_log.py:16 msgid "The date this activity was recorded." -msgstr "{The date this activity was recorded.}" +msgstr "" #: panda/models/activity_log.py:20 msgid "ActivityLog" -msgstr "{ActivityLog}" +msgstr "" #: panda/models/activity_log.py:21 msgid "ActivityLogs" -msgstr "{ActivityLogs}" +msgstr "" #: panda/models/activity_log.py:25 #, python-format msgid "%(user)s at %(when)s" -msgstr "{%(user)s at %(when)s}" +msgstr "" #: panda/models/base_upload.py:15 msgid "filename" -msgstr "{filename}" +msgstr "" #: panda/models/base_upload.py:17 msgid "Filename as stored in PANDA." -msgstr "{Filename as stored in PANDA.}" +msgstr "" #: panda/models/base_upload.py:18 msgid "original_filename" -msgstr "{original_filename}" +msgstr "" #: panda/models/base_upload.py:20 msgid "Filename as originally uploaded." -msgstr "{Filename as originally uploaded.}" +msgstr "" #: panda/models/base_upload.py:21 msgid "size" -msgstr "{size}" +msgstr "" #: panda/models/base_upload.py:22 msgid "Size of the file in bytes." -msgstr "{Size of the file in bytes.}" +msgstr "" #: panda/models/base_upload.py:24 msgid "The user who uploaded this file." -msgstr "{The user who uploaded this file.}" +msgstr "" #: panda/models/base_upload.py:25 panda/models/dataset.py:48 #: panda/models/task_status.py:39 msgid "creator" -msgstr "{creator}" +msgstr "" #: panda/models/base_upload.py:26 panda/models/dataset.py:44 msgid "creation_date" -msgstr "{creation_date}" +msgstr "" #: panda/models/base_upload.py:27 msgid "The date this file was uploaded." -msgstr "{The date this file was uploaded.}" +msgstr "" #: panda/models/base_upload.py:28 msgid "title" -msgstr "{title}" +msgstr "" #: panda/models/base_upload.py:30 msgid "A user-friendly name for this file." -msgstr "{A user-friendly name for this file.}" +msgstr "" #: panda/models/category.py:12 panda/models/dataset.py:26 #, fuzzy @@ -682,19 +668,20 @@ msgstr "%(name)s" #: panda/models/category.py:14 msgid "Category name." -msgstr "{Category name.}" +msgstr "" #: panda/models/category.py:18 msgid "Category" -msgstr "{Category}" +msgstr "" #: panda/models/category.py:19 +#, fuzzy msgid "Categories" -msgstr "Kategorien" +msgstr "Fehlende Kategorien" #: panda/models/data_upload.py:22 panda/models/related_upload.py:16 msgid "The dataset this upload is associated with." -msgstr "{The dataset this upload is associated with.}" +msgstr "" #: panda/models/data_upload.py:23 panda/models/export.py:17 #: panda/models/related_upload.py:17 panda/models/search_log.py:18 @@ -705,51 +692,51 @@ msgstr "Einen Datensatz finden" #: panda/models/data_upload.py:25 msgid "data_type" -msgstr "{data_type}" +msgstr "" #: panda/models/data_upload.py:26 msgid "The type of this file, if known." -msgstr "{The type of this file, if known.}" +msgstr "" #: panda/models/data_upload.py:27 msgid "encoding" -msgstr "{encoding}" +msgstr "" #: panda/models/data_upload.py:28 msgid "The character encoding of this file. Defaults to utf-8" -msgstr "{The character encoding of this file. Defaults to utf-8}" +msgstr "" #: panda/models/data_upload.py:29 msgid "dialect" -msgstr "{dialect}" +msgstr "" #: panda/models/data_upload.py:30 msgid "Description of the formatting of this file." -msgstr "{Description of the formatting of this file.}" +msgstr "" #: panda/models/data_upload.py:31 msgid "columns" -msgstr "{columns}" +msgstr "" #: panda/models/data_upload.py:32 msgid "An list of names for this uploads columns." -msgstr "{An list of names for this uploads columns.}" +msgstr "" #: panda/models/data_upload.py:33 panda/models/dataset.py:37 msgid "sample_data" -msgstr "{sample_data}" +msgstr "" #: panda/models/data_upload.py:34 msgid "Example data from this file." -msgstr "{Example data from this file.}" +msgstr "" #: panda/models/data_upload.py:35 msgid "guessed_types" -msgstr "{guessed_types}" +msgstr "" #: panda/models/data_upload.py:36 msgid "Column types guessed based on a sample of data." -msgstr "{Column types guessed based on a sample of data.}" +msgstr "" #: panda/models/data_upload.py:37 #, fuzzy @@ -758,15 +745,15 @@ msgstr "Import fehlgeschlagen" #: panda/models/data_upload.py:38 msgid "Has this upload ever been imported into its parent dataset." -msgstr "{Has this upload ever been imported into its parent dataset.}" +msgstr "" #: panda/models/data_upload.py:39 msgid "deletable" -msgstr "{deletable}" +msgstr "" #: panda/models/data_upload.py:40 msgid "Can this data upload be deleted? False for uploads prior to 1.0." -msgstr "{Can this data upload be deleted? False for uploads prior to 1.0.}" +msgstr "" #: panda/models/data_upload.py:47 #, fuzzy @@ -783,12 +770,10 @@ msgid "" "This data upload was created before deleting individual data uploads was " "supported. In order to delete it you must delete the entire dataset." msgstr "" -"{This data upload was created before deleting individual data uploads was " -"supported. In order to delete it you must delete the entire dataset.}" #: panda/models/dataset.py:27 msgid "User-supplied dataset name." -msgstr "{User-supplied dataset name.}" +msgstr "" #: panda/models/dataset.py:28 #, fuzzy @@ -797,59 +782,56 @@ msgstr "Fehlende Beschreibungen" #: panda/models/dataset.py:29 msgid "User-supplied dataset description." -msgstr "{User-supplied dataset description.}" +msgstr "" #: panda/models/dataset.py:33 msgid "The data upload used to create this dataset, if any was used." -msgstr "{The data upload used to create this dataset, if any was used.}" +msgstr "" #: panda/models/dataset.py:34 msgid "initial_upload" -msgstr "{initial_upload}" +msgstr "" #: panda/models/dataset.py:35 msgid "column_schema" -msgstr "{column_schema}" +msgstr "" #: panda/models/dataset.py:36 msgid "Metadata about columns." -msgstr "{Metadata about columns.}" +msgstr "" #: panda/models/dataset.py:38 msgid "Example data rows from the dataset." -msgstr "{Example data rows from the dataset.}" +msgstr "" #: panda/models/dataset.py:39 msgid "row_count" -msgstr "{row_count}" +msgstr "" #: panda/models/dataset.py:40 msgid "" "The number of rows in this dataset. Null if no data has been added/imported." msgstr "" -"{The number of rows in this dataset. Null if no data has been added/" -"imported.}" #: panda/models/dataset.py:42 msgid "The currently executed or last finished task related to this dataset." msgstr "" -"{The currently executed or last finished task related to this dataset.}" #: panda/models/dataset.py:43 msgid "current_task" -msgstr "{current_task}" +msgstr "" #: panda/models/dataset.py:45 msgid "The date this dataset was initially created." -msgstr "{The date this dataset was initially created.}" +msgstr "" #: panda/models/dataset.py:47 msgid "The user who created this dataset." -msgstr "{The user who created this dataset.}" +msgstr "" #: panda/models/dataset.py:50 msgid "Categories containing this Dataset." -msgstr "{Categories containing this Dataset.}" +msgstr "" #: panda/models/dataset.py:51 #, fuzzy @@ -858,11 +840,11 @@ msgstr "Fehlende Kategorien" #: panda/models/dataset.py:52 msgid "last_modified" -msgstr "{last_modified}" +msgstr "" #: panda/models/dataset.py:53 msgid "When, if ever, was this dataset last modified via the API?" -msgstr "{When, if ever, was this dataset last modified via the API?}" +msgstr "" #: panda/models/dataset.py:54 #, fuzzy @@ -871,66 +853,65 @@ msgstr "Benachrichtigungen" #: panda/models/dataset.py:55 msgid "Description of the last modification made to this Dataset." -msgstr "{Description of the last modification made to this Dataset.}" +msgstr "" #: panda/models/dataset.py:57 msgid "The user, if any, who last modified this dataset." -msgstr "{The user, if any, who last modified this dataset.}" +msgstr "" #: panda/models/dataset.py:58 msgid "last_modified_by" -msgstr "{last_modified_by}" +msgstr "" #: panda/models/dataset.py:59 msgid "locked" -msgstr "{locked}" +msgstr "" #: panda/models/dataset.py:60 msgid "Is this table locked for writing?" -msgstr "{Is this table locked for writing?}" +msgstr "" #: panda/models/dataset.py:61 msgid "locked_at" -msgstr "{locked_at}" +msgstr "" #: panda/models/dataset.py:62 msgid "Time this dataset was last locked." -msgstr "{Time this dataset was last locked.}" +msgstr "" #: panda/models/dataset.py:68 msgid "Dataset" -msgstr "{Dataset}" +msgstr "" #: panda/models/dataset.py:69 msgid "Datasets" -msgstr "{Datasets}" +msgstr "" #: panda/models/dataset.py:94 panda/models/dataset.py:110 msgid "This dataset is currently locked by another process." -msgstr "{This dataset is currently locked by another process.}" +msgstr "" #: panda/models/dataset.py:189 -#, fuzzy msgid "This file has already been imported." -msgstr "{Activity has already been recorded.}" +msgstr "" #: panda/models/dataset.py:195 msgid "This file type is not supported for data import." -msgstr "{This file type is not supported for data import.}" +msgstr "" #: panda/models/dataset.py:200 msgid "The columns in this file do not match those in the dataset." -msgstr "{The columns in this file do not match those in the dataset.}" +msgstr "" #: panda/models/dataset.py:213 #, python-format msgid "Import data from %(filename)s into %(slug)s." -msgstr "{Import data from %(filename)s into %(slug)s.}" +msgstr "" #: panda/models/dataset.py:254 #, python-format msgid "Reindex %(slug)s with %(typed_column_count)i column filters." -msgstr "{Reindex %(slug)s with %(typed_column_count)i column filters.}" +msgstr "" #: panda/models/dataset.py:277 #, fuzzy, python-format @@ -940,40 +921,40 @@ msgstr "Neue Suchergebnisse für \"%(query)s\" in %(dataset_name)s" #: panda/models/dataset.py:280 #, python-format msgid "Exporting data in %s." -msgstr "{Exporting data in %s}" +msgstr "" #: panda/models/dataset.py:334 #, python-format msgid "1 row %s" -msgstr "{1 row %s}" +msgstr "" #: panda/models/dataset.py:374 #, python-format msgid "%(added)i rows added and %(updated)i updated" -msgstr "{%(added)i rows added and %(updated)i updated}" +msgstr "" #: panda/models/dataset.py:377 #, python-format msgid "%i rows added" -msgstr "{%i rows added}" +msgstr "" #: panda/models/dataset.py:379 #, python-format msgid "%i rows updated" -msgstr "{%i rows updated}" +msgstr "" #: panda/models/dataset.py:399 msgid "1 row deleted" -msgstr "{1 row deleted}" +msgstr "" #: panda/models/dataset.py:416 #, python-format msgid "All %i rows deleted" -msgstr "{All %i rows deleted}" +msgstr "" #: panda/models/export.py:16 msgid "The dataset this export is from." -msgstr "{The dataset this export is from.}" +msgstr "" #: panda/models/export.py:24 #, fuzzy @@ -987,7 +968,7 @@ msgstr "Export fehlgeschlagen" #: panda/models/notification.py:9 msgid "Info" -msgstr "{Info}" +msgstr "" #: panda/models/notification.py:10 #, fuzzy @@ -996,55 +977,55 @@ msgstr "Verbleibend" #: panda/models/notification.py:11 msgid "Error" -msgstr "{Error}" +msgstr "" #: panda/models/notification.py:19 msgid "The user who should receive this notification." -msgstr "{The user who should receive this notification.}" +msgstr "" #: panda/models/notification.py:20 msgid "recipient" -msgstr "{recipient}" +msgstr "" #: panda/models/notification.py:21 panda/models/task_status.py:29 msgid "message" -msgstr "{message}" +msgstr "" #: panda/models/notification.py:22 msgid "The message to deliver." -msgstr "{The message to deliver.}" +msgstr "" #: panda/models/notification.py:23 msgid "type" -msgstr "{type}" +msgstr "" #: panda/models/notification.py:24 msgid "The type of message: info, warning or error" -msgstr "{The type of message: info, warning or error}" +msgstr "" #: panda/models/notification.py:25 msgid "sent_at" -msgstr "{sent_at}" +msgstr "" #: panda/models/notification.py:26 msgid "When this notification was created" -msgstr "{When this notification was created}" +msgstr "" #: panda/models/notification.py:27 msgid "read_at" -msgstr "{read_at}" +msgstr "" #: panda/models/notification.py:28 msgid "When this notification was read by the user." -msgstr "{When this notification was read by the user.}" +msgstr "" #: panda/models/notification.py:29 msgid "url" -msgstr "{url}" +msgstr "" #: panda/models/notification.py:30 msgid "A url to link to when displaying this notification." -msgstr "{A url to link to when displaying this notification.}" +msgstr "" #: panda/models/notification.py:35 #, fuzzy @@ -1059,27 +1040,27 @@ msgstr "Hochladen" #: panda/models/related_upload.py:25 #, fuzzy msgid "RelatedUploads" -msgstr "{Deleted upload: %s}\n" +msgstr "Hochladen" #: panda/models/search_log.py:14 msgid "The user who executed the search." -msgstr "{The user who executed the search.}" +msgstr "" #: panda/models/search_log.py:17 msgid "The data set searched, or null if all were searched." -msgstr "{The data set searched, or null if all were searched.}" +msgstr "" #: panda/models/search_log.py:19 panda/models/search_subscription.py:23 msgid "query" -msgstr "{query}" +msgstr "" #: panda/models/search_log.py:20 msgid "The search query that was executed" -msgstr "{The search query that was executed}" +msgstr "" #: panda/models/search_log.py:22 msgid "The date and time this search was logged." -msgstr "{The date and time this search was logged.}" +msgstr "" #: panda/models/search_log.py:26 #, fuzzy @@ -1094,64 +1075,64 @@ msgstr "Suchen" #: panda/models/search_log.py:31 #, python-format msgid "%(user)s searched %(dataset)s for %(query)s" -msgstr "{%(user)s searched %(dataset)s for %(query)s}" +msgstr "" #: panda/models/search_log.py:34 #, python-format msgid "%(user)s searched for %(query)s" -msgstr "{%(user)s searched for %(query)s}" +msgstr "" #: panda/models/search_subscription.py:15 msgid "The user who subscribed to the search." -msgstr "{The user who subscribed to the search.}" +msgstr "" #: panda/models/search_subscription.py:18 msgid "The dataset to be searched or null if all are to be searched." -msgstr "{The dataset to be searched or null if all are to be searched.}" +msgstr "" #: panda/models/search_subscription.py:21 msgid "A category to be searched or null if all are to be searched." -msgstr "{A category to be searched or null if all are to be searched.}" +msgstr "" #: panda/models/search_subscription.py:22 msgid "category" -msgstr "{category}" +msgstr "" #: panda/models/search_subscription.py:24 msgid "The search query to executed." -msgstr "{The search query to executed.}" +msgstr "" #: panda/models/search_subscription.py:25 msgid "query_url" -msgstr "{query_url}" +msgstr "" #: panda/models/search_subscription.py:26 msgid "Query encoded for URL." -msgstr "{Query encoded for URL.}" +msgstr "" #: panda/models/search_subscription.py:27 msgid "query_human" -msgstr "{query_human}" +msgstr "" #: panda/models/search_subscription.py:28 msgid "Human-readable description of the query being run." -msgstr "{Human-readable description of the query being run.}" +msgstr "" #: panda/models/search_subscription.py:29 msgid "last_run" -msgstr "{last_run}" +msgstr "" #: panda/models/search_subscription.py:30 msgid "The last time this search this was run." -msgstr "{The last time this search this was run.}" +msgstr "" #: panda/models/search_subscription.py:34 msgid "SearchSubscription" -msgstr "{SearchSubscription}" +msgstr "" #: panda/models/search_subscription.py:35 msgid "SearchSubscriptions" -msgstr "{SearchSubscriptions}" +msgstr "" #: panda/models/search_subscription.py:39 #, fuzzy, python-format @@ -1165,15 +1146,15 @@ msgstr "Export abgebrochen: \"%(query)s\" in allen Datensätzen" #: panda/models/slugged_model.py:16 msgid "slug" -msgstr "{slug}" +msgstr "" #: panda/models/task_status.py:23 msgid "task_name" -msgstr "{task_name}" +msgstr "" #: panda/models/task_status.py:24 msgid "Identifying name for this task." -msgstr "{Identifying name for this task}" +msgstr "" #: panda/models/task_status.py:25 #, fuzzy @@ -1181,85 +1162,82 @@ msgid "task_description" msgstr "Fehlende Beschreibungen" #: panda/models/task_status.py:26 -#, fuzzy msgid "Description of the task." -msgstr "{Attempting to abort task.}" +msgstr "" #: panda/models/task_status.py:27 msgid "status" -msgstr "{status}" +msgstr "" #: panda/models/task_status.py:28 msgid "Current state of this task." -msgstr "{Current state of this task.}" +msgstr "" #: panda/models/task_status.py:30 msgid "A human-readable message indicating the progress of this task." -msgstr "{A human-readable message indicating the progress of this task.}" +msgstr "" #: panda/models/task_status.py:31 msgid "start" -msgstr "{start}" +msgstr "" #: panda/models/task_status.py:32 msgid "Date and time that this task began processing." -msgstr "{Date and time that this task began processing.}" +msgstr "" #: panda/models/task_status.py:33 msgid "end" -msgstr "{end}" +msgstr "" #: panda/models/task_status.py:34 msgid "" "Date and time that this task ceased processing (either complete or failed)." msgstr "" -"{Date and time that this task ceased processing (either complete or failed).}" #: panda/models/task_status.py:35 #, fuzzy msgid "traceback" -msgstr "Rückverfolgung [oder: Nachverfolgung]" +msgstr "Rückverfolgung" #: panda/models/task_status.py:36 msgid "Traceback that exited this task, if it failed." -msgstr "{Traceback that exited this task, if it failed.}" +msgstr "" #: panda/models/task_status.py:38 msgid "The user who initiated this task." -msgstr "{The user who initiated this task.}" +msgstr "" #: panda/models/task_status.py:43 msgid "Task" -msgstr "{Task}" +msgstr "" #: panda/models/task_status.py:44 msgid "Tasks" -msgstr "{Tasks}" +msgstr "" #: panda/models/user_profile.py:22 -#, fuzzy msgid "activation_key" -msgstr "Aktivierungs-Mail erneut verschicken" +msgstr "" #: panda/models/user_profile.py:23 msgid "activation_key_expiration" -msgstr "{activation_key_expiration}" +msgstr "" #: panda/models/user_profile.py:24 msgid "show_login_help" -msgstr "{show_login_help}" +msgstr "" #: panda/models/user_profile.py:28 msgid "UserProfile" -msgstr "{UserProfile}" +msgstr "" #: panda/models/user_profile.py:29 msgid "UserProfiles" -msgstr "{UserProfiles}" +msgstr "" #: panda/models/user_profile.py:37 msgid "Welcome to PANDA, please activate your account!" -msgstr "{Welcome to PANDA, please activate your account!}" +msgstr "" #: panda/models/user_profile.py:38 #, python-format @@ -1271,20 +1249,14 @@ msgid "" "\n" "http://%(site_domain)s/#activate/%(activation_key)s" msgstr "" -"{Hello there, the administrator of your organization's PANDA has signed you " -"up for an account.\n" -"\n" -"To activate your account, click this link:\n" -"\n" -"http://%(site_domain)s/#activate/%(activation_key)s}" #: panda/models/user_proxy.py:25 msgid "User" -msgstr "{User}" +msgstr "" #: panda/models/user_proxy.py:26 msgid "Users" -msgstr "{Users}" +msgstr "" #: panda/tasks/export_csv.py:43 msgid "Preparing to export" @@ -1375,6 +1347,7 @@ msgid "Reindex failed" msgstr "Reindizieren fehlgeschlagen" #: panda/tasks/reindex.py:169 +#, fuzzy msgid "Reindex complete" msgstr "Reindizieren fehlgeschlagen" @@ -1759,14 +1732,10 @@ msgid "" "documentation about determining the encoding of a CSV file." msgstr "" -"{This CSV file contains characters that are not %s encoded. You need to " -"input the correct encoding in order to import data from this file. Read our " -"documentation about determining the encoding of a CSV file.}" #: panda/utils/csvdata.py:23 msgid "CSV dialect could not be automatically inferred." -msgstr "{CSV dialect could not be automatically inferred.}" +msgstr "" #: panda/utils/csvdata.py:41 panda/utils/csvdata.py:56 #, fuzzy, python-format @@ -1782,18 +1751,18 @@ msgstr "" #: panda/utils/typecoercion.py:81 #, python-format msgid "%(name)s: all values succesfully converted to type \"%(type)s\"\n" -msgstr "{%(name)s: all values succesfully converted to type \"%(type)s\"}\n" +msgstr "" #: panda/utils/typecoercion.py:84 -#, fuzzy, python-format +#, python-format msgid "" "%(name)s: failed to convert %(error_count)i values to type \"%(type)s\"\n" -msgstr "{Unable to convert \"%(value)s\" to type %(normal_type)s}" +msgstr "" #: panda/utils/xls.py:151 #, python-format msgid "Unknown column type found in xls file: %s" -msgstr "{Unknown column type found in xls file: %s}" +msgstr "" #: templates/404.html:5 msgid "Not Found" @@ -1811,10 +1780,6 @@ msgstr "PANDA-Administration" msgid "Configure domain, email, etc." msgstr "" -#: templates/admin/panda_index.html:6 -msgid "Configure domain, email, etc." -msgstr "{Configure domain, email, etc.}" - #: templates/admin/panda_index.html:10 #, python-format msgid "Models available in the %(name)s application." @@ -1875,18 +1840,3 @@ msgstr "Einstellungen aktualisieren" #: templates/livesettings/site_settings.html:117 msgid "You don't have permission to edit values." msgstr "Sie haben nicht die Berechtigung, Werte zu bearbeiten." - -#~ msgid "ABORTED" -#~ msgstr "{ABORTED}" - -#~ msgid "ABORT REQUESTED" -#~ msgstr "{ABORT REQUESTED}" - -#~ msgid "STARTED" -#~ msgstr "{STARTED}" - -#~ msgid "SUCCESS" -#~ msgstr "{SUCCESS}" - -#~ msgid "FAILURE" -#~ msgstr "{FAILURE}" diff --git a/locale/de/LC_MESSAGES/djangojs.mo b/locale/de/LC_MESSAGES/djangojs.mo index fc0bf80..a896d7c 100644 Binary files a/locale/de/LC_MESSAGES/djangojs.mo and b/locale/de/LC_MESSAGES/djangojs.mo differ diff --git a/locale/de/LC_MESSAGES/djangojs.po b/locale/de/LC_MESSAGES/djangojs.po index c640ed9..55e0af3 100644 --- a/locale/de/LC_MESSAGES/djangojs.po +++ b/locale/de/LC_MESSAGES/djangojs.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PANDA Project (client-side)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-26 16:21+0000\n" +"POT-Creation-Date: 2013-10-04 16:51-0700\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -264,6 +264,11 @@ msgstr "Fehler beim Verarbeiten des Datensatzes" msgid "Close" msgstr "Schließen" +#: client/static/js/text/data_upload.js:34 +#, fuzzy +msgid "Error uploading dataset: %(message)s" +msgstr "Fehler beim Verarbeiten des Datensatzes" + #: client/static/js/text/dataset_results.js:3 msgid "Please enter a search query" msgstr "Bitte geben Sie einen Suchbegriff ein" @@ -383,7 +388,7 @@ msgid "Search" msgstr "Suchen" #: client/static/js/text/dataset_search.js:6 -#: client/static/js/views/dataset_search.js:134 +#: client/static/js/views/dataset_search.js:159 msgid "More search options" msgstr "Weitere Suchoptionen" @@ -412,8 +417,8 @@ msgid "" "Put phrases in quotes: \"Chicago Bears\" will not match " "\"Chicago Panda Bears\"." msgstr "" -"Setzen Sie Wortfolgen in Anführungszeichen: \"Bahnhof Zoo\" wird nicht " -"\"Bahnhof am Zoo\" finden." +"Setzen Sie Wortfolgen in Anführungszeichen: \"Bahnhof Zoo\" " +"wird nicht \"Bahnhof am Zoo\" finden." #: client/static/js/text/dataset_search.js:12 msgid "AND/OR" @@ -748,6 +753,7 @@ msgstr "" "die PANDA-Übersicht!" #: client/static/js/text/inline_search_filters.js:3 +#: client/static/js/text/inline_search_filters.js:9 msgid "Search by column" msgstr "" @@ -769,19 +775,12 @@ msgid "" "dataset. To enable it select Enable column search from the " "Actions menu on the dataset page." msgstr "" -"{Searching specific columns has not been enabled for any columns in this " -"dataset. To enable it select Enable column search from the " -"Actions menu on the dataset page.}" -#: client/static/js/text/inline_search_filters.js:8 -msgid "Search by column" -msgstr "{Search by column}" - -#: client/static/js/text/inlines.js:5 +#: client/static/js/text/inlines.js:5 client/static/js/text/notifications.js:3 msgid "Previous" msgstr "Vorherige" -#: client/static/js/text/inlines.js:6 +#: client/static/js/text/inlines.js:6 client/static/js/text/notifications.js:4 msgid "Next" msgstr "Nächste" @@ -828,8 +827,8 @@ msgstr "Klicken Sie, um zu löschen" #: client/static/js/text/inlines.js:49 msgid "" "" +"Billy", "William", etc. It will not match mispellings." msgstr "" "" #: client/static/js/text/inlines.js:50 @@ -1292,9 +1291,9 @@ msgstr "Ein unerwarteter Fehler ist aufgetreten!" msgid "Try again" msgstr "Versuchen Sie es erneut" -#: client/static/js/views/dataset_results.js:63 -#: client/static/js/views/dataset_view.js:339 -#: client/static/js/views/search_results.js:95 +#: client/static/js/views/dataset_results.js:67 +#: client/static/js/views/dataset_view.js:340 +#: client/static/js/views/search_results.js:97 msgid "" "Your export has been successfully queued. When it is complete you will be " "emailed a link to download the file." @@ -1302,9 +1301,9 @@ msgstr "" "Ihr Export wurde erfolgreich vorbereitet. Wenn er abgeschlossen ist, " "erhalten Sie per E-Mail den Link zum Herunterladen der Datei." -#: client/static/js/views/dataset_results.js:65 -#: client/static/js/views/dataset_view.js:341 -#: client/static/js/views/search_results.js:97 +#: client/static/js/views/dataset_results.js:69 +#: client/static/js/views/dataset_view.js:342 +#: client/static/js/views/search_results.js:99 msgid "" "Your export has been successfully queued. Your PANDA does not have email " "configured, so you will need to check your Notifications list to see when it " @@ -1314,17 +1313,17 @@ msgstr "" "nicht eingerichtet, so dass Sie in Ihrer Benachrichtigungsliste nachsehen " "müssen, wann die Datei bereit zum Herunterladen ist." -#: client/static/js/views/dataset_results.js:71 -#: client/static/js/views/dataset_view.js:347 -#: client/static/js/views/search_results.js:103 +#: client/static/js/views/dataset_results.js:75 +#: client/static/js/views/dataset_view.js:348 +#: client/static/js/views/search_results.js:105 msgid "" "

Your export failed to start!

Error:

%(traceback)s" msgstr "" "

Ihr Export hat leider nicht begonnen!

Fehler:

" "%(traceback)s" -#: client/static/js/views/dataset_results.js:90 -#: client/static/js/views/search_results.js:76 +#: client/static/js/views/dataset_results.js:94 +#: client/static/js/views/search_results.js:78 msgid "" "

You will now receive notifications for this search.

You cancel " "these notifications on your user page.

" @@ -1332,8 +1331,8 @@ msgstr "" "

Sie werden ab jetzt Benachrichtigungen über diese Suche erhalten.

Sie können diese Benachrichtigungen auf Ihrer Benutzerseite löschen.

" -#: client/static/js/views/dataset_results.js:94 -#: client/static/js/views/search_results.js:80 +#: client/static/js/views/dataset_results.js:98 +#: client/static/js/views/search_results.js:82 msgid "" "

Failed to subscribe to notifications!

Error:

" "%(traceback)s" @@ -1341,7 +1340,11 @@ msgstr "" "

Fehler beim Abonnieren der Benachrichtiungen!

Fehler:

" "%(traceback)s" -#: client/static/js/views/dataset_search.js:68 +#: client/static/js/views/dataset_search.js:50 +msgid "Import in progress!" +msgstr "Import läuft!" + +#: client/static/js/views/dataset_search.js:51 msgid "" "

This dataset is being made searchable. Search results may be incomplete.

Status: %(message)s.

Status: %(message)s. Aktualisieren um den neuesten Status zu sehen »

" -#: client/static/js/views/dataset_search.js:69 -msgid "Import in progress!" -msgstr "Import läuft!" - -#: client/static/js/views/dataset_search.js:71 +#: client/static/js/views/dataset_search.js:54 msgid "Import queued!" msgstr "Import vorbereitet!" -#: client/static/js/views/dataset_search.js:71 +#: client/static/js/views/dataset_search.js:55 msgid "" "

This dataset is waiting to be made searchable. Search results may be " "incomplete. Refresh to see " @@ -1369,11 +1368,13 @@ msgstr "" "Suchergebnisse könnten noch unvollständig sein. Aktualisieren für den neuesten Status »

" -#: client/static/js/views/dataset_search.js:73 +#: client/static/js/views/dataset_search.js:58 +#: client/static/js/views/dataset_search.js:62 msgid "Import failed!" msgstr "Import fehlgeschlagen!" -#: client/static/js/views/dataset_search.js:73 +#: client/static/js/views/dataset_search.js:59 +#: client/static/js/views/dataset_search.js:77 msgid "" "

The process to make this dataset searchable failed. Search results may be " "incomplete. Detaillierte Fehlermeldung anzeigen

" -#: client/static/js/views/dataset_search.js:75 -msgid "Import aborted!" -msgstr "Import abgebrochen!" - -#: client/static/js/views/dataset_search.js:75 +#: client/static/js/views/dataset_search.js:63 msgid "" "

The process to make data searchable was aborted by an administrator. " "Search results may be incomplete.

" @@ -1397,7 +1394,11 @@ msgstr "" "

Das Durchsuchbarmachen der Daten wurde von einem Administrator " "abgebrochen. Suchergebnisse können unvollständig sein.

" -#: client/static/js/views/dataset_search.js:80 +#: client/static/js/views/dataset_search.js:68 +msgid "Reindexing in progress!" +msgstr "Reindizieren läuft!" + +#: client/static/js/views/dataset_search.js:69 msgid "" "

Search data for this dataset is being updated. Search results may be " "incomplete.

Status: %(message)s.

Status: %(message)s. Aktualisieren für den neuesten Status »

" -#: client/static/js/views/dataset_search.js:81 -msgid "Reindexing in progress!" -msgstr "Reindizieren läuft!" - -#: client/static/js/views/dataset_search.js:83 +#: client/static/js/views/dataset_search.js:72 msgid "Reindexing queued!" msgstr "Reindizieren vorbereitet!" -#: client/static/js/views/dataset_search.js:83 +#: client/static/js/views/dataset_search.js:73 #, fuzzy msgid "" "

This dataset is waiting to have its search data updated. Search results " "may be incomplete. Refresh to " -"see updated status »

" +"see updated status »" msgstr "" "

Dieser Datensatz wartet darauf, dass seine Suchdaten aktualisiert werden. " "Suchergebnisse können unvollständig sein.

Status: %(message)s. Aktualisieren für den neuesten Status " "»

" -#: client/static/js/views/dataset_search.js:85 +#: client/static/js/views/dataset_search.js:76 msgid "Reindexing failed!" msgstr "Reindizieren fehlgeschlagen!" -#: client/static/js/views/dataset_search.js:85 -msgid "" -"

The process to make update this dataset's search data failed. Search " -"results may be incomplete. Show detailed error message

" -msgstr "" -"

Das Aktualisieren der Suchdaten dieses Datensatzes ist fehlgeschlagen. " -"Suchergebnisse können unvollständig sein. Detaillierte Fehlermeldung anzeigen

" - -#: client/static/js/views/dataset_search.js:87 +#: client/static/js/views/dataset_search.js:80 msgid "Reindexing aborted!" msgstr "Reindizieren abgebrochen!" -#: client/static/js/views/dataset_search.js:87 +#: client/static/js/views/dataset_search.js:81 msgid "" "

The process to udpate this dataset's search data was aborted by an " "administrator. Search results may be incomplete.

" @@ -1455,12 +1440,12 @@ msgstr "" "

Das Aktualisieren der Suchdaten dieses Datensatzes wurde von einem " "Administrator abgebrochen. Suchergebnisse können unvollständig sein.

" -#: client/static/js/views/dataset_search.js:132 +#: client/static/js/views/dataset_search.js:157 #: client/static/js/views/inline_search_filters.js:192 msgid "Fewer search options" msgstr "Weniger Suchoptionen" -#: client/static/js/views/dataset_search.js:144 +#: client/static/js/views/dataset_search.js:169 msgid "" "Warning! This query seems to be taking a very long time. It " "may still finish or it may have failed." @@ -1468,11 +1453,11 @@ msgstr "" "Achtung! Diese Suche scheint überdurchschnittlich lange zu " "brauchen. Sie könnte noch fertig werden oder aber fehlgeschlagen sein." -#: client/static/js/views/dataset_search.js:151 +#: client/static/js/views/dataset_search.js:176 msgid "

Error executing query!

%(error)s

" msgstr "

Fehler beim Ausführen der Suche!

%(error)s

" -#: client/static/js/views/dataset_search.js:205 +#: client/static/js/views/dataset_search.js:230 msgid "Search for %(full_text_query)s" msgstr "Suche nach %(full_text_query)s" @@ -1703,6 +1688,7 @@ msgid "Password reset failed!" msgstr "Zurücksetzen des Passworts fehlgeschlagen!" #: client/static/js/views/root.js:241 +#, fuzzy msgid "All datasets" msgstr "Meine Datensätze" @@ -1713,3 +1699,18 @@ msgstr "" #: client/static/js/views/user.js:93 msgid "Are you sure you want to delete this subscription?" msgstr "Sind Sie sicher, dass Sie dieses Abonnement löschen wollen?" + +#~ msgid "Import aborted!" +#~ msgstr "Import abgebrochen!" + +#~ msgid "" +#~ "

The process to make update this dataset's search data failed. Search " +#~ "results may be incomplete. Show detailed error message

" +#~ msgstr "" +#~ "

Das Aktualisieren der Suchdaten dieses Datensatzes ist fehlgeschlagen. " +#~ "Suchergebnisse können unvollständig sein. Detaillierte Fehlermeldung anzeigen" diff --git a/locale/es/LC_MESSAGES/django.mo b/locale/es/LC_MESSAGES/django.mo index 53d33d2..25554bf 100644 Binary files a/locale/es/LC_MESSAGES/django.mo and b/locale/es/LC_MESSAGES/django.mo differ diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index 68eda5a..3d06316 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-26 16:21+0000\n" +"POT-Creation-Date: 2013-10-04 16:51-0700\n" "Content-Type: text/plain; charset=UTF-8\n" #: client/templates/dashboard.html:5 @@ -154,12 +154,12 @@ msgstr "Administración" msgid "Logout" msgstr "Salir" -#: config/settings.py:259 +#: config/settings.py:260 #, fuzzy msgid "Uncategorized" msgstr "Categorías que faltan" -#: jumpstart/views.py:37 +#: jumpstart/views.py:38 msgid "English" msgstr "Inglés" @@ -466,12 +466,12 @@ msgstr "" #: panda/api/data.py:320 panda/api/users.py:264 #, fuzzy msgid "Invalid data sent." -msgstr "Reenviar correo de activación" +msgstr "Encontrar un dataset" #: panda/api/data.py:449 -#, fuzzy, python-format +#, python-format msgid "Export search results for \"%s\"." -msgstr "Nuevos resultados para la búsqueda \"%(query)s\" en %(dataset_name)s" +msgstr "" #: panda/api/data.py:530 #, fuzzy @@ -1208,9 +1208,8 @@ msgid "Tasks" msgstr "" #: panda/models/user_profile.py:22 -#, fuzzy msgid "activation_key" -msgstr "Reenviar correo de activación" +msgstr "" #: panda/models/user_profile.py:23 msgid "activation_key_expiration" @@ -1772,10 +1771,6 @@ msgstr "Administración de PANDA" msgid "Configure domain, email, etc." msgstr "" -#: templates/admin/panda_index.html:6 -msgid "Configure domain, email, etc." -msgstr "" - #: templates/admin/panda_index.html:10 #, python-format msgid "Models available in the %(name)s application." @@ -1811,8 +1806,9 @@ msgid "Edit Site Settings" msgstr "Editar configuración" #: templates/livesettings/site_settings.html:54 +#, fuzzy msgid "Site settings" -msgstr "Configuración" +msgstr "Editar configuración" #: templates/livesettings/site_settings.html:61 msgid "Livesettings are disabled for this site." diff --git a/locale/es/LC_MESSAGES/djangojs.mo b/locale/es/LC_MESSAGES/djangojs.mo index 20a8817..14b9a15 100644 Binary files a/locale/es/LC_MESSAGES/djangojs.mo and b/locale/es/LC_MESSAGES/djangojs.mo differ diff --git a/locale/es/LC_MESSAGES/djangojs.po b/locale/es/LC_MESSAGES/djangojs.po index e3e2f91..a6b985b 100644 --- a/locale/es/LC_MESSAGES/djangojs.po +++ b/locale/es/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-26 16:21+0000\n" +"POT-Creation-Date: 2013-10-04 16:51-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -225,6 +225,10 @@ msgstr "" msgid "Close" msgstr "" +#: client/static/js/text/data_upload.js:34 +msgid "Error uploading dataset: %(message)s" +msgstr "" + #: client/static/js/text/dataset_results.js:3 #, fuzzy msgid "Please enter a search query" @@ -332,7 +336,7 @@ msgid "Search" msgstr "Buscar" #: client/static/js/text/dataset_search.js:6 -#: client/static/js/views/dataset_search.js:134 +#: client/static/js/views/dataset_search.js:159 msgid "More search options" msgstr "" @@ -671,6 +675,7 @@ msgstr "" "%(link)s>Dashboard!" #: client/static/js/text/inline_search_filters.js:3 +#: client/static/js/text/inline_search_filters.js:9 msgid "Search by column" msgstr "" @@ -693,15 +698,11 @@ msgid "" "Actions menu on the dataset page." msgstr "" -#: client/static/js/text/inline_search_filters.js:8 -msgid "Search by column" -msgstr "" - -#: client/static/js/text/inlines.js:5 +#: client/static/js/text/inlines.js:5 client/static/js/text/notifications.js:3 msgid "Previous" msgstr "" -#: client/static/js/text/inlines.js:6 +#: client/static/js/text/inlines.js:6 client/static/js/text/notifications.js:4 msgid "Next" msgstr "" @@ -1138,71 +1139,73 @@ msgstr "" msgid "Try again" msgstr "" -#: client/static/js/views/dataset_results.js:63 -#: client/static/js/views/dataset_view.js:339 -#: client/static/js/views/search_results.js:95 +#: client/static/js/views/dataset_results.js:67 +#: client/static/js/views/dataset_view.js:340 +#: client/static/js/views/search_results.js:97 msgid "" "Your export has been successfully queued. When it is complete you will be " "emailed a link to download the file." msgstr "" -#: client/static/js/views/dataset_results.js:65 -#: client/static/js/views/dataset_view.js:341 -#: client/static/js/views/search_results.js:97 +#: client/static/js/views/dataset_results.js:69 +#: client/static/js/views/dataset_view.js:342 +#: client/static/js/views/search_results.js:99 msgid "" "Your export has been successfully queued. Your PANDA does not have email " "configured, so you will need to check your Notifications list to see when it " "is ready to be downloaded." msgstr "" -#: client/static/js/views/dataset_results.js:71 -#: client/static/js/views/dataset_view.js:347 -#: client/static/js/views/search_results.js:103 +#: client/static/js/views/dataset_results.js:75 +#: client/static/js/views/dataset_view.js:348 +#: client/static/js/views/search_results.js:105 msgid "" "

Your export failed to start!

Error:

%(traceback)s" msgstr "" -#: client/static/js/views/dataset_results.js:90 -#: client/static/js/views/search_results.js:76 +#: client/static/js/views/dataset_results.js:94 +#: client/static/js/views/search_results.js:78 msgid "" "

You will now receive notifications for this search.

You cancel " "these notifications on your user page.

" msgstr "" -#: client/static/js/views/dataset_results.js:94 -#: client/static/js/views/search_results.js:80 +#: client/static/js/views/dataset_results.js:98 +#: client/static/js/views/search_results.js:82 msgid "" "

Failed to subscribe to notifications!

Error:

" "%(traceback)s" msgstr "" -#: client/static/js/views/dataset_search.js:68 +#: client/static/js/views/dataset_search.js:50 +msgid "Import in progress!" +msgstr "" + +#: client/static/js/views/dataset_search.js:51 msgid "" "

This dataset is being made searchable. Search results may be incomplete.

Status: %(message)s. Refresh to see updated status »

" msgstr "" -#: client/static/js/views/dataset_search.js:69 -msgid "Import in progress!" -msgstr "" - -#: client/static/js/views/dataset_search.js:71 +#: client/static/js/views/dataset_search.js:54 msgid "Import queued!" msgstr "" -#: client/static/js/views/dataset_search.js:71 +#: client/static/js/views/dataset_search.js:55 msgid "" "

This dataset is waiting to be made searchable. Search results may be " "incomplete. Refresh to see " "updated status »" msgstr "" -#: client/static/js/views/dataset_search.js:73 +#: client/static/js/views/dataset_search.js:58 +#: client/static/js/views/dataset_search.js:62 msgid "Import failed!" msgstr "" -#: client/static/js/views/dataset_search.js:73 +#: client/static/js/views/dataset_search.js:59 +#: client/static/js/views/dataset_search.js:77 msgid "" "

The process to make this dataset searchable failed. Search results may be " "incomplete.

" msgstr "" -#: client/static/js/views/dataset_search.js:75 -msgid "Import aborted!" -msgstr "" - -#: client/static/js/views/dataset_search.js:75 +#: client/static/js/views/dataset_search.js:63 msgid "" "

The process to make data searchable was aborted by an administrator. " "Search results may be incomplete.

" msgstr "" -#: client/static/js/views/dataset_search.js:80 +#: client/static/js/views/dataset_search.js:68 +msgid "Reindexing in progress!" +msgstr "" + +#: client/static/js/views/dataset_search.js:69 msgid "" "

Search data for this dataset is being updated. Search results may be " "incomplete.

Status: %(message)s. Refresh to see updated status »

" msgstr "" -#: client/static/js/views/dataset_search.js:81 -msgid "Reindexing in progress!" -msgstr "" - -#: client/static/js/views/dataset_search.js:83 +#: client/static/js/views/dataset_search.js:72 msgid "Reindexing queued!" msgstr "" -#: client/static/js/views/dataset_search.js:83 +#: client/static/js/views/dataset_search.js:73 msgid "" "

This dataset is waiting to have its search data updated. Search results " "may be incomplete. Refresh to " -"see updated status »

" +"see updated status »" msgstr "" -#: client/static/js/views/dataset_search.js:85 +#: client/static/js/views/dataset_search.js:76 msgid "Reindexing failed!" msgstr "" -#: client/static/js/views/dataset_search.js:85 -msgid "" -"

The process to make update this dataset's search data failed. Search " -"results may be incomplete. Show detailed error message

" -msgstr "" - -#: client/static/js/views/dataset_search.js:87 +#: client/static/js/views/dataset_search.js:80 msgid "Reindexing aborted!" msgstr "" -#: client/static/js/views/dataset_search.js:87 +#: client/static/js/views/dataset_search.js:81 msgid "" "

The process to udpate this dataset's search data was aborted by an " "administrator. Search results may be incomplete.

" msgstr "" -#: client/static/js/views/dataset_search.js:132 +#: client/static/js/views/dataset_search.js:157 #: client/static/js/views/inline_search_filters.js:192 msgid "Fewer search options" msgstr "" -#: client/static/js/views/dataset_search.js:144 +#: client/static/js/views/dataset_search.js:169 msgid "" "Warning! This query seems to be taking a very long time. It " "may still finish or it may have failed." msgstr "" -#: client/static/js/views/dataset_search.js:151 +#: client/static/js/views/dataset_search.js:176 msgid "

Error executing query!

%(error)s

" msgstr "" -#: client/static/js/views/dataset_search.js:205 +#: client/static/js/views/dataset_search.js:230 msgid "Search for %(full_text_query)s" msgstr ""