# Translations template for Trac. # Copyright (C) 2010 Edgewall Software # This file is distributed under the same license as the Trac project. # FIRST AUTHOR , 2010. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Trac 0.12\n" "Report-Msgid-Bugs-To: trac-dev@googlegroups.com\n" "POT-Creation-Date: 2010-04-10 22:16+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 0.9.5\n" #: tracopt/mimeview/php.py:97 msgid "" "You appear to be using the PHP CGI binary. Trac requires the CLI version " "for syntax highlighting." msgstr "" #: tracopt/ticket/deleter.py:69 tracopt/ticket/deleter.py:82 #: tracopt/ticket/templates/ticket_delete.html:19 #: trac/ticket/templates/report_list.html:37 #: trac/wiki/templates/wiki_delete.html:22 msgid "Delete" msgstr "" #: tracopt/ticket/deleter.py:70 tracopt/ticket/templates/ticket_delete.html:39 msgid "Delete ticket" msgstr "" #: tracopt/ticket/deleter.py:83 #, python-format msgid "Delete comment %(num)s" msgstr "" #: tracopt/ticket/deleter.py:130 #, python-format msgid "The ticket #%(id)s has been deleted." msgstr "" #: tracopt/ticket/deleter.py:137 #, python-format msgid "The ticket comment %(num)s on ticket #%(id)s has been deleted." msgstr "" #: tracopt/ticket/deleter.py:156 #, python-format msgid "Comment %(num)s not found" msgstr "" #: tracopt/ticket/templates/ticket_delete.html:11 msgid "Delete Ticket #" msgstr "" #: tracopt/ticket/templates/ticket_delete.html:12 #: tracopt/ticket/templates/ticket_delete.html:45 #: tracopt/ticket/templates/ticket_delete.html:69 msgid "Delete comment" msgstr "" #: tracopt/ticket/templates/ticket_delete.html:12 #: tracopt/ticket/templates/ticket_delete.html:45 msgid "on Ticket #" msgstr "" #: tracopt/ticket/templates/ticket_delete.html:20 #: trac/ticket/templates/ticket.html:84 msgid "Ticket #" msgstr "" #: tracopt/ticket/templates/ticket_delete.html:32 msgid "Are you sure you want to delete this ticket?" msgstr "" #: tracopt/ticket/templates/ticket_delete.html:32 msgid "(comments:" msgstr "" #: tracopt/ticket/templates/ticket_delete.html:33 msgid "" ",\n" " attachments:" msgstr "" #: tracopt/ticket/templates/ticket_delete.html:34 #: tracopt/ticket/templates/ticket_delete.html:64 #: trac/templates/attachment.html:70 trac/wiki/templates/wiki_delete.html:32 msgid "This is an irreversible operation." msgstr "" #: tracopt/ticket/templates/ticket_delete.html:38 #: tracopt/ticket/templates/ticket_delete.html:68 #: trac/admin/templates/admin_components.html:55 #: trac/admin/templates/admin_enums.html:24 #: trac/admin/templates/admin_milestones.html:68 #: trac/admin/templates/admin_versions.html:45 #: trac/templates/attachment.html:63 trac/templates/attachment.html:76 #: trac/ticket/templates/milestone_delete.html:40 #: trac/ticket/templates/milestone_edit.html:94 #: trac/ticket/templates/report_delete.html:21 #: trac/ticket/templates/report_edit.html:44 #: trac/ticket/templates/ticket_change.html:49 #: trac/versioncontrol/templates/admin_repositories.html:84 #: trac/wiki/templates/wiki_delete.html:36 #: trac/wiki/templates/wiki_edit.html:80 #: trac/wiki/templates/wiki_edit_form.html:77 #: trac/wiki/templates/wiki_rename.html:31 msgid "Cancel" msgstr "" #: tracopt/ticket/templates/ticket_delete.html:52 msgid "comment:" msgstr "" #: tracopt/ticket/templates/ticket_delete.html:54 #: trac/ticket/templates/ticket.html:142 #, python-format msgid "Changed %(date)s ago by %(author)s" msgstr "" #: tracopt/ticket/templates/ticket_delete.html:64 msgid "Are you sure you want to delete this ticket comment?" msgstr "" #: trac/about.py:45 trac/templates/about.html:10 trac/templates/about.html:29 msgid "About Trac" msgstr "" #: trac/attachment.py:151 #, python-format msgid "Attachment '%(title)s' does not exist." msgstr "" #: trac/attachment.py:152 msgid "Invalid Attachment" msgstr "" #: trac/attachment.py:192 msgid "Could not delete attachment" msgstr "" #: trac/attachment.py:208 #, python-format msgid "" "Cannot reparent attachment \"%(att)s\" as it already exists in " "%(realm)s:%(id)s" msgstr "" #: trac/attachment.py:227 #, python-format msgid "Could not reparent attachment %(name)s" msgstr "" #: trac/attachment.py:344 #, python-format msgid "Attachment '%(filename)s' not found" msgstr "" #: trac/attachment.py:418 msgid "Bad request" msgstr "" #: trac/attachment.py:435 #, python-format msgid "Back to %(parent)s" msgstr "" #: trac/attachment.py:528 #, python-format msgid "%(attachment)s attached to %(resource)s" msgstr "" #: trac/attachment.py:589 #, python-format msgid "Attachment '%(id)s' in %(parent)s" msgstr "" #: trac/attachment.py:592 #, python-format msgid "Attachments of %(parent)s" msgstr "" #: trac/attachment.py:605 trac/attachment.py:628 trac/admin/web_ui.py:425 #: trac/admin/web_ui.py:428 trac/admin/web_ui.py:432 msgid "No file uploaded" msgstr "" #: trac/attachment.py:613 msgid "Can't upload empty file" msgstr "" #: trac/attachment.py:618 #, python-format msgid "Maximum attachment size: %(num)s bytes" msgstr "" #: trac/attachment.py:619 msgid "Upload failed" msgstr "" #: trac/attachment.py:640 #, python-format msgid "Attachment field %(field)s is invalid: %(message)s" msgstr "" #: trac/attachment.py:644 #, python-format msgid "Invalid attachment: %(message)s" msgstr "" #: trac/attachment.py:655 #, python-format msgid "" "You don't have permission to replace the attachment %(name)s. You can " "only replace your own attachments. Replacing other's attachments requires" " ATTACHMENT_DELETE permission." msgstr "" #: trac/attachment.py:687 #, python-format msgid "%(attachment)s (delete)" msgstr "" #: trac/attachment.py:748 trac/versioncontrol/web_ui/browser.py:633 #: trac/wiki/web_ui.py:68 msgid "Plain Text" msgstr "" #: trac/attachment.py:754 trac/versioncontrol/web_ui/browser.py:639 msgid "Original Format" msgstr "" #: trac/attachment.py:796 trac/attachment.py:802 #: trac/ticket/templates/ticket_change.html:21 #: trac/ticket/templates/ticket_change.html:22 msgid "Download" msgstr "" #: trac/attachment.py:896 #, python-format msgid "Invalid resource identifier '%(id)s'" msgstr "" #: trac/attachment.py:932 trac/admin/templates/admin_components.html:80 #: trac/admin/templates/admin_enums.html:48 #: trac/admin/templates/admin_milestones.html:104 #: trac/admin/templates/admin_versions.html:77 trac/templates/about.html:84 #: trac/templates/error.html:185 trac/ticket/admin.py:209 #: trac/ticket/admin.py:400 trac/ticket/admin.py:559 #: trac/versioncontrol/admin.py:108 #: trac/versioncontrol/templates/admin_repositories.html:125 #: trac/web/session.py:314 msgid "Name" msgstr "" #: trac/attachment.py:932 msgid "Size" msgstr "" #: trac/attachment.py:932 trac/templates/history_view.html:29 #: trac/ticket/templates/ticket.html:360 #: trac/versioncontrol/templates/revisionlog.html:96 msgid "Author" msgstr "" #: trac/attachment.py:932 trac/templates/history_view.html:28 msgid "Date" msgstr "" #: trac/attachment.py:933 trac/templates/attachment.html:93 #: trac/ticket/api.py:289 trac/ticket/templates/ticket_box.html:60 msgid "Description" msgstr "" #: trac/attachment.py:958 trac/wiki/admin.py:104 #, python-format msgid "File '%(name)s' exists" msgstr "" #: trac/config.py:403 #, python-format msgid "[%(section)s] %(entry)s: expected integer, got %(value)s" msgstr "" #: trac/config.py:421 #, python-format msgid "[%(section)s] %(entry)s: expected float, got %(value)s" msgstr "" #: trac/config.py:605 #, python-format msgid "[%(section)s] %(entry)s: expected one of (%(choices)s), got %(value)s" msgstr "" #: trac/env.py:581 msgid "Database newer than Trac version" msgstr "" #: trac/env.py:595 #, python-format msgid "No upgrade module for version %(num)i (%(version)s.py)" msgstr "" #: trac/env.py:640 msgid "" "Missing environment variable \"TRAC_ENV\". Trac requires this variable to" " point to a valid Trac environment." msgstr "" #: trac/env.py:672 #, python-format msgid "" "The Trac Environment needs to be upgraded.\n" "\n" "Run \"trac-admin %(path)s upgrade\"" msgstr "" #: trac/env.py:706 msgid "Copying resources from:" msgstr "" #: trac/env.py:722 msgid "Creating scripts." msgstr "" #: trac/env.py:737 #, python-format msgid "hotcopy can't overwrite existing '%(dest)s'" msgstr "" #: trac/env.py:747 #, python-format msgid "Hotcopying %(src)s to %(dst)s ..." msgstr "" #: trac/env.py:762 msgid "The following errors happened while copying the environment:" msgstr "" #: trac/env.py:773 msgid "Hotcopy done." msgstr "" #: trac/env.py:778 trac/admin/api.py:125 msgid "Invalid arguments" msgstr "" #: trac/env.py:781 msgid "Database is up to date, no upgrade necessary." msgstr "" #: trac/env.py:789 #, python-format msgid "" "Backup failed with '%(msg)s'.\n" "Use '--no-backup' to upgrade without doing a backup." msgstr "" #: trac/env.py:803 msgid "" "Warning: the wiki-macros directory in the environment is non-empty, but " "Trac\n" "doesn't load plugins from there anymore. Please remove it by hand." msgstr "" #: trac/env.py:814 #, python-format msgid "" "Error while removing wiki-macros: %(err)s\n" "Trac doesn't load plugins from wiki-macros anymore. Please remove it by " "hand." msgstr "" #: trac/env.py:816 msgid "Upgrade done." msgstr "" #: trac/notification.py:155 msgid "TLS enabled but server does not support TLS" msgstr "" #: trac/notification.py:303 #, python-format msgid "Invalid email encoding setting: %s" msgstr "" #: trac/notification.py:329 msgid "Header length is too short" msgstr "" #: trac/perm.py:48 #, python-format msgid "%(perm)s privileges are required to perform this operation on %(resource)s" msgstr "" #: trac/perm.py:50 #, python-format msgid "%(perm)s privileges are required to perform this operation" msgstr "" #: trac/perm.py:55 msgid "Insufficient privileges to perform this operation." msgstr "" #: trac/perm.py:329 #, python-format msgid "%(name)s is not a valid action." msgstr "" #: trac/perm.py:638 msgid "User" msgstr "" #: trac/perm.py:638 trac/admin/templates/admin_perms.html:69 #: trac/ticket/templates/ticket.html:338 msgid "Action" msgstr "" #: trac/perm.py:640 msgid "Available actions:" msgstr "" #: trac/perm.py:653 msgid "Group names must be in lower case and actions in upper case" msgstr "" #: trac/resource.py:326 #, python-format msgid "%(name)s at version %(version)s" msgstr "" #: trac/admin/api.py:129 trac/admin/console.py:254 msgid "Command not found" msgstr "" #: trac/admin/console.py:111 trac/ticket/templates/report_edit.html:34 msgid "Error:" msgstr "" #: trac/admin/console.py:130 #, python-format msgid "" "Welcome to trac-admin %(version)s\n" "Interactive Trac administration console.\n" "Copyright (c) 2003-2009 Edgewall Software\n" "\n" "Type: '?' or 'help' for help on commands.\n" " " msgstr "" #: trac/admin/console.py:164 #, python-format msgid "Failed to open environment: %(err)s" msgstr "" #: trac/admin/console.py:234 #, python-format msgid "Completion error: %(err)s" msgstr "" #: trac/admin/console.py:287 #, python-format msgid "No documentation found for '%(cmd)s'" msgstr "" #: trac/admin/console.py:289 #, python-format msgid "trac-admin - The Trac Administration Console %(version)s" msgstr "" #: trac/admin/console.py:293 msgid "Usage: trac-admin [command [subcommand] [option ...]]\n" msgstr "" #: trac/admin/console.py:296 msgid "Invoking trac-admin without command starts interactive mode.\n" msgstr "" #: trac/admin/console.py:336 #, python-format msgid "Creating a new Trac environment at %(envname)s" msgstr "" #: trac/admin/console.py:338 msgid "" "\n" "Trac will first ask a few questions about your environment \n" "in order to initialize and prepare the project database.\n" "\n" " Please enter the name of your project.\n" " This name will be used in page titles and descriptions.\n" msgstr "" #: trac/admin/console.py:346 #, python-format msgid "Project Name [%(default)s]> " msgstr "" #: trac/admin/console.py:348 msgid "" " \n" " Please specify the connection string for the database to use.\n" " By default, a local SQLite database is created in the environment\n" " directory. It is also possible to use an already existing\n" " PostgreSQL database (check the Trac documentation for the exact\n" " connection string syntax).\n" msgstr "" #: trac/admin/console.py:356 #, python-format msgid "Database connection string [%(default)s]> " msgstr "" #: trac/admin/console.py:363 #, python-format msgid "Initenv for '%(env)s' failed." msgstr "" #: trac/admin/console.py:366 msgid "Does an environment already exist?" msgstr "" #: trac/admin/console.py:370 msgid "Directory exists and is not empty." msgstr "" #: trac/admin/console.py:398 msgid "Creating and Initializing Project" msgstr "" #: trac/admin/console.py:415 msgid "Failed to create environment." msgstr "" #: trac/admin/console.py:421 msgid " Installing default wiki pages" msgstr "" #: trac/admin/console.py:430 msgid " Indexing default repository" msgstr "" #: trac/admin/console.py:433 msgid "" "\n" "---------------------------------------------------------------------\n" "Warning: couldn't index the default repository.\n" "\n" "This can happen for a variety of reasons: wrong repository type, \n" "no appropriate third party library for this repository type,\n" "no actual repository at the specified repository path...\n" "\n" "You can nevertheless start using your Trac environment, but \n" "you'll need to check again your trac.ini file and the [trac] \n" "repository_type and repository_path settings.\n" msgstr "" #: trac/admin/console.py:476 #, python-format msgid "" "\n" "---------------------------------------------------------------------\n" "Project environment for '%(project_name)s' created.\n" "\n" "You may now configure the environment by editing the file:\n" "\n" " %(config_path)s\n" "\n" "If you'd like to take this new project environment for a test drive,\n" "try running the Trac standalone web server `tracd`:\n" "\n" " tracd --port 8000 %(project_path)s\n" "\n" "Then point your browser to http://localhost:8000/%(project_dir)s.\n" "There you can also browse the documentation for your installed\n" "version of Trac, including information on further setup (such as\n" "deploying Trac to a real web server).\n" "\n" "The latest documentation can also always be found on the project\n" "website:\n" "\n" " http://trac.edgewall.org/\n" "\n" "Congratulations!\n" msgstr "" #: trac/admin/console.py:536 #, python-format msgid "non-ascii environment path '%(path)s' not supported." msgstr "" #: trac/admin/web_ui.py:64 msgid "Admin" msgstr "" #: trac/admin/web_ui.py:65 trac/admin/templates/admin.html:16 msgid "Administration" msgstr "" #: trac/admin/web_ui.py:81 msgid "No administration panels available" msgstr "" #: trac/admin/web_ui.py:107 trac/admin/web_ui.py:111 msgid "Unknown administration panel" msgstr "" #: trac/admin/web_ui.py:185 trac/ticket/admin.py:65 trac/ticket/admin.py:90 #: trac/ticket/admin.py:275 trac/ticket/admin.py:457 trac/ticket/admin.py:609 #: trac/ticket/admin.py:697 trac/ticket/report.py:188 #: trac/ticket/roadmap.py:688 trac/versioncontrol/admin.py:196 msgid "Your changes have been saved." msgstr "" #: trac/admin/web_ui.py:190 trac/ticket/admin.py:68 msgid "" "Error writing to trac.ini, make sure it is writable by the web server. " "Your changes have not been saved." msgstr "" #: trac/admin/web_ui.py:203 trac/admin/web_ui.py:231 trac/admin/web_ui.py:319 #: trac/admin/web_ui.py:401 trac/prefs/web_ui.py:86 #: trac/prefs/templates/prefs_general.html:9 msgid "General" msgstr "" #: trac/admin/web_ui.py:203 trac/admin/templates/admin_basics.html:13 msgid "Basic Settings" msgstr "" #: trac/admin/web_ui.py:231 trac/admin/templates/admin_logging.html:10 #: trac/admin/templates/admin_logging.html:22 msgid "Logging" msgstr "" #: trac/admin/web_ui.py:240 trac/ticket/templates/milestone_delete.html:31 #: trac/ticket/templates/milestone_edit.html:73 msgid "None" msgstr "" #: trac/admin/web_ui.py:241 msgid "Console" msgstr "" #: trac/admin/web_ui.py:243 trac/templates/attachment.html:32 msgid "File" msgstr "" #: trac/admin/web_ui.py:245 msgid "Syslog" msgstr "" #: trac/admin/web_ui.py:247 msgid "Windows event log" msgstr "" #: trac/admin/web_ui.py:260 #, python-format msgid "Unknown log type %(type)s" msgstr "" #: trac/admin/web_ui.py:261 msgid "Invalid log type" msgstr "" #: trac/admin/web_ui.py:275 #, python-format msgid "Unknown log level %(level)s" msgstr "" #: trac/admin/web_ui.py:276 msgid "Invalid log level" msgstr "" #: trac/admin/web_ui.py:289 msgid "You must specify a log file" msgstr "" #: trac/admin/web_ui.py:290 msgid "Missing field" msgstr "" #: trac/admin/web_ui.py:319 trac/admin/templates/admin_perms.html:9 msgid "Permissions" msgstr "" #: trac/admin/web_ui.py:333 msgid "All upper-cased tokens are reserved for permission names" msgstr "" #: trac/admin/web_ui.py:340 msgid "Unknown action" msgstr "" #: trac/admin/web_ui.py:344 #, python-format msgid "The subject %(subject)s has been granted the permission %(action)s." msgstr "" #: trac/admin/web_ui.py:349 #, python-format msgid "The permission %(action)s was already granted to %(subject)s." msgstr "" #: trac/admin/web_ui.py:365 #, python-format msgid "The subject %(subject)s has been added to the group %(group)s." msgstr "" #: trac/admin/web_ui.py:370 #, python-format msgid "The subject %(subject)s was already added to the group %(group)s." msgstr "" #: trac/admin/web_ui.py:383 msgid "The selected permissions have been revoked." msgstr "" #: trac/admin/web_ui.py:401 trac/admin/templates/admin_plugins.html:9 msgid "Plugins" msgstr "" #: trac/admin/web_ui.py:435 msgid "Uploaded file is not a Python source file or egg" msgstr "" #: trac/admin/web_ui.py:440 #, python-format msgid "Plugin %(name)s already installed" msgstr "" #: trac/admin/web_ui.py:513 msgid "The following component has been disabled:" msgid_plural "The following components have been disabled:" msgstr[0] "" msgstr[1] "" #: trac/admin/web_ui.py:518 msgid "The following component has been enabled:" msgid_plural "The following components have been enabled:" msgstr[0] "" msgstr[1] "" #: trac/admin/templates/admin.html:10 msgid "Administration:" msgstr "" #: trac/admin/templates/admin_basics.html:9 msgid "Basics" msgstr "" #: trac/admin/templates/admin_basics.html:17 msgid "Project" msgstr "" #: trac/admin/templates/admin_basics.html:19 #: trac/admin/templates/admin_components.html:37 #: trac/admin/templates/admin_components.html:66 #: trac/admin/templates/admin_enums.html:21 #: trac/admin/templates/admin_enums.html:35 #: trac/admin/templates/admin_milestones.html:22 #: trac/admin/templates/admin_milestones.html:80 #: trac/admin/templates/admin_versions.html:21 #: trac/admin/templates/admin_versions.html:56 #: trac/versioncontrol/templates/admin_repositories.html:50 #: trac/versioncontrol/templates/admin_repositories.html:95 #: trac/versioncontrol/templates/admin_repositories.html:112 msgid "Name:" msgstr "" #: trac/admin/templates/admin_basics.html:24 #: trac/versioncontrol/templates/admin_repositories.html:62 msgid "URL:" msgstr "" #: trac/admin/templates/admin_basics.html:29 #: trac/ticket/templates/ticket.html:254 msgid "Description:" msgstr "" #: trac/admin/templates/admin_basics.html:36 #: trac/admin/templates/admin_components.html:99 #: trac/admin/templates/admin_enums.html:70 #: trac/admin/templates/admin_logging.html:54 #: trac/admin/templates/admin_milestones.html:129 #: trac/admin/templates/admin_plugins.html:164 #: trac/admin/templates/admin_versions.html:94 msgid "Apply changes" msgstr "" #: trac/admin/templates/admin_components.html:10 trac/ticket/admin.py:76 msgid "Components" msgstr "" #: trac/admin/templates/admin_components.html:14 msgid "Manage Components" msgstr "" #: trac/admin/templates/admin_components.html:18 msgid "Owner:" msgstr "" #: trac/admin/templates/admin_components.html:35 msgid "Modify Component:" msgstr "" #: trac/admin/templates/admin_components.html:42 msgid "" "Description (you may use\n" " [1:WikiFormatting]\n" " here):" msgstr "" #: trac/admin/templates/admin_components.html:56 #: trac/admin/templates/admin_enums.html:25 #: trac/admin/templates/admin_milestones.html:69 #: trac/admin/templates/admin_versions.html:46 #: trac/versioncontrol/templates/admin_repositories.html:85 msgid "Save" msgstr "" #: trac/admin/templates/admin_components.html:64 msgid "Add Component:" msgstr "" #: trac/admin/templates/admin_components.html:70 #: trac/admin/templates/admin_enums.html:33 #: trac/admin/templates/admin_enums.html:38 #: trac/admin/templates/admin_milestones.html:93 #: trac/admin/templates/admin_perms.html:38 #: trac/admin/templates/admin_perms.html:60 #: trac/admin/templates/admin_versions.html:67 #: trac/versioncontrol/templates/admin_repositories.html:102 #: trac/versioncontrol/templates/admin_repositories.html:116 msgid "Add" msgstr "" #: trac/admin/templates/admin_components.html:80 trac/ticket/admin.py:209 #: trac/ticket/api.py:283 trac/ticket/web_ui.py:1337 msgid "Owner" msgstr "" #: trac/admin/templates/admin_components.html:80 #: trac/admin/templates/admin_enums.html:48 #: trac/admin/templates/admin_milestones.html:104 #: trac/admin/templates/admin_versions.html:77 msgid "Default" msgstr "" #: trac/admin/templates/admin_components.html:98 #: trac/admin/templates/admin_enums.html:69 #: trac/admin/templates/admin_milestones.html:128 #: trac/admin/templates/admin_perms.html:87 #: trac/admin/templates/admin_versions.html:93 #: trac/versioncontrol/templates/admin_repositories.html:145 msgid "Remove selected items" msgstr "" #: trac/admin/templates/admin_components.html:101 #: trac/admin/templates/admin_enums.html:72 #: trac/admin/templates/admin_milestones.html:131 #: trac/admin/templates/admin_versions.html:96 msgid "" "You can remove all items from this list to completely hide this\n" " field from the user interface." msgstr "" #: trac/admin/templates/admin_components.html:107 #: trac/admin/templates/admin_enums.html:78 #: trac/admin/templates/admin_milestones.html:137 #: trac/admin/templates/admin_versions.html:102 msgid "" "As long as you don't add any items to the list, this field\n" " will remain completely hidden from the user interface." msgstr "" #: trac/admin/templates/admin_enums.html:14 #, python-format msgid "Manage %(label_plural)s" msgstr "" #: trac/admin/templates/admin_enums.html:19 #, python-format msgid "Modify %(label_singular)s" msgstr "" #: trac/admin/templates/admin_enums.html:48 msgid "Order" msgstr "" #: trac/admin/templates/admin_logging.html:26 trac/templates/about.html:79 msgid "Configuration" msgstr "" #: trac/admin/templates/admin_logging.html:28 #: trac/versioncontrol/templates/admin_repositories.html:18 msgid "Type:" msgstr "" #: trac/admin/templates/admin_logging.html:37 msgid "Log level:" msgstr "" #: trac/admin/templates/admin_logging.html:45 msgid "Log file:" msgstr "" #: trac/admin/templates/admin_logging.html:48 #, python-format msgid "" "If you specify a relative path, the log file will be stored inside the\n" " [1:log] directory of the project environment ([2:%(dir)s])." msgstr "" #: trac/admin/templates/admin_milestones.html:10 trac/ticket/admin.py:241 #: trac/ticket/roadmap.py:856 msgid "Milestones" msgstr "" #: trac/admin/templates/admin_milestones.html:14 msgid "Manage Milestones" msgstr "" #: trac/admin/templates/admin_milestones.html:20 msgid "Modify Milestone:" msgstr "" #: trac/admin/templates/admin_milestones.html:25 #: trac/admin/templates/admin_milestones.html:85 #: trac/ticket/templates/milestone_edit.html:50 msgid "Due:" msgstr "" #: trac/admin/templates/admin_milestones.html:26 #: trac/admin/templates/admin_milestones.html:29 #: trac/admin/templates/admin_milestones.html:39 #: trac/admin/templates/admin_milestones.html:43 #: trac/admin/templates/admin_milestones.html:87 #: trac/admin/templates/admin_milestones.html:89 #: trac/admin/templates/admin_versions.html:27 #: trac/admin/templates/admin_versions.html:30 #: trac/admin/templates/admin_versions.html:60 #: trac/admin/templates/admin_versions.html:63 #: trac/ticket/templates/milestone_edit.html:51 #: trac/ticket/templates/milestone_edit.html:54 #: trac/ticket/templates/milestone_edit.html:63 #: trac/ticket/templates/milestone_edit.html:66 #, python-format msgid "Format: %(datehint)s" msgstr "" #: trac/admin/templates/admin_milestones.html:35 #: trac/ticket/templates/milestone_edit.html:59 msgid "Completed:" msgstr "" #: trac/admin/templates/admin_milestones.html:57 #: trac/admin/templates/admin_versions.html:35 #: trac/ticket/templates/milestone_edit.html:85 #: trac/versioncontrol/templates/admin_repositories.html:73 msgid "Description (you may use [1:WikiFormatting] here):" msgstr "" #: trac/admin/templates/admin_milestones.html:78 msgid "Add Milestone:" msgstr "" #: trac/admin/templates/admin_milestones.html:104 trac/ticket/admin.py:400 msgid "Due" msgstr "" #: trac/admin/templates/admin_milestones.html:104 trac/ticket/admin.py:400 msgid "Completed" msgstr "" #: trac/admin/templates/admin_milestones.html:104 trac/ticket/web_ui.py:184 msgid "Tickets" msgstr "" #: trac/admin/templates/admin_perms.html:13 msgid "Manage Permissions" msgstr "" #: trac/admin/templates/admin_perms.html:18 msgid "Grant Permission:" msgstr "" #: trac/admin/templates/admin_perms.html:21 #: trac/admin/templates/admin_perms.html:48 msgid "Subject:" msgstr "" #: trac/admin/templates/admin_perms.html:25 msgid "Action:" msgstr "" #: trac/admin/templates/admin_perms.html:33 msgid "" "Grant permission for an action to a subject, which can be either a user\n" " or a group." msgstr "" #: trac/admin/templates/admin_perms.html:45 msgid "Add Subject to Group:" msgstr "" #: trac/admin/templates/admin_perms.html:52 msgid "Group:" msgstr "" #: trac/admin/templates/admin_perms.html:56 msgid "Add a user or group to an existing permission group." msgstr "" #: trac/admin/templates/admin_perms.html:69 #: trac/admin/templates/admin_perms.html:92 msgid "Subject" msgstr "" #: trac/admin/templates/admin_perms.html:91 msgid "Note that" msgstr "" #: trac/admin/templates/admin_perms.html:92 trac/ticket/templates/query.html:73 msgid "or" msgstr "" #: trac/admin/templates/admin_perms.html:92 msgid "Group" msgstr "" #: trac/admin/templates/admin_perms.html:92 msgid "" "names can't be all upper-case,\n" " as that is reserved for permission names." msgstr "" #: trac/admin/templates/admin_plugins.html:41 msgid "Manage Plugins" msgstr "" #: trac/admin/templates/admin_plugins.html:45 msgid "Install Plugin:" msgstr "" #: trac/admin/templates/admin_plugins.html:47 #: trac/versioncontrol/templates/changeset.html:168 msgid "File:" msgid_plural "Files:" msgstr[0] "" msgstr[1] "" #: trac/admin/templates/admin_plugins.html:52 msgid "" "The web server does not have sufficient permissions to store files in\n" " the environment plugins directory." msgstr "" #: trac/admin/templates/admin_plugins.html:56 msgid "Upload a plugin packaged as Python egg." msgstr "" #: trac/admin/templates/admin_plugins.html:61 msgid "Install" msgstr "" #: trac/admin/templates/admin_plugins.html:84 trac/templates/diff_view.html:46 #: trac/versioncontrol/templates/changeset.html:140 msgid "Author:" msgstr "" #: trac/admin/templates/admin_plugins.html:93 msgid "Home page:" msgstr "" #: trac/admin/templates/admin_plugins.html:100 msgid "License:" msgstr "" #: trac/admin/templates/admin_plugins.html:110 msgid "Show all descriptions" msgstr "" #: trac/admin/templates/admin_plugins.html:112 msgid "Hide all descriptions" msgstr "" #: trac/admin/templates/admin_plugins.html:114 trac/ticket/admin.py:76 #: trac/ticket/api.py:296 msgid "Component" msgstr "" #: trac/admin/templates/admin_plugins.html:117 msgid "Enabled" msgstr "" #: trac/admin/templates/admin_plugins.html:126 msgid "Toggle the module description" msgstr "" #: trac/admin/templates/admin_plugins.html:142 msgid "Toggle the component description" msgstr "" #: trac/admin/templates/admin_versions.html:10 trac/ticket/admin.py:440 msgid "Versions" msgstr "" #: trac/admin/templates/admin_versions.html:14 msgid "Manage Versions" msgstr "" #: trac/admin/templates/admin_versions.html:19 msgid "Modify Version:" msgstr "" #: trac/admin/templates/admin_versions.html:26 msgid "Date:" msgstr "" #: trac/admin/templates/admin_versions.html:54 msgid "Add Version:" msgstr "" #: trac/admin/templates/admin_versions.html:59 msgid "Released:" msgstr "" #: trac/admin/templates/admin_versions.html:77 msgid "Released" msgstr "" #: trac/db/api.py:132 #, python-format msgid "Unsupported database type \"%(scheme)s\"" msgstr "" #: trac/db/api.py:162 #, python-format msgid "" "Unknown scheme \"%(scheme)s\"; database connection string must start with" " {scheme}:/" msgstr "" #: trac/db/mysql_backend.py:80 msgid "Cannot load Python bindings for MySQL" msgstr "" #: trac/db/pool.py:118 #, python-format msgid "Unable to get database connection within %(time)d seconds" msgstr "" #: trac/db/postgres_backend.py:81 msgid "Cannot load Python bindings for PostgreSQL" msgstr "" #: trac/db/sqlite_backend.py:153 msgid "Cannot load Python bindings for SQLite" msgstr "" #: trac/db/sqlite_backend.py:157 msgid "Need at least PySqlite 2.0.7 or higher" msgstr "" #: trac/db/sqlite_backend.py:180 #, python-format msgid "Database already exists at %(path)s" msgstr "" #: trac/db/sqlite_backend.py:240 #, python-format msgid "Database \"%(path)s\" not found." msgstr "" #: trac/db/sqlite_backend.py:249 #, python-format msgid "" "The user %(user)s requires read _and_ write permissions to the database " "file %(path)s and the directory it is located in." msgstr "" #: trac/mimeview/api.py:672 trac/mimeview/api.py:683 #, python-format msgid "No available MIME conversions from %(old)s to %(new)s" msgstr "" #: trac/mimeview/api.py:791 #, python-format msgid "HTML preview using %(renderer)s failed (%(err)s)" msgstr "" #: trac/mimeview/api.py:823 #, python-format msgid "Can't use %(annotator)s annotator: %(error)s" msgstr "" #: trac/mimeview/patch.py:53 msgid "Invalid unified diff content" msgstr "" #: trac/mimeview/patch.py:163 #, python-format msgid "new file %(new)s" msgstr "" #: trac/mimeview/patch.py:167 #, python-format msgid "deleted file %(deleted)s" msgstr "" #: trac/mimeview/patch.py:239 msgid "this hunk was shorter than expected" msgstr "" #: trac/mimeview/pygments.py:126 trac/prefs/templates/prefs_pygments.html:9 msgid "Syntax Highlighting" msgstr "" #: trac/mimeview/pygments.py:135 trac/prefs/web_ui.py:143 msgid "Your preferences have been saved." msgstr "" #: trac/prefs/web_ui.py:52 trac/prefs/templates/prefs.html:16 #: trac/ticket/templates/ticket.html:374 #: trac/wiki/templates/wiki_edit_form.html:50 msgid "Preferences" msgstr "" #: trac/prefs/web_ui.py:75 msgid "Unknown preference panel" msgstr "" #: trac/prefs/web_ui.py:87 trac/prefs/templates/prefs_datetime.html:10 msgid "Date & Time" msgstr "" #: trac/prefs/web_ui.py:88 trac/prefs/templates/prefs_keybindings.html:10 msgid "Keyboard Shortcuts" msgstr "" #: trac/prefs/web_ui.py:90 trac/prefs/templates/prefs_language.html:9 msgid "Language" msgstr "" #: trac/prefs/web_ui.py:92 trac/prefs/templates/prefs_advanced.html:9 msgid "Advanced" msgstr "" #: trac/prefs/templates/prefs.html:10 msgid "Preferences:" msgstr "" #: trac/prefs/templates/prefs.html:17 msgid "" "This page lets you customize your personal settings for this site.\n" " These settings are stored on the server and are identified by a " "session\n" " key stored in a browser cookie. That cookie allows your settings to" " be\n" " restored on subsequent visits." msgstr "" #: trac/prefs/templates/prefs.html:33 msgid "Save changes" msgstr "" #: trac/prefs/templates/prefs_advanced.html:14 msgid "Session key:" msgstr "" #: trac/prefs/templates/prefs_advanced.html:18 msgid "" "The session key is used to identify stored custom\n" " settings and session data on the server. Although it is\n" " automatically generated by default, you may change it to something\n" " easier to remember at any time if you wish to load your settings\n" " in a different web browser." msgstr "" #: trac/prefs/templates/prefs_advanced.html:26 msgid "Restore session:" msgstr "" #: trac/prefs/templates/prefs_advanced.html:29 msgid "Load" msgstr "" #: trac/prefs/templates/prefs_advanced.html:30 msgid "" "You may load a previously created session by entering the\n" " corresponding session key below. This lets you share settings " "between\n" " multiple computers and web browsers." msgstr "" #: trac/prefs/templates/prefs_datetime.html:16 msgid "Time zone:" msgstr "" #: trac/prefs/templates/prefs_datetime.html:18 msgid "Default time zone" msgstr "" #: trac/prefs/templates/prefs_datetime.html:25 msgid "" "Configuring your time zone will result in all\n" " dates and times displayed on this site to use your time zone\n" " instead of that of the server." msgstr "" #: trac/prefs/templates/prefs_datetime.html:30 msgid "Example: The current time is" msgstr "" #: trac/prefs/templates/prefs_datetime.html:31 msgid "(UTC)." msgstr "" #: trac/prefs/templates/prefs_datetime.html:34 #, python-format msgid "" "In your time zone %(tz)s, this would be displayed as\n" " [1:%(formatted)s]." msgstr "" #: trac/prefs/templates/prefs_datetime.html:40 #, python-format msgid "" "In the default time zone, this would be displayed as\n" " [1:%(formatted)s]." msgstr "" #: trac/prefs/templates/prefs_datetime.html:47 msgid "" "Note: Universal Co-ordinated Time (UTC) is also known as Greenwich Mean " "Time (GMT)." msgstr "" #: trac/prefs/templates/prefs_datetime.html:48 msgid "" "A positive offset is used to indicate a timezone at the east of " "Greenwich, i.e. ahead of Universal Time." msgstr "" #: trac/prefs/templates/prefs_general.html:15 msgid "Full name:" msgstr "" #: trac/prefs/templates/prefs_general.html:20 msgid "Email address:" msgstr "" #: trac/prefs/templates/prefs_general.html:26 msgid "" "This information is used to automatically populate some forms\n" " on this site with your contact details." msgstr "" #: trac/prefs/templates/prefs_general.html:30 msgid "" "This information is used to associate your login name with your\n" " email address and full name, which is used for email\n" " notification and RSS feeds, for example." msgstr "" #: trac/prefs/templates/prefs_keybindings.html:18 msgid "Enable access keys" msgstr "" #: trac/prefs/templates/prefs_keybindings.html:21 msgid "" "This site provides keyboard shortcuts for\n" " faster access to certain functions of this site. As these shortcuts" " can\n" " cause conflicts with shortcuts provided by the desktop system or\n" " web browser, they are disabled by default. See\n" " [1:TracAccessibility]\n" " for more information on access keys." msgstr "" #: trac/prefs/templates/prefs_language.html:14 msgid "Language:" msgstr "" #: trac/prefs/templates/prefs_language.html:16 msgid "default language" msgstr "" #: trac/prefs/templates/prefs_language.html:21 msgid "" "Configuring your language will result in all text\n" " displayed on this site to use your language instead of that of the\n" " server." msgstr "" #: trac/prefs/templates/prefs_language.html:25 msgid "" "The 'default language' option uses the browser's\n" " language negotiation feature to select the appropriate language." msgstr "" #: trac/prefs/templates/prefs_pygments.html:36 msgid "" "The Pygments syntax highlighter can be used with\n" " different coloring styles." msgstr "" #: trac/prefs/templates/prefs_pygments.html:38 msgid "Style:" msgstr "" #: trac/prefs/templates/prefs_pygments.html:43 msgid "Preview:" msgstr "" #: trac/search/web_ui.py:63 trac/search/templates/search.html:10 #: trac/search/templates/search.html:23 trac/search/templates/search.html:28 #: trac/templates/theme.html:28 msgid "Search" msgstr "" #: trac/search/web_ui.py:153 #, python-format msgid "Browse repository path %(path)s" msgstr "" #: trac/search/web_ui.py:193 #, python-format msgid "Search query too short. Query must be at least %(num)s characters long." msgstr "" #: trac/search/web_ui.py:231 trac/ticket/query.py:763 trac/ticket/report.py:369 msgid "Next Page" msgstr "" #: trac/search/web_ui.py:237 trac/ticket/query.py:768 trac/ticket/report.py:372 msgid "Previous Page" msgstr "" #: trac/search/templates/search.html:10 trac/search/templates/search.html:40 #: trac/ticket/templates/query_results.html:20 #: trac/ticket/templates/report_view.html:79 msgid "Results" msgstr "" #: trac/search/templates/search.html:48 msgid "Quickjump to" msgstr "" #: trac/search/templates/search.html:56 #, python-format msgid "By %(author)s" msgstr "" #: trac/search/templates/search.html:65 #: trac/ticket/templates/report_view.html:193 msgid "No matches found." msgstr "" #: trac/search/templates/search.html:69 msgid "" "[1:Note:] See [2:TracSearch]\n" " for help on searching." msgstr "" #: trac/templates/about.html:26 msgid "Trac: Integrated SCM & Project Management" msgstr "" #: trac/templates/about.html:30 msgid "" "Trac is a web-based software project management and bug/issue\n" " tracking system emphasizing ease of use and low ceremony.\n" " It provides an integrated Wiki, an interface to version control\n" " systems, and a number of convenient ways to stay on top of events" "\n" " and changes within a project." msgstr "" #: trac/templates/about.html:36 msgid "" "Trac is distributed under the modified BSD License.[1:]\n" " The complete text of the license can be found\n" " [2:online]\n" " as well as in the [3:COPYING] file included in the distribution." msgstr "" #: trac/templates/about.html:41 msgid "python powered" msgstr "" #: trac/templates/about.html:44 msgid "Please visit the Trac open source project:" msgstr "" #: trac/templates/about.html:45 msgid "http://trac.edgewall.org/" msgstr "" #: trac/templates/about.html:54 msgid "System Information" msgstr "" #: trac/templates/about.html:64 msgid "Installed Plugins" msgstr "" #: trac/templates/about.html:72 trac/templates/error.html:83 #: trac/templates/error.html:217 msgid "N/A" msgstr "" #: trac/templates/about.html:83 msgid "Section" msgstr "" #: trac/templates/about.html:85 trac/templates/error.html:185 msgid "Value" msgstr "" #: trac/templates/attach_file_form.html:15 msgid "Attach file" msgstr "" #: trac/templates/attachment.html:12 msgid "– Attachment" msgstr "" #: trac/templates/attachment.html:13 msgid "– Attachments" msgstr "" #: trac/templates/attachment.html:14 #, python-format msgid "%(filename)s on %(parent)s – Attachment" msgstr "" #: trac/templates/attachment.html:29 msgid "Add Attachment to" msgstr "" #: trac/templates/attachment.html:32 msgid "(size limit" msgstr "" #: trac/templates/attachment.html:37 msgid "Attachment Info" msgstr "" #: trac/templates/attachment.html:40 trac/ticket/templates/ticket.html:365 #: trac/wiki/templates/wiki_edit_form.html:46 msgid "Your email or username:" msgstr "" #: trac/templates/attachment.html:46 msgid "Description of the file (optional):" msgstr "" #: trac/templates/attachment.html:52 msgid "Replace existing attachment of the same name" msgstr "" #: trac/templates/attachment.html:62 msgid "Add attachment" msgstr "" #: trac/templates/attachment.html:70 msgid "Are you sure you want to delete this attachment?" msgstr "" #: trac/templates/attachment.html:77 trac/templates/attachment.html:119 msgid "Delete attachment" msgstr "" #: trac/templates/attachment.html:96 #, python-format msgid "" "File %(file)s,\n" " [1:%(size)s]\n" " (added by %(author)s, %(date)s ago)" msgstr "" #: trac/templates/diff_div.html:59 #: trac/versioncontrol/templates/browser.html:133 msgid "Property" msgstr "" #: trac/templates/diff_div.html:70 trac/ticket/templates/ticket_change.html:27 msgid "to" msgstr "" #: trac/templates/diff_div.html:75 msgid "Differences" msgstr "" #: trac/templates/diff_options.html:9 msgid "View differences" msgstr "" #: trac/templates/diff_options.html:12 msgid "inline" msgstr "" #: trac/templates/diff_options.html:14 msgid "side by side" msgstr "" #: trac/templates/diff_options.html:18 msgid "Show" msgstr "" #: trac/templates/diff_options.html:22 msgid "lines around each change" msgstr "" #: trac/templates/diff_options.html:25 msgid "Show the changes in full context" msgstr "" #: trac/templates/diff_options.html:29 msgid "Ignore:" msgstr "" #: trac/templates/diff_options.html:33 msgid "Blank lines" msgstr "" #: trac/templates/diff_options.html:38 msgid "Case changes" msgstr "" #: trac/templates/diff_options.html:43 msgid "White space changes" msgstr "" #: trac/templates/diff_options.html:47 #: trac/ticket/templates/milestone_view.html:57 #: trac/ticket/templates/query.html:207 #: trac/ticket/templates/report_view.html:49 #: trac/ticket/templates/roadmap.html:29 #: trac/timeline/templates/timeline.html:31 #: trac/versioncontrol/templates/revisionlog.html:65 msgid "Update" msgstr "" #: trac/templates/diff_view.html:17 msgid "Changes" msgstr "" #: trac/templates/diff_view.html:18 trac/templates/diff_view.html:21 #: trac/ticket/templates/query.html:115 msgid "between" msgstr "" #: trac/templates/diff_view.html:19 trac/templates/diff_view.html:25 #: trac/templates/history_view.html:27 trac/ticket/admin.py:440 #: trac/ticket/api.py:297 trac/ticket/templates/ticket.html:94 msgid "Version" msgstr "" #: trac/templates/diff_view.html:19 trac/templates/diff_view.html:22 #: trac/ticket/templates/query.html:117 msgid "and" msgstr "" #: trac/templates/diff_view.html:22 trac/ticket/web_ui.py:804 #: trac/ticket/web_ui.py:939 trac/ticket/templates/ticket.html:91 msgid "Initial Version" msgstr "" #: trac/templates/diff_view.html:24 msgid "from" msgstr "" #: trac/templates/diff_view.html:25 msgid "of" msgstr "" #: trac/templates/diff_view.html:38 #: trac/versioncontrol/templates/changeset.html:134 msgid "Timestamp:" msgstr "" #: trac/templates/diff_view.html:40 trac/templates/diff_view.html:48 #: trac/templates/diff_view.html:54 msgid "(multiple changes)" msgstr "" #: trac/templates/diff_view.html:42 #, python-format msgid "%(date)s (%(duration)s ago)" msgstr "" #: trac/templates/diff_view.html:50 msgid "(IP:" msgstr "" #: trac/templates/diff_view.html:52 msgid "Comment:" msgstr "" #: trac/templates/diff_view.html:60 #: trac/versioncontrol/templates/changeset.html:196 #: trac/versioncontrol/templates/revisionlog.html:71 msgid "Legend:" msgstr "" #: trac/templates/diff_view.html:62 #: trac/versioncontrol/templates/changeset.html:198 msgid "Unmodified" msgstr "" #: trac/templates/diff_view.html:63 #: trac/versioncontrol/templates/changeset.html:199 #: trac/versioncontrol/templates/revisionlog.html:73 msgid "Added" msgstr "" #: trac/templates/diff_view.html:64 #: trac/versioncontrol/templates/changeset.html:200 #: trac/versioncontrol/templates/revisionlog.html:75 msgid "Removed" msgstr "" #: trac/templates/diff_view.html:65 trac/ticket/api.py:325 #: trac/versioncontrol/templates/changeset.html:202 #: trac/versioncontrol/templates/revisionlog.html:77 trac/wiki/admin.py:200 msgid "Modified" msgstr "" #: trac/templates/error.html:64 msgid "" "==== How to Reproduce ====\n" "\n" "While doing a" msgstr "" #: trac/templates/error.html:67 msgid "operation on `" msgstr "" #: trac/templates/error.html:67 msgid "" "`, Trac issued an internal error.\n" "\n" "''(please provide additional details here)''" msgstr "" #: trac/templates/error.html:71 msgid "" "Request parameters:\n" "{{{" msgstr "" #: trac/templates/error.html:76 msgid "==== System Information ====" msgstr "" #: trac/templates/error.html:80 msgid "==== Enabled Plugins ====" msgstr "" #: trac/templates/error.html:83 msgid "" "==== Python Traceback ====\n" "{{{" msgstr "" #: trac/templates/error.html:90 msgid "Create" msgstr "" #: trac/templates/error.html:105 msgid "Oops…" msgstr "" #: trac/templates/error.html:107 msgid "Trac detected an internal error:" msgstr "" #: trac/templates/error.html:112 msgid "" "There was an internal error in Trac.\n" " It is recommended that you notify your local\n" " [1:\n" " Trac administrator] with the information needed to\n" " reproduce the issue." msgstr "" #: trac/templates/error.html:120 msgid "To that end, you could" msgstr "" #: trac/templates/error.html:120 msgid "a ticket." msgstr "" #: trac/templates/error.html:122 msgid "The action that triggered the error was:" msgstr "" #: trac/templates/error.html:127 msgid "This is probably a local installation issue." msgstr "" #: trac/templates/error.html:128 msgid "You should" msgstr "" #: trac/templates/error.html:129 msgid "" "a ticket at the admin Trac to report\n" " the issue." msgstr "" #: trac/templates/error.html:134 msgid "Found a bug in Trac?" msgstr "" #: trac/templates/error.html:135 msgid "" "If you think this should work and you can reproduce the problem,\n" " you should consider creating a bug report." msgstr "" #: trac/templates/error.html:138 msgid "Note that the" msgstr "" #: trac/templates/error.html:139 msgid "plugin seems to be involved." msgstr "" #: trac/templates/error.html:141 msgid "Note that the following plugins seem to be involved:" msgstr "" #: trac/templates/error.html:145 msgid "Please report this issue to the plugin maintainer." msgstr "" #: trac/templates/error.html:147 msgid "" "Before you do that, though, please first try\n" " [1:[2:searching]\n" " for similar issues], as it is quite likely that this " "problem\n" " has been reported before. For questions about " "installation\n" " and configuration of Trac or its plugins, please try the\n" " [3:mailing list]\n" " instead of creating a ticket." msgstr "" #: trac/templates/error.html:156 #, python-format msgid "" "Otherwise, please %(create)s a new bug report\n" " describing the problem and explain how to reproduce it." msgstr "" #: trac/templates/error.html:160 msgid "Python Traceback" msgstr "" #: trac/templates/error.html:161 msgid "Most recent call last:" msgstr "" #: trac/templates/error.html:166 trac/templates/error.html:197 msgid "File \"" msgstr "" #: trac/templates/error.html:166 msgid "" "\",\n" " line" msgstr "" #: trac/templates/error.html:167 trac/templates/error.html:197 msgid ", in" msgstr "" #: trac/templates/error.html:171 msgid "Code fragment:" msgstr "" #: trac/templates/error.html:173 msgid "Line" msgstr "" #: trac/templates/error.html:183 msgid "Local variables:" msgstr "" #: trac/templates/error.html:197 msgid "\", line" msgstr "" #: trac/templates/error.html:200 msgid "Switch to plain text view" msgstr "" #: trac/templates/error.html:203 msgid "System Information:" msgstr "" #: trac/templates/error.html:211 msgid "Enabled Plugins:" msgstr "" #: trac/templates/error.html:227 msgid "TracGuide" msgstr "" #: trac/templates/error.html:227 msgid "— The Trac User and Administration Guide" msgstr "" #: trac/templates/history_view.html:15 msgid "Change History for" msgstr "" #: trac/templates/history_view.html:21 trac/templates/history_view.html:54 #: trac/versioncontrol/templates/diff_form.html:58 #: trac/versioncontrol/templates/revisionlog.html:180 msgid "View changes" msgstr "" #: trac/templates/history_view.html:23 msgid "Change history" msgstr "" #: trac/templates/history_view.html:30 #: trac/ticket/templates/ticket_notify_email.txt:21 msgid "Comment" msgstr "" #: trac/templates/history_view.html:42 msgid "View this version" msgstr "" #: trac/templates/history_view.html:45 #, python-format msgid "IP-Address: %(ipnr)s" msgstr "" #: trac/templates/index.html:8 trac/templates/index.html:12 msgid "Available Projects" msgstr "" #: trac/templates/index.html:18 msgid "Error" msgstr "" #: trac/templates/layout.html:21 #, python-format msgid "Search %(project)s" msgstr "" #: trac/templates/layout.html:50 msgid "Download in other formats:" msgstr "" #: trac/templates/list_of_attachments.html:18 #, python-format msgid "" "[1:%(file)s]\n" " [2:[3:]]\n" " ([4:%(size)s]) -\n" " added by [5:%(author)s] %(date)s ago." msgstr "" #: trac/templates/list_of_attachments.html:29 #: trac/templates/list_of_attachments.html:40 #: trac/ticket/templates/ticket.html:388 msgid "Attachments" msgstr "" #: trac/templates/macros.html:19 #: trac/versioncontrol/templates/dir_entries.html:16 #, python-format msgid "%(size)s bytes" msgstr "" #: trac/templates/macros.html:37 trac/templates/macros.html:38 msgid "Previous" msgstr "" #: trac/templates/macros.html:47 trac/templates/macros.html:48 msgid "Next" msgstr "" #: trac/templates/preview_file.html:15 msgid "(The file is empty)" msgstr "" #: trac/templates/preview_file.html:18 msgid "HTML preview not available" msgstr "" #: trac/templates/preview_file.html:21 #, python-format msgid "since the file size exceeds %(size)s bytes." msgstr "" #: trac/templates/preview_file.html:25 msgid "since no preview renderer could handle it." msgstr "" #: trac/templates/preview_file.html:28 msgid "Try" msgstr "" #: trac/templates/preview_file.html:29 msgid "downloading" msgstr "" #: trac/templates/preview_file.html:29 msgid "the file instead." msgstr "" #: trac/templates/progress_bar.html:24 #, python-format msgid "%(num)s of %(total)s %(unit)s %(title)s" msgid_plural "%(num)s of %(total)s %(units)s %(title)s" msgstr[0] "" msgstr[1] "" #: trac/templates/progress_bar.html:37 #, python-format msgid "%(title)s %(unit)s:" msgid_plural "%(title)s %(units)s:" msgstr[0] "" msgstr[1] "" #: trac/templates/progress_bar.html:47 #, python-format msgid "Total %(unit)s:" msgid_plural "Total %(units)s:" msgstr[0] "" msgstr[1] "" #: trac/templates/theme.html:26 msgid "Search:" msgstr "" #: trac/templates/theme.html:39 msgid "Context Navigation" msgstr "" #: trac/templates/theme.html:49 msgid "Warning:" msgstr "" #: trac/ticket/admin.py:36 msgid "(Undefined)" msgstr "" #: trac/ticket/admin.py:47 msgid "Ticket System" msgstr "" #: trac/ticket/admin.py:112 #, python-format msgid "The component \"%(name)s\" has been added." msgstr "" #: trac/ticket/admin.py:117 trac/ticket/model.py:843 trac/ticket/model.py:864 msgid "Invalid component name." msgstr "" #: trac/ticket/admin.py:118 #, python-format msgid "Component %(name)s already exists." msgstr "" #: trac/ticket/admin.py:125 msgid "No component selected" msgstr "" #: trac/ticket/admin.py:133 msgid "The selected components have been removed." msgstr "" #: trac/ticket/admin.py:241 trac/ticket/api.py:295 #: trac/ticket/templates/milestone_view.html:10 #: trac/ticket/templates/milestone_view.html:23 msgid "Milestone" msgstr "" #: trac/ticket/admin.py:270 trac/ticket/roadmap.py:664 msgid "Completion date may not be in the future" msgstr "" #: trac/ticket/admin.py:272 msgid "Invalid Completion Date" msgstr "" #: trac/ticket/admin.py:299 #, python-format msgid "The milestone \"%(name)s\" has been added." msgstr "" #: trac/ticket/admin.py:304 trac/ticket/model.py:981 trac/ticket/model.py:1005 msgid "Invalid milestone name." msgstr "" #: trac/ticket/admin.py:305 #, python-format msgid "Milestone %(name)s already exists." msgstr "" #: trac/ticket/admin.py:313 msgid "No milestone selected" msgstr "" #: trac/ticket/admin.py:321 msgid "The selected milestones have been removed." msgstr "" #: trac/ticket/admin.py:480 #, python-format msgid "The version \"%(name)s\" has been added." msgstr "" #: trac/ticket/admin.py:485 trac/ticket/model.py:1116 trac/ticket/model.py:1136 msgid "Invalid version name." msgstr "" #: trac/ticket/admin.py:486 #, python-format msgid "Version %(name)s already exists." msgstr "" #: trac/ticket/admin.py:493 msgid "No version selected" msgstr "" #: trac/ticket/admin.py:501 msgid "The selected versions have been removed." msgstr "" #: trac/ticket/admin.py:559 msgid "Time" msgstr "" #: trac/ticket/admin.py:629 #, python-format msgid "The %(field)s \"%(name)s\" has been added." msgstr "" #: trac/ticket/admin.py:635 trac/ticket/model.py:702 trac/ticket/model.py:729 #, python-format msgid "Invalid %(type)s name." msgstr "" #: trac/ticket/admin.py:637 #, python-format msgid "%(type)s %(name)s already exists" msgstr "" #: trac/ticket/admin.py:643 #, python-format msgid "No %s selected" msgstr "" #: trac/ticket/admin.py:653 #, python-format msgid "The selected %(fields)s have been removed." msgstr "" #: trac/ticket/admin.py:674 msgid "" "Error writing to trac.ini, make sure it is writable by the web server. " "The default value has not been saved." msgstr "" #: trac/ticket/admin.py:686 msgid "Order numbers must be unique" msgstr "" #: trac/ticket/admin.py:748 msgid "Possible Values" msgstr "" #: trac/ticket/admin.py:770 #, python-format msgid "Invalid up/down value: %(value)s" msgstr "" #: trac/ticket/admin.py:791 trac/ticket/api.py:294 msgid "Priority" msgstr "" #: trac/ticket/admin.py:791 msgid "Priorities" msgstr "" #: trac/ticket/admin.py:797 trac/ticket/api.py:299 msgid "Resolution" msgstr "" #: trac/ticket/admin.py:797 msgid "Resolutions" msgstr "" #: trac/ticket/admin.py:803 trac/ticket/api.py:298 msgid "Severity" msgstr "" #: trac/ticket/admin.py:803 msgid "Severities" msgstr "" #: trac/ticket/admin.py:809 msgid "Ticket Type" msgstr "" #: trac/ticket/admin.py:809 msgid "Ticket Types" msgstr "" #: trac/ticket/admin.py:837 msgid " must be a number" msgstr "" #: trac/ticket/admin.py:842 #, python-format msgid "Ticket %(num)s and all associated data removed." msgstr "" #: trac/ticket/api.py:277 msgid "Summary" msgstr "" #: trac/ticket/api.py:279 trac/ticket/templates/ticket.html:361 msgid "Reporter" msgstr "" #: trac/ticket/api.py:292 trac/versioncontrol/admin.py:108 #: trac/versioncontrol/templates/admin_repositories.html:125 msgid "Type" msgstr "" #: trac/ticket/api.py:293 msgid "Status" msgstr "" #: trac/ticket/api.py:318 msgid "Keywords" msgstr "" #: trac/ticket/api.py:319 msgid "Cc" msgstr "" #: trac/ticket/api.py:323 msgid "Created" msgstr "" #: trac/ticket/api.py:483 #, python-format msgid "Comment %(cnum)s for Ticket #%(id)s" msgstr "" #: trac/ticket/api.py:504 #, python-format msgid "Ticket #%(shortname)s" msgstr "" #: trac/ticket/default_workflow.py:225 msgid "Current state no longer exists" msgstr "" #: trac/ticket/default_workflow.py:227 msgid "The ticket will be disowned" msgstr "" #: trac/ticket/default_workflow.py:246 trac/ticket/default_workflow.py:262 #, python-format msgid "The owner will be changed from %(current_owner)s" msgstr "" #: trac/ticket/default_workflow.py:252 #, python-format msgid "The owner will be changed from %(current_owner)s to %(selected_owner)s" msgstr "" #: trac/ticket/default_workflow.py:257 msgid "to " msgstr "" #: trac/ticket/default_workflow.py:267 #, python-format msgid "The owner will be changed from %(current_owner)s to %(authname)s" msgstr "" #: trac/ticket/default_workflow.py:277 msgid "" "Your workflow attempts to set a resolution but none is defined " "(configuration issue, please contact your Trac admin)." msgstr "" #: trac/ticket/default_workflow.py:282 #, python-format msgid "The resolution will be set to %(name)s" msgstr "" #: trac/ticket/default_workflow.py:293 msgid "The resolution will be set" msgstr "" #: trac/ticket/default_workflow.py:295 msgid "The resolution will be deleted" msgstr "" #: trac/ticket/default_workflow.py:301 #, python-format msgid "Next status will be '%(name)s'" msgstr "" #: trac/ticket/model.py:105 #, python-format msgid "Ticket %(id)s does not exist." msgstr "" #: trac/ticket/model.py:106 msgid "Invalid ticket number" msgstr "" #: trac/ticket/model.py:143 msgid "Multi-values fields not supported yet" msgstr "" #: trac/ticket/model.py:658 #, python-format msgid "%(type)s %(name)s does not exist." msgstr "" #: trac/ticket/model.py:808 #, python-format msgid "Component %(name)s does not exist." msgstr "" #: trac/ticket/model.py:925 #, python-format msgid "Milestone %(name)s does not exist." msgstr "" #: trac/ticket/model.py:926 msgid "Invalid milestone name" msgstr "" #: trac/ticket/model.py:1059 msgid "Open (by due date)" msgstr "" #: trac/ticket/model.py:1060 msgid "Open (no due date)" msgstr "" #: trac/ticket/model.py:1063 msgid "Closed" msgstr "" #: trac/ticket/model.py:1081 #, python-format msgid "Version %(name)s does not exist." msgstr "" #: trac/ticket/query.py:54 msgid "Invalid query constraint value" msgstr "" #: trac/ticket/query.py:88 #, python-format msgid "Query page %(page)s is invalid." msgstr "" #: trac/ticket/query.py:103 #, python-format msgid "Query max %(max)s is invalid." msgstr "" #: trac/ticket/query.py:159 msgid "Query filter requires field and constraints separated by a \"=\"" msgstr "" #: trac/ticket/query.py:172 msgid "Query filter requires field name" msgstr "" #: trac/ticket/query.py:305 #, python-format msgid "Page %(page)s is beyond the number of pages in the query" msgstr "" #: trac/ticket/query.py:562 #, python-format msgid "Invalid ticket id list: %(value)s" msgstr "" #: trac/ticket/query.py:662 trac/ticket/query.py:670 msgid "contains" msgstr "" #: trac/ticket/query.py:663 trac/ticket/query.py:671 msgid "doesn't contain" msgstr "" #: trac/ticket/query.py:664 msgid "begins with" msgstr "" #: trac/ticket/query.py:665 msgid "ends with" msgstr "" #: trac/ticket/query.py:666 trac/ticket/query.py:674 trac/ticket/query.py:678 msgid "is" msgstr "" #: trac/ticket/query.py:667 trac/ticket/query.py:675 trac/ticket/query.py:679 msgid "is not" msgstr "" #: trac/ticket/query.py:709 trac/ticket/query.py:715 msgid "Ticket" msgstr "" #: trac/ticket/query.py:776 trac/ticket/report.py:378 #, python-format msgid "Page %(num)d" msgstr "" #: trac/ticket/query.py:825 trac/ticket/report.py:538 trac/ticket/web_ui.py:130 #: trac/timeline/web_ui.py:216 trac/versioncontrol/web_ui/log.py:303 msgid "RSS Feed" msgstr "" #: trac/ticket/query.py:827 trac/ticket/report.py:540 trac/ticket/web_ui.py:126 msgid "Comma-delimited Text" msgstr "" #: trac/ticket/query.py:829 trac/ticket/report.py:542 trac/ticket/web_ui.py:128 msgid "Tab-delimited Text" msgstr "" #: trac/ticket/query.py:851 trac/ticket/report.py:72 msgid "View Tickets" msgstr "" #: trac/ticket/query.py:1058 trac/ticket/query.py:1069 #: trac/ticket/report.py:132 msgid "Custom Query" msgstr "" #: trac/ticket/query.py:1068 trac/ticket/report.py:122 #: trac/ticket/report.py:123 trac/ticket/report.py:125 #: trac/ticket/templates/report_list.html:10 #: trac/ticket/templates/report_list.html:15 msgid "Available Reports" msgstr "" #: trac/ticket/query.py:1151 #, python-format msgid "[Error: %(error)s]" msgstr "" #: trac/ticket/query.py:1285 msgid "No results" msgstr "" #: trac/ticket/query.py:1303 #, python-format msgid "%(groupvalue)s %(groupname)s tickets matching %(query)s" msgstr "" #: trac/ticket/query.py:1326 #, python-format msgid "%(groupvalue)s %(groupname)s tickets:" msgstr "" #: trac/ticket/report.py:158 msgid "The report has been created." msgstr "" #: trac/ticket/report.py:171 #, python-format msgid "The report {%(id)d} has been deleted." msgstr "" #: trac/ticket/report.py:198 #, python-format msgid "Delete Report {%(num)s} %(title)s" msgstr "" #: trac/ticket/report.py:203 trac/ticket/report.py:216 #: trac/ticket/report.py:268 #, python-format msgid "Report {%(num)s} does not exist." msgstr "" #: trac/ticket/report.py:204 trac/ticket/report.py:217 #: trac/ticket/report.py:269 msgid "Invalid Report Number" msgstr "" #: trac/ticket/report.py:229 msgid "Create New Report" msgstr "" #: trac/ticket/report.py:233 #, python-format msgid "Edit Report {%(num)d} %(title)s" msgstr "" #: trac/ticket/report.py:274 #, python-format msgid "Report failed: %(error)s" msgstr "" #: trac/ticket/report.py:289 #, python-format msgid "When specified, the report number should be \"%(num)s\"." msgstr "" #: trac/ticket/report.py:360 #, python-format msgid "Report execution failed: %(error)s" msgstr "" #: trac/ticket/report.py:546 msgid "SQL Query" msgstr "" #: trac/ticket/report.py:570 #, python-format msgid "The following arguments are missing: %(args)s" msgstr "" #: trac/ticket/report.py:584 #, python-format msgid "Report {%(num)s} has no SQL query." msgstr "" #: trac/ticket/report.py:614 #, python-format msgid "Query parameter \"sort=%(sort_col)s\" is invalid" msgstr "" #: trac/ticket/roadmap.py:207 msgid "ticket status" msgstr "" #: trac/ticket/roadmap.py:207 msgid "ticket" msgstr "" #: trac/ticket/roadmap.py:207 msgid "tickets" msgstr "" #: trac/ticket/roadmap.py:217 #, python-format msgid "" "'%(group1)s' and '%(group2)s' milestone groups both are declared to be " "\"catch-all\" groups. Please check your configuration." msgstr "" #: trac/ticket/roadmap.py:233 #, python-format msgid "" "'%(groupname)s' milestone group reused status '%(status)s' already taken " "by other groups. Please check your configuration." msgstr "" #: trac/ticket/roadmap.py:316 trac/ticket/roadmap.py:438 #: trac/ticket/roadmap.py:572 trac/ticket/templates/roadmap.html:10 #: trac/ticket/templates/roadmap.html:15 msgid "Roadmap" msgstr "" #: trac/ticket/roadmap.py:366 msgid "iCalendar" msgstr "" #: trac/ticket/roadmap.py:447 trac/ticket/roadmap.py:846 #, python-format msgid "Milestone %(name)s" msgstr "" #: trac/ticket/roadmap.py:466 #, python-format msgid "Ticket #%(num)s: %(summary)s" msgstr "" #: trac/ticket/roadmap.py:527 msgid "Milestones reached" msgstr "" #: trac/ticket/roadmap.py:614 #, python-format msgid "The milestone \"%(name)s\" has been deleted." msgstr "" #: trac/ticket/roadmap.py:653 #, python-format msgid "Milestone \"%(name)s\" already exists, please choose another name." msgstr "" #: trac/ticket/roadmap.py:656 msgid "You must provide a name for the milestone." msgstr "" #: trac/ticket/web_ui.py:152 trac/ticket/templates/ticket.html:14 msgid "New Ticket" msgstr "" #: trac/ticket/web_ui.py:168 msgid "id can't be set for a new ticket request." msgstr "" #: trac/ticket/web_ui.py:231 msgid "Opened and closed tickets" msgstr "" #: trac/ticket/web_ui.py:233 msgid "Ticket updates" msgstr "" #: trac/ticket/web_ui.py:239 msgid "created" msgstr "" #: trac/ticket/web_ui.py:240 msgid "reopened" msgstr "" #: trac/ticket/web_ui.py:241 msgid "closed" msgstr "" #: trac/ticket/web_ui.py:242 msgid "updated" msgstr "" #: trac/ticket/web_ui.py:262 #, python-format msgid "%(labels)s changed" msgid_plural "%(labels)s changed" msgstr[0] "" msgstr[1] "" #: trac/ticket/web_ui.py:343 #, python-format msgid "Ticket %(ticketref)s (%(summary)s) %(verb)s" msgstr "" #: trac/ticket/web_ui.py:498 #, python-format msgid "The action \"%(name)s\" is not available." msgstr "" #: trac/ticket/web_ui.py:524 #, python-format msgid "" "Please review your configuration, probably starting with %(section)s in " "your %(tracini)s." msgstr "" #: trac/ticket/web_ui.py:629 msgid "Previous Ticket" msgstr "" #: trac/ticket/web_ui.py:629 msgid "Next Ticket" msgstr "" #: trac/ticket/web_ui.py:630 msgid "Back to Query" msgstr "" #: trac/ticket/web_ui.py:712 trac/ticket/web_ui.py:860 #: trac/ticket/web_ui.py:868 msgid "Ticket History" msgstr "" #: trac/ticket/web_ui.py:716 trac/ticket/web_ui.py:915 #, python-format msgid "Back to Ticket #%(num)s" msgstr "" #: trac/ticket/web_ui.py:758 msgid "No differences to show" msgstr "" #: trac/ticket/web_ui.py:801 trac/ticket/web_ui.py:857 #: trac/ticket/web_ui.py:865 trac/ticket/web_ui.py:936 #: trac/ticket/web_ui.py:981 trac/ticket/web_ui.py:988 trac/wiki/web_ui.py:431 #: trac/wiki/web_ui.py:437 trac/wiki/web_ui.py:626 trac/wiki/web_ui.py:640 #, python-format msgid "Version %(num)s" msgstr "" #: trac/ticket/web_ui.py:804 trac/ticket/web_ui.py:939 msgid "initial" msgstr "" #: trac/ticket/web_ui.py:867 trac/ticket/web_ui.py:990 #: trac/versioncontrol/web_ui/changeset.py:369 trac/wiki/web_ui.py:450 msgid "Previous Change" msgstr "" #: trac/ticket/web_ui.py:867 trac/ticket/web_ui.py:990 #: trac/versioncontrol/web_ui/changeset.py:369 trac/wiki/web_ui.py:450 msgid "Next Change" msgstr "" #: trac/ticket/web_ui.py:873 msgid "Ticket Diff" msgstr "" #: trac/ticket/web_ui.py:907 trac/ticket/web_ui.py:984 #: trac/ticket/web_ui.py:991 msgid "Ticket Comment History" msgstr "" #: trac/ticket/web_ui.py:909 trac/ticket/web_ui.py:933 #: trac/ticket/web_ui.py:998 #, python-format msgid "Ticket #%(num)s, comment %(cnum)d" msgstr "" #: trac/ticket/web_ui.py:956 #, python-format msgid "No version %(version)d for comment %(cnum)d on ticket #%(ticket)s" msgstr "" #: trac/ticket/web_ui.py:996 msgid "Ticket Comment Diff" msgstr "" #: trac/ticket/web_ui.py:1082 msgid "No permission to edit the ticket description." msgstr "" #: trac/ticket/web_ui.py:1088 msgid "No permission to change the ticket reporter." msgstr "" #: trac/ticket/web_ui.py:1093 msgid "No permission to change ticket fields." msgstr "" #: trac/ticket/web_ui.py:1102 msgid "No permissions to add a comment." msgstr "" #: trac/ticket/web_ui.py:1108 msgid "" "Sorry, can not save your changes. This ticket has been modified by " "someone else since you started" msgstr "" #: trac/ticket/web_ui.py:1115 msgid "Tickets must contain a summary." msgstr "" #: trac/ticket/web_ui.py:1138 #, python-format msgid "Ticket description is too long (must be less than %(num)s characters)" msgstr "" #: trac/ticket/web_ui.py:1145 #, python-format msgid "Ticket comment is too long (must be less than %(num)s characters)" msgstr "" #: trac/ticket/web_ui.py:1160 msgid "Invalid comment threading identifier" msgstr "" #: trac/ticket/web_ui.py:1167 #, python-format msgid "The ticket field '%(field)s' is invalid: %(message)s" msgstr "" #: trac/ticket/web_ui.py:1186 #, python-format msgid "" "The ticket has been created, but an error occurred while sending " "notifications: %(message)s" msgstr "" #: trac/ticket/web_ui.py:1196 #, python-format msgid "" "Your ticket %(ticketref)s has been created, but you don't have permission" " to view it." msgstr "" #. TRANSLATOR: The 'change' has been saved... (link) #: trac/ticket/web_ui.py:1227 msgid "change" msgstr "" #: trac/ticket/web_ui.py:1233 #, python-format msgid "" "The %(change)s has been saved, but an error occurred while sending " "notifications: %(message)s" msgstr "" #: trac/ticket/web_ui.py:1367 msgid "Add to Cc" msgstr "" #: trac/ticket/web_ui.py:1368 msgid "Remove from Cc" msgstr "" #: trac/ticket/web_ui.py:1369 msgid "Add/Remove from Cc" msgstr "" #: trac/ticket/web_ui.py:1370 msgid "" msgstr "" #: trac/ticket/web_ui.py:1391 trac/ticket/templates/query.html:102 msgid "yes" msgstr "" #: trac/ticket/web_ui.py:1391 trac/ticket/templates/query.html:105 msgid "no" msgstr "" #: trac/ticket/web_ui.py:1580 trac/versioncontrol/templates/changeset.html:187 msgid "modified" msgstr "" #: trac/ticket/templates/milestone_delete.html:10 #: trac/ticket/templates/milestone_delete.html:22 msgid "Delete Milestone" msgstr "" #: trac/ticket/templates/milestone_delete.html:27 msgid "Are you sure you want to delete this milestone?" msgstr "" #: trac/ticket/templates/milestone_delete.html:29 msgid "Retarget associated tickets to milestone" msgstr "" #: trac/ticket/templates/milestone_delete.html:41 #: trac/ticket/templates/milestone_view.html:107 msgid "Delete milestone" msgstr "" #: trac/ticket/templates/milestone_delete.html:45 msgid "" "[1:Note:] See\n" " [2:TracRoadmap] for help on using\n" " the roadmap." msgstr "" #: trac/ticket/templates/milestone_edit.html:11 #: trac/ticket/templates/milestone_edit.html:36 msgid "Edit Milestone" msgstr "" #: trac/ticket/templates/milestone_edit.html:12 #: trac/ticket/templates/milestone_edit.html:37 msgid "New Milestone" msgstr "" #: trac/ticket/templates/milestone_edit.html:44 msgid "Name of the milestone:" msgstr "" #: trac/ticket/templates/milestone_edit.html:49 msgid "Schedule" msgstr "" #: trac/ticket/templates/milestone_edit.html:71 msgid "Retarget associated open tickets to milestone:" msgstr "" #: trac/ticket/templates/milestone_edit.html:92 #: trac/ticket/templates/ticket.html:397 #: trac/ticket/templates/ticket_change.html:47 #: trac/wiki/templates/wiki_edit_form.html:70 #: trac/wiki/templates/wiki_edit_form.html:75 msgid "Submit changes" msgstr "" #: trac/ticket/templates/milestone_edit.html:93 msgid "Add milestone" msgstr "" #: trac/ticket/templates/milestone_edit.html:98 #: trac/ticket/templates/milestone_view.html:113 #: trac/ticket/templates/roadmap.html:79 msgid "" "[1:Note:] See\n" " [2:TracRoadmap] for help on using\n" " the roadmap." msgstr "" #: trac/ticket/templates/milestone_view.html:11 msgid "Edit this milestone" msgstr "" #: trac/ticket/templates/milestone_view.html:27 #: trac/ticket/templates/roadmap.html:42 #, python-format msgid "Completed %(duration)s ago (%(date)s)" msgstr "" #: trac/ticket/templates/milestone_view.html:32 #: trac/ticket/templates/roadmap.html:47 #, python-format msgid "[1:%(duration)s late] (%(date)s)" msgstr "" #: trac/ticket/templates/milestone_view.html:37 #: trac/ticket/templates/roadmap.html:52 #, python-format msgid "Due in %(duration)s (%(date)s)" msgstr "" #: trac/ticket/templates/milestone_view.html:41 #: trac/ticket/templates/roadmap.html:56 msgid "No date set" msgstr "" #: trac/ticket/templates/milestone_view.html:51 #: trac/timeline/templates/timeline.html:43 msgid "by" msgstr "" #: trac/ticket/templates/milestone_view.html:65 msgid "(none)" msgstr "" #: trac/ticket/templates/milestone_view.html:101 msgid "Edit milestone" msgstr "" #: trac/ticket/templates/query.html:29 #: trac/ticket/templates/query_results.html:28 #: trac/ticket/templates/report_view.html:87 #, python-format msgid "%(num)s match" msgid_plural "%(num)s matches" msgstr[0] "" msgstr[1] "" #: trac/ticket/templates/query.html:38 msgid "Filters" msgstr "" #: trac/ticket/templates/query.html:39 msgid "Query filters" msgstr "" #: trac/ticket/templates/query.html:45 trac/ticket/templates/query.html:141 msgid "Or" msgstr "" #: trac/ticket/templates/query.html:127 msgid "And" msgstr "" #: trac/ticket/templates/query.html:160 msgid "Columns" msgstr "" #: trac/ticket/templates/query.html:174 msgid "Group results by" msgstr "" #: trac/ticket/templates/query.html:185 msgid "descending" msgstr "" #: trac/ticket/templates/query.html:189 msgid "Show under each result:" msgstr "" #: trac/ticket/templates/query.html:199 #: trac/ticket/templates/report_view.html:27 msgid "Max items per page" msgstr "" #: trac/ticket/templates/query.html:243 #, python-format msgid "Edit report {%(id)s} corresponding to this query" msgstr "" #: trac/ticket/templates/query.html:243 msgid "Edit query" msgstr "" #: trac/ticket/templates/query.html:252 msgid "Save query" msgstr "" #: trac/ticket/templates/query.html:252 #, python-format msgid "Save updated query in report {%(id)s}" msgstr "" #: trac/ticket/templates/query.html:252 msgid "Create new report from current query" msgstr "" #: trac/ticket/templates/query.html:260 #, python-format msgid "Delete report {%(id)s} corresponding to this query" msgstr "" #: trac/ticket/templates/query.html:260 msgid "Delete query" msgstr "" #: trac/ticket/templates/query.html:267 msgid "" "[1:Note:] See [2:TracQuery]\n" " for help on using queries." msgstr "" #: trac/ticket/templates/query_results.html:35 #: trac/versioncontrol/templates/sortable_th.html:18 #, python-format msgid "Sort by %(col)s %(direction)s" msgstr "" #: trac/ticket/templates/query_results.html:45 msgid "No tickets found" msgstr "" #: trac/ticket/templates/query_results.html:59 #: trac/ticket/templates/query_results.html:62 msgid "View ticket" msgstr "" #: trac/ticket/templates/query_results.html:67 #: trac/ticket/templates/report_view.html:170 msgid "View milestone" msgstr "" #: trac/ticket/templates/query_results.html:78 #, python-format msgid "" "Reported by [1:%(author)s],\n" " %(date)s ago." msgstr "" #: trac/ticket/templates/query_results.html:85 msgid "(this ticket)" msgstr "" #: trac/ticket/templates/query_results.html:101 msgid "(more results for this group on next page)" msgstr "" #: trac/ticket/templates/report_delete.html:17 msgid "Are you sure you want to delete this report?" msgstr "" #: trac/ticket/templates/report_delete.html:22 #: trac/ticket/templates/report_list.html:36 #: trac/ticket/templates/report_view.html:75 msgid "Delete report" msgstr "" #: trac/ticket/templates/report_delete.html:26 #: trac/ticket/templates/report_edit.html:49 #: trac/ticket/templates/report_list.html:54 #: trac/ticket/templates/report_view.html:195 msgid "" "[1:Note:]\n" " See [2:TracReports] for help on using and creating reports." msgstr "" #: trac/ticket/templates/report_edit.html:16 msgid "New Report" msgstr "" #: trac/ticket/templates/report_edit.html:21 msgid "Report Title:" msgstr "" #: trac/ticket/templates/report_edit.html:25 msgid "Description: (you may use [1:WikiFormatting] here)" msgstr "" #: trac/ticket/templates/report_edit.html:36 msgid "" "Query for Report: (can be either SQL or, if starting with [1:query:],\n" " a [2:TracQuery] expression)" msgstr "" #: trac/ticket/templates/report_edit.html:43 msgid "Save report" msgstr "" #: trac/ticket/templates/report_list.html:18 msgid "This is a list of available reports." msgstr "" #: trac/ticket/templates/report_list.html:25 msgid "Report" msgstr "" #: trac/ticket/templates/report_list.html:26 trac/wiki/admin.py:200 msgid "Title" msgstr "" #: trac/ticket/templates/report_list.html:27 #: trac/wiki/templates/wiki_edit.html:68 trac/wiki/templates/wiki_edit.html:141 msgid "Actions" msgstr "" #: trac/ticket/templates/report_list.html:32 #: trac/ticket/templates/report_list.html:33 #: trac/ticket/templates/report_view.html:121 msgid "View report" msgstr "" #: trac/ticket/templates/report_list.html:34 #: trac/ticket/templates/report_view.html:63 msgid "Edit report" msgstr "" #: trac/ticket/templates/report_list.html:35 #: trac/ticket/templates/ticket.html:148 trac/wiki/templates/wiki_edit.html:124 msgid "Edit" msgstr "" #: trac/ticket/templates/report_list.html:40 msgid "No reports available." msgstr "" #: trac/ticket/templates/report_list.html:49 msgid "Create new report" msgstr "" #: trac/ticket/templates/report_view.html:21 #, python-format msgid "%(num)d match" msgid_plural "%(num)d matches" msgstr[0] "" msgstr[1] "" #: trac/ticket/templates/report_view.html:32 msgid "Arguments" msgstr "" #: trac/ticket/templates/report_view.html:33 msgid "Report arguments" msgstr "" #: trac/ticket/templates/report_view.html:69 msgid "Copy report" msgstr "" #: trac/ticket/templates/report_view.html:87 msgid "No matches" msgstr "" #: trac/ticket/templates/report_view.html:128 #: trac/ticket/templates/report_view.html:136 #, python-format msgid "View %(realm)s" msgstr "" #: trac/ticket/templates/roadmap.html:21 msgid "Show completed milestones" msgstr "" #: trac/ticket/templates/roadmap.html:26 msgid "Hide milestones with no due date" msgstr "" #: trac/ticket/templates/roadmap.html:37 msgid "Milestone:" msgstr "" #: trac/ticket/templates/roadmap.html:75 msgid "Add new milestone" msgstr "" #: trac/ticket/templates/ticket.html:80 msgid "Go to the ticket editor" msgstr "" #: trac/ticket/templates/ticket.html:80 msgid "Modify" msgstr "" #: trac/ticket/templates/ticket.html:90 trac/ticket/templates/ticket.html:93 msgid "— at" msgstr "" #: trac/ticket/templates/ticket.html:98 msgid "Create New Ticket" msgstr "" #: trac/ticket/templates/ticket.html:113 msgid "Change History" msgstr "" #: trac/ticket/templates/ticket.html:128 trac/ticket/templates/ticket.html:216 msgid "in reply to:" msgstr "" #: trac/ticket/templates/ticket.html:133 msgid "follow-up:" msgid_plural "follow-ups:" msgstr[0] "" msgstr[1] "" #: trac/ticket/templates/ticket.html:148 #, python-format msgid "Edit comment %(cnum)s" msgstr "" #: trac/ticket/templates/ticket.html:155 #: trac/ticket/templates/ticket_box.html:73 msgid "Reply" msgstr "" #: trac/ticket/templates/ticket.html:155 #, python-format msgid "Reply to comment %(cnum)s" msgstr "" #: trac/ticket/templates/ticket.html:162 #, python-format msgid "" "Version %(version)s, edited %(date)s ago\n" " by %(author)s" msgstr "" #: trac/ticket/templates/ticket.html:166 #, python-format msgid "" "Last edited %(date)s ago\n" " by %(author)s" msgstr "" #: trac/ticket/templates/ticket.html:172 #: trac/versioncontrol/templates/changeset.html:127 msgid "previous" msgstr "" #: trac/ticket/templates/ticket.html:176 msgid "next" msgstr "" #: trac/ticket/templates/ticket.html:180 #: trac/ticket/templates/ticket_box.html:64 msgid "diff" msgstr "" #: trac/ticket/templates/ticket.html:196 msgid "View ticket fields and description" msgstr "" #: trac/ticket/templates/ticket.html:196 msgid "View" msgstr "" #: trac/ticket/templates/ticket.html:199 msgid "Add a comment" msgstr "" #: trac/ticket/templates/ticket.html:203 msgid "" "You may use\n" " [1:WikiFormatting]\n" " here." msgstr "" #: trac/ticket/templates/ticket.html:210 msgid "The ticket validation has [1:failed]." msgstr "" #: trac/ticket/templates/ticket.html:218 msgid "Changed by" msgstr "" #: trac/ticket/templates/ticket.html:226 msgid "Modify Ticket" msgstr "" #: trac/ticket/templates/ticket.html:232 msgid "Change Properties" msgstr "" #: trac/ticket/templates/ticket.html:233 msgid "Properties" msgstr "" #: trac/ticket/templates/ticket.html:237 msgid "Summary:" msgstr "" #: trac/ticket/templates/ticket.html:245 msgid "Reporter:" msgstr "" #: trac/ticket/templates/ticket.html:257 msgid "" "You may use\n" " [1:WikiFormatting] here." msgstr "" #: trac/ticket/templates/ticket.html:273 #: trac/ticket/templates/ticket_box.html:43 #, python-format msgid "%(field)s:" msgstr "" #: trac/ticket/templates/ticket.html:312 msgid "This checkbox allows you to add or remove yourself from the CC list." msgstr "" #: trac/ticket/templates/ticket.html:318 msgid "Space or comma delimited email addresses and usernames are accepted." msgstr "" #: trac/ticket/templates/ticket.html:373 #: trac/wiki/templates/wiki_edit_form.html:49 msgid "E-mail address and user name can be saved in the" msgstr "" #: trac/ticket/templates/ticket.html:382 msgid "I have files to attach to this ticket" msgstr "" #: trac/ticket/templates/ticket.html:388 msgid "Go to the list of attachments" msgstr "" #: trac/ticket/templates/ticket.html:396 #: trac/ticket/templates/ticket_change.html:45 #: trac/wiki/templates/wiki_edit.html:70 trac/wiki/templates/wiki_edit.html:128 #: trac/wiki/templates/wiki_edit_form.html:39 #: trac/wiki/templates/wiki_edit_form.html:68 msgid "Preview" msgstr "" #: trac/ticket/templates/ticket.html:397 msgid "Create ticket" msgstr "" #: trac/ticket/templates/ticket.html:402 msgid "" "[1:Note:] See\n" " [2:TracTickets] for help on using\n" " tickets." msgstr "" #: trac/ticket/templates/ticket_box.html:19 #, python-format msgid "Opened %(created)s ago" msgstr "" #: trac/ticket/templates/ticket_box.html:20 #, python-format msgid "Last modified %(modified)s ago" msgstr "" #: trac/ticket/templates/ticket_box.html:21 msgid "(ticket not yet created)" msgstr "" #: trac/ticket/templates/ticket_box.html:29 msgid "Reported by:" msgstr "" #: trac/ticket/templates/ticket_box.html:33 msgid "Owned by:" msgstr "" #: trac/ticket/templates/ticket_box.html:62 msgid "(last modified by" msgstr "" #: trac/ticket/templates/ticket_box.html:73 msgid "Reply, quoting this description" msgstr "" #: trac/ticket/templates/ticket_change.html:22 #: trac/versioncontrol/templates/changeset.html:183 msgid "added" msgstr "" #: trac/ticket/templates/ticket_change.html:26 msgid "changed from" msgstr "" #: trac/ticket/templates/ticket_change.html:29 #: trac/versioncontrol/templates/browser.html:134 msgid "set to" msgstr "" #: trac/ticket/templates/ticket_change.html:33 #: trac/versioncontrol/templates/changeset.html:184 msgid "deleted" msgstr "" #: trac/ticket/templates/ticket_change.html:45 #, python-format msgid "Preview changes to comment %(cnum)s" msgstr "" #: trac/ticket/templates/ticket_change.html:47 #, python-format msgid "Submit changes to comment %(cnum)s" msgstr "" #: trac/ticket/templates/ticket_change.html:49 msgid "Cancel comment edit" msgstr "" #: trac/ticket/templates/ticket_notify_email.txt:9 msgid "Changes (by" msgstr "" #: trac/ticket/templates/ticket_notify_email.txt:15 msgid "Description changed by" msgstr "" #: trac/ticket/templates/ticket_notify_email.txt:28 msgid "" "-- \n" "Ticket URL: <" msgstr "" #: trac/timeline/web_ui.py:75 trac/timeline/templates/timeline.html:10 #: trac/timeline/templates/timeline.html:16 msgid "Timeline" msgstr "" #: trac/timeline/web_ui.py:229 trac/timeline/web_ui.py:237 msgid "Previous Period" msgstr "" #: trac/timeline/web_ui.py:236 trac/timeline/web_ui.py:237 msgid "Next Period" msgstr "" #: trac/timeline/web_ui.py:297 #, python-format msgid "%(date)s in Timeline" msgstr "" #. TRANSLATOR: other_events #: trac/timeline/web_ui.py:343 msgid "other kind of events" msgstr "" #: trac/timeline/web_ui.py:348 #, python-format msgid "Event provider %(name)s failed for filters %(kinds)s: " msgstr "" #: trac/timeline/web_ui.py:354 #, python-format msgid "" "\n" " You may want to see the %(other_events)s from the Timeline " "or \n" " notify your Trac administrator about the error (detailed\n" " informations were written to the log).\n" " " msgstr "" #: trac/timeline/templates/timeline.html:19 msgid "" "[1:View changes from [2:]] [3:]\n" " and [4:[5:] days back][6:]\n" " [7:done by [8:]]" msgstr "" #: trac/timeline/templates/timeline.html:36 msgid "Today" msgstr "" #: trac/timeline/templates/timeline.html:36 msgid "Yesterday" msgstr "" #: trac/timeline/templates/timeline.html:53 msgid "" "[1:Note:] See [2:TracTimeline]\n" " for information about the timeline view." msgstr "" #: trac/util/datefmt.py:79 #, python-format msgid "%(num)d year" msgid_plural "%(num)d years" msgstr[0] "" msgstr[1] "" #: trac/util/datefmt.py:80 #, python-format msgid "%(num)d month" msgid_plural "%(num)d months" msgstr[0] "" msgstr[1] "" #: trac/util/datefmt.py:81 #, python-format msgid "%(num)d week" msgid_plural "%(num)d weeks" msgstr[0] "" msgstr[1] "" #: trac/util/datefmt.py:82 #, python-format msgid "%(num)d day" msgid_plural "%(num)d days" msgstr[0] "" msgstr[1] "" #: trac/util/datefmt.py:83 #, python-format msgid "%(num)d hour" msgid_plural "%(num)d hours" msgstr[0] "" msgstr[1] "" #: trac/util/datefmt.py:84 #, python-format msgid "%(num)d minute" msgid_plural "%(num)d minutes" msgstr[0] "" msgstr[1] "" #: trac/util/datefmt.py:103 #, python-format msgid "%(num)i second" msgid_plural "%(num)i seconds" msgstr[0] "" msgstr[1] "" #: trac/util/datefmt.py:247 #, python-format msgid "" "\"%(date)s\" is an invalid date, or the date format is not known. Try " "\"%(hint)s\" instead." msgstr "" #: trac/util/datefmt.py:249 trac/util/datefmt.py:257 msgid "Invalid Date" msgstr "" #: trac/util/datefmt.py:255 #, python-format msgid "" "The date \"%(date)s\" is outside valid range. Try a date closer to " "present time." msgstr "" #: trac/util/presentation.py:254 #, python-format msgid "%(last)d of %(total)d" msgstr "" #: trac/util/presentation.py:256 #, python-format msgid "%(start)d - %(stop)d of %(total)d" msgstr "" #: trac/versioncontrol/admin.py:80 trac/versioncontrol/admin.py:105 #: trac/versioncontrol/admin.py:106 trac/versioncontrol/admin.py:296 #: trac/versioncontrol/api.py:32 trac/versioncontrol/api.py:149 #: trac/versioncontrol/api.py:186 #: trac/versioncontrol/templates/admin_repositories.html:20 #: trac/versioncontrol/templates/admin_repositories.html:33 #: trac/versioncontrol/templates/admin_repositories.html:132 #: trac/versioncontrol/templates/admin_repositories.html:134 #: trac/versioncontrol/web_ui/browser.py:809 #: trac/versioncontrol/web_ui/changeset.py:853 #: trac/versioncontrol/web_ui/changeset.py:994 msgid "(default)" msgstr "" #: trac/versioncontrol/admin.py:108 msgid "Alias" msgstr "" #: trac/versioncontrol/admin.py:108 #: trac/versioncontrol/templates/admin_repositories.html:125 msgid "Directory" msgstr "" #: trac/versioncontrol/admin.py:114 msgid "Cannot synchronize a single revision on multiple repositories" msgstr "" #: trac/versioncontrol/admin.py:123 #, python-format msgid "Unknown repository '%(reponame)s'" msgstr "" #: trac/versioncontrol/admin.py:127 #, python-format msgid "%(rev)s resynced on %(reponame)s." msgstr "" #: trac/versioncontrol/admin.py:134 #, python-format msgid "Resyncing repository history for %(reponame)s... " msgstr "" #: trac/versioncontrol/admin.py:140 #, python-format msgid "%(num)s revision cached." msgid_plural "%(num)s revisions cached." msgstr[0] "" msgstr[1] "" #: trac/versioncontrol/admin.py:142 msgid "Done." msgstr "" #: trac/versioncontrol/admin.py:164 msgid "Version Control" msgstr "" #: trac/versioncontrol/admin.py:165 #: trac/versioncontrol/templates/admin_repositories.html:10 msgid "Repositories" msgstr "" #: trac/versioncontrol/admin.py:180 #, python-format msgid "Repository %(name)s does not exist." msgstr "" #: trac/versioncontrol/admin.py:199 trac/versioncontrol/admin.py:235 #, python-format msgid "" "You should now run \"trac-admin $ENV repository resync %(name)s\" to " "synchronize Trac with the repository." msgstr "" #: trac/versioncontrol/admin.py:204 #, python-format msgid "" "You may have to run \"trac-admin $ENV repository resync %(name)s\" to " "synchronize Trac with the repository." msgstr "" #: trac/versioncontrol/admin.py:209 msgid "" "You will need to update your post-commit hook to call \"trac-admin $ENV " "changeset added\" with the new repository name." msgstr "" #: trac/versioncontrol/admin.py:230 #, python-format msgid "The repository \"%(name)s\" has been added." msgstr "" #: trac/versioncontrol/admin.py:237 #, python-format msgid "" "You should also set up a post-commit hook on the repository to call " "\"trac-admin $ENV changeset added %(name)s $REV\" for each committed " "changeset." msgstr "" #: trac/versioncontrol/admin.py:243 msgid "Missing arguments to add a repository." msgstr "" #: trac/versioncontrol/admin.py:252 #, python-format msgid "The alias \"%(name)s\" has been added." msgstr "" #: trac/versioncontrol/admin.py:255 msgid "Missing arguments to add an alias." msgstr "" #: trac/versioncontrol/admin.py:268 msgid "The selected repositories have been removed." msgstr "" #: trac/versioncontrol/admin.py:271 msgid "No repositories were selected." msgstr "" #: trac/versioncontrol/api.py:183 #, python-format msgid "Invalid key \"%(key)s\"" msgstr "" #: trac/versioncontrol/api.py:188 #, python-format msgid "You should now run \"repository resync %(name)s\"." msgstr "" #: trac/versioncontrol/api.py:191 #, python-format msgid "You may have to run \"repository resync %(name)s\"." msgstr "" #: trac/versioncontrol/api.py:202 #, python-format msgid "The repository type '%(type)s' is not supported" msgstr "" #: trac/versioncontrol/api.py:331 #, python-format msgid "" "Can't synchronize with repository \"%(name)s\" (%(error)s). Look in the " "Trac log for more information." msgstr "" #: trac/versioncontrol/api.py:350 #, python-format msgid "Changeset %(rev)s in %(repo)s" msgstr "" #: trac/versioncontrol/api.py:352 #, python-format msgid "Changeset %(rev)s" msgstr "" #: trac/versioncontrol/api.py:360 msgid "directory" msgstr "" #: trac/versioncontrol/api.py:362 msgid "file" msgstr "" #: trac/versioncontrol/api.py:364 #, python-format msgid "at version %(rev)s" msgstr "" #: trac/versioncontrol/api.py:366 msgid "path" msgstr "" #: trac/versioncontrol/api.py:369 #, python-format msgid " in %(repo)s" msgstr "" #: trac/versioncontrol/api.py:372 #, python-format msgid "Repository %(repo)s" msgstr "" #: trac/versioncontrol/api.py:653 #, python-format msgid "Unsupported version control system \"%(name)s\": %(error)s" msgstr "" #: trac/versioncontrol/api.py:656 #, python-format msgid "" "Unsupported version control system \"%(name)s\": Can't find an " "appropriate component, maybe the corresponding plugin was not enabled? " msgstr "" #: trac/versioncontrol/api.py:664 #, python-format msgid "No changeset %(rev)s in the repository" msgstr "" #: trac/versioncontrol/api.py:666 msgid "No such changeset" msgstr "" #: trac/versioncontrol/api.py:672 msgid "No such node" msgstr "" #: trac/versioncontrol/cache.py:149 msgid "" "The 'repository_dir' has changed, a 'trac-admin $ENV repository resync' " "operation is needed." msgstr "" #: trac/versioncontrol/svn_authz.py:73 #, python-format msgid "Line %(lineno)d: Entry before first section header" msgstr "" #: trac/versioncontrol/svn_authz.py:77 #, python-format msgid "Line %(lineno)d: Invalid entry" msgstr "" #: trac/versioncontrol/svn_fs.py:275 #, python-format msgid "Subversion >= 1.0 required, found %(version)s" msgstr "" #: trac/versioncontrol/svn_fs.py:330 #, python-format msgid "%(path)s does not appear to be a Subversion repository." msgstr "" #: trac/versioncontrol/svn_fs.py:337 #, python-format msgid "Couldn't open Subversion repository %(path)s: %(svn_error)s" msgstr "" #: trac/versioncontrol/svn_fs.py:617 #, python-format msgid "" "Diff mismatch: Base is a %(oldnode)s (%(oldpath)s in revision %(oldrev)s)" " and Target is a %(newnode)s (%(newpath)s in revision %(newrev)s)." msgstr "" #: trac/versioncontrol/svn_fs.py:766 #, python-format msgid "svn blame failed on %(path)s: %(error)s" msgstr "" #: trac/versioncontrol/svn_prop.py:111 msgid "No svn:externals configured in trac.ini" msgstr "" #: trac/versioncontrol/svn_prop.py:148 msgid "merged" msgstr "" #: trac/versioncontrol/svn_prop.py:148 msgid "blocked" msgstr "" #: trac/versioncontrol/svn_prop.py:192 msgid "eligible" msgstr "" #: trac/versioncontrol/svn_prop.py:206 msgid "(toggle deleted branches)" msgstr "" #: trac/versioncontrol/svn_prop.py:234 msgid "View merge source" msgstr "" #: trac/versioncontrol/svn_prop.py:245 msgid "No revisions" msgstr "" #: trac/versioncontrol/svn_prop.py:281 msgid "merged: " msgstr "" #: trac/versioncontrol/svn_prop.py:281 msgid "blocked: " msgstr "" #: trac/versioncontrol/svn_prop.py:282 msgid "reverse-merged: " msgstr "" #: trac/versioncontrol/svn_prop.py:282 msgid "un-blocked: " msgstr "" #: trac/versioncontrol/svn_prop.py:293 msgid " (added)" msgstr "" #: trac/versioncontrol/svn_prop.py:321 msgid "removed" msgstr "" #: trac/versioncontrol/svn_prop.py:324 msgid " (with no actual effect on merging)" msgstr "" #: trac/versioncontrol/svn_prop.py:325 #, python-format msgid "Property %(prop)s changed" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:14 msgid "Manage Repositories" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:24 msgid "Default:" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:30 msgid "Repository:" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:43 msgid "Modify Repository:" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:44 msgid "View Repository:" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:45 msgid "" "[1:Note:]\n" " This repository is defined in [2:[3:trac.ini]]\n" " and cannot be edited on this page." msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:59 #: trac/versioncontrol/templates/admin_repositories.html:99 msgid "Directory:" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:67 msgid "Hide from repository index" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:93 msgid "Add Repository:" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:110 msgid "Add Alias:" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:125 msgid "Revision" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:137 msgid "Alias of" msgstr "" #: trac/versioncontrol/templates/admin_repositories.html:144 msgid "Refresh" msgstr "" #: trac/versioncontrol/templates/browser.html:13 msgid "in" msgstr "" #: trac/versioncontrol/templates/browser.html:54 msgid "Default Repository" msgstr "" #: trac/versioncontrol/templates/browser.html:61 msgid "Hint: clear the field to view latest revision" msgstr "" #: trac/versioncontrol/templates/browser.html:61 msgid "View revision:" msgstr "" #: trac/versioncontrol/templates/browser.html:71 msgid "Visit:" msgstr "" #: trac/versioncontrol/templates/browser.html:79 msgid "Go!" msgstr "" #: trac/versioncontrol/templates/browser.html:79 msgid "Jump to the chosen preselected path" msgstr "" #: trac/versioncontrol/templates/browser.html:92 msgid "Parent Directory" msgstr "" #: trac/versioncontrol/templates/browser.html:98 msgid "No files found" msgstr "" #: trac/versioncontrol/templates/browser.html:106 #: trac/wiki/templates/wiki_edit.html:112 trac/wiki/templates/wiki_view.html:32 msgid "Revision info" msgstr "" #: trac/versioncontrol/templates/browser.html:108 #, python-format msgid "" "Revision [1:%(rev)s],\n" " [2:%(size)s]\n" " checked in by %(author)s, %(date)s ago\n" " ([3:diff])" msgstr "" #: trac/versioncontrol/templates/browser.html:152 msgid "Repository Index" msgstr "" #: trac/versioncontrol/templates/browser.html:162 msgid "" "[1:Note:] See [2:TracBrowser]\n" " for help on using the repository browser." msgstr "" #: trac/versioncontrol/templates/browser.html:174 msgid "View changes..." msgstr "" #: trac/versioncontrol/templates/browser.html:174 msgid "Select paths and revs for Diff" msgstr "" #: trac/versioncontrol/templates/changeset.html:33 #, python-format msgid "" "Changeset [1:%(new_rev)s] in %(reponame)s\n" " for [2:%(new_path)s]" msgstr "" #: trac/versioncontrol/templates/changeset.html:37 #, python-format msgid "" "Changes in [1:%(new_path)s]\n" " [2:\\[%(old_rev)s:%(new_rev)s\\]] in %(reponame)s" msgstr "" #: trac/versioncontrol/templates/changeset.html:41 #, python-format msgid "" "Changes in %(reponame)s\n" " from [1:%(old_path)s]\n" " at [2:r%(old_rev)s]\n" " to [3:%(new_path)s]\n" " at [4:r%(new_rev)s]" msgstr "" #: trac/versioncontrol/templates/changeset.html:48 #, python-format msgid "Changeset [1:%(new_rev)s] in %(reponame)s" msgstr "" #: trac/versioncontrol/templates/changeset.html:55 #, python-format msgid "" "Changeset [1:%(new_rev)s]\n" " for [2:%(new_path)s]" msgstr "" #: trac/versioncontrol/templates/changeset.html:59 #, python-format msgid "" "Changes in [1:%(new_path)s]\n" " [2:\\[%(old_rev)s:%(new_rev)s\\]]" msgstr "" #: trac/versioncontrol/templates/changeset.html:63 #, python-format msgid "" "Changes\n" " from [1:%(old_path)s]\n" " at [2:r%(old_rev)s]\n" " to [3:%(new_path)s]\n" " at [4:r%(new_rev)s]" msgstr "" #: trac/versioncontrol/templates/changeset.html:70 #, python-format msgid "Changeset [1:%(new_rev)s]" msgstr "" #: trac/versioncontrol/templates/changeset.html:99 #, python-format msgid "Show what was removed (content at revision %(old_rev)s)" msgstr "" #: trac/versioncontrol/templates/changeset.html:103 msgid "Show entry in browser" msgstr "" #: trac/versioncontrol/templates/changeset.html:104 msgid "(root)" msgstr "" #: trac/versioncontrol/templates/changeset.html:109 #, python-format msgid "" "(%(kind)s from [1:\n" " %(old_path)s])" msgstr "" #: trac/versioncontrol/templates/changeset.html:117 #: trac/versioncontrol/templates/changeset.html:120 msgid "Show differences" msgstr "" #: trac/versioncontrol/templates/changeset.html:117 msgid "view diffs" msgstr "" #: trac/versioncontrol/templates/changeset.html:120 #, python-format msgid "%(num)d diff" msgid_plural "%(num)d diffs" msgstr[0] "" msgstr[1] "" #: trac/versioncontrol/templates/changeset.html:123 #, python-format msgid "%(num)d prop" msgid_plural "%(num)d props" msgstr[0] "" msgstr[1] "" #: trac/versioncontrol/templates/changeset.html:127 msgid "Show previous version in browser" msgstr "" #: trac/versioncontrol/templates/changeset.html:137 msgid "(less than one hour ago)" msgstr "" #: trac/versioncontrol/templates/changeset.html:138 #, python-format msgid "(%(age)s ago)" msgstr "" #: trac/versioncontrol/templates/changeset.html:152 msgid "Message:" msgstr "" #: trac/versioncontrol/templates/changeset.html:164 msgid "Location:" msgstr "" #: trac/versioncontrol/templates/changeset.html:168 msgid "(No files)" msgstr "" #: trac/versioncontrol/templates/changeset.html:173 #, python-format msgid "%(num)d added" msgid_plural "%(num)d added" msgstr[0] "" msgstr[1] "" #: trac/versioncontrol/templates/changeset.html:174 #, python-format msgid "%(num)d deleted" msgid_plural "%(num)d deleted" msgstr[0] "" msgstr[1] "" #: trac/versioncontrol/templates/changeset.html:175 #, python-format msgid "%(num)d edited" msgid_plural "%(num)d edited" msgstr[0] "" msgstr[1] "" #: trac/versioncontrol/templates/changeset.html:176 #, python-format msgid "%(num)d copied" msgid_plural "%(num)d copied" msgstr[0] "" msgstr[1] "" #: trac/versioncontrol/templates/changeset.html:177 #, python-format msgid "%(num)d moved" msgid_plural "%(num)d moved" msgstr[0] "" msgstr[1] "" #: trac/versioncontrol/templates/changeset.html:185 msgid "copied" msgstr "" #: trac/versioncontrol/templates/changeset.html:186 msgid "moved" msgstr "" #: trac/versioncontrol/templates/changeset.html:209 msgid "" "[1:Note:] See [2:TracChangeset]\n" " for help on using the changeset viewer." msgstr "" #: trac/versioncontrol/templates/diff_form.html:10 #: trac/versioncontrol/templates/diff_form.html:21 msgid "Prepare Diff" msgstr "" #: trac/versioncontrol/templates/diff_form.html:27 msgid "Select the base and the target for the diff:" msgstr "" #: trac/versioncontrol/templates/diff_form.html:30 msgid "From:" msgstr "" #: trac/versioncontrol/templates/diff_form.html:34 #: trac/versioncontrol/templates/diff_form.html:44 msgid "at revision:" msgstr "" #: trac/versioncontrol/templates/diff_form.html:40 msgid "To:" msgstr "" #: trac/versioncontrol/templates/diff_form.html:50 msgid "" "For either path, you can start typing the path and will be\n" " presented a list of existing directories and files to " "select\n" " from. Select an entry by clicking on it, or by using the\n" " up/down cursor keys and hitting tab." msgstr "" #: trac/versioncontrol/templates/diff_form.html:62 msgid "" "[1:Note:] See\n" " [2:TracChangeset]\n" " for help on using the diff feature." msgstr "" #: trac/versioncontrol/templates/dir_entries.html:11 #, python-format msgid "View %(path_kind)s" msgstr "" #: trac/versioncontrol/templates/dir_entries.html:19 #: trac/versioncontrol/templates/repository_index.html:23 msgid "View Revision Log" msgstr "" #: trac/versioncontrol/templates/dir_entries.html:20 #: trac/versioncontrol/templates/repository_index.html:24 msgid "View Changeset" msgstr "" #: trac/versioncontrol/templates/dirlist_thead.html:9 #: trac/versioncontrol/templates/revisionlog.html:94 #: trac/versioncontrol/web_ui/browser.py:753 msgid "Rev" msgstr "" #: trac/versioncontrol/templates/dirlist_thead.html:12 #: trac/versioncontrol/web_ui/browser.py:441 msgid "Last Change" msgstr "" #: trac/versioncontrol/templates/path_links.html:16 msgid "Go to repository root" msgstr "" #: trac/versioncontrol/templates/path_links.html:16 msgid "Go to repository index" msgstr "" #: trac/versioncontrol/templates/path_links.html:26 #, python-format msgid "View %(name)s" msgstr "" #: trac/versioncontrol/templates/path_links.html:32 #, python-format msgid "View changeset %(rev)s" msgstr "" #: trac/versioncontrol/templates/repository_index.html:15 msgid "View Root Directory" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:10 msgid "(log)" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:23 msgid "Revision Log Mode:" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:27 msgid "Stop on copy" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:33 msgid "Follow copies" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:39 msgid "Show only adds and deletes" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:44 msgid "View log starting at" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:48 msgid "and back to" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:53 msgid "Show at most" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:55 msgid "revisions per page." msgstr "" #: trac/versioncontrol/templates/revisionlog.html:60 msgid "Show full log messages" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:78 msgid "Copied or renamed" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:86 #: trac/versioncontrol/templates/revisionlog.html:180 msgid "Diff from Old Revision to New Revision (as selected in the Diff column)" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:92 msgid "Old / New" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:92 msgid "Diff" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:95 msgid "Age" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:97 msgid "Log Message" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:104 msgid "No revisions found" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:117 msgid "copied from" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:124 #, python-format msgid "From r%(rev)s" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:127 #, python-format msgid "To r%(rev)s" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:133 msgid "View log starting at this revision" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:140 #, python-format msgid "Browse at revision %(rev)s" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:144 #, python-format msgid "View removal changeset [%(rev)s]" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:146 #, python-format msgid "View changeset [%(rev)s] restricted to %(path)s" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:185 msgid "" "[1:Note:] See [2:TracRevisionLog]\n" " for help on using the revision log." msgstr "" #: trac/versioncontrol/templates/revisionlog.txt:1 msgid "" "#\n" "# ChangeLog for" msgstr "" #: trac/versioncontrol/templates/revisionlog.txt:2 msgid " in $(reponame)s" msgstr "" #: trac/versioncontrol/templates/revisionlog.txt:2 msgid "" "# \n" "# Generated by Trac" msgstr "" #: trac/versioncontrol/web_ui/browser.py:298 msgid "Browse Source" msgstr "" #: trac/versioncontrol/web_ui/browser.py:347 #: trac/versioncontrol/web_ui/log.py:87 #, python-format msgid "No repository '%(repo)s' found" msgstr "" #: trac/versioncontrol/web_ui/browser.py:369 msgid "Invalid changeset number" msgstr "" #: trac/versioncontrol/web_ui/browser.py:424 #: trac/versioncontrol/web_ui/browser.py:434 #, python-format msgid "Revision %(num)s" msgstr "" #: trac/versioncontrol/web_ui/browser.py:435 msgid "Previous Revision" msgstr "" #: trac/versioncontrol/web_ui/browser.py:435 msgid "Next Revision" msgstr "" #: trac/versioncontrol/web_ui/browser.py:436 msgid "Latest Revision" msgstr "" #: trac/versioncontrol/web_ui/browser.py:440 #: trac/versioncontrol/web_ui/log.py:299 msgid "Parent directory" msgstr "" #: trac/versioncontrol/web_ui/browser.py:446 msgid "Normal" msgstr "" #: trac/versioncontrol/web_ui/browser.py:447 msgid "View file without annotations" msgstr "" #: trac/versioncontrol/web_ui/browser.py:452 msgid "Annotate" msgstr "" #: trac/versioncontrol/web_ui/browser.py:453 msgid "" "Annotate each line with the last changed revision (this can be time " "consuming...)" msgstr "" #: trac/versioncontrol/web_ui/browser.py:460 msgid "Revision Log" msgstr "" #: trac/versioncontrol/web_ui/browser.py:466 msgid "Repository URL" msgstr "" #: trac/versioncontrol/web_ui/browser.py:580 #: trac/versioncontrol/web_ui/changeset.py:362 msgid "Zip Archive" msgstr "" #: trac/versioncontrol/web_ui/browser.py:753 msgid "Revision in which the line changed" msgstr "" #: trac/versioncontrol/web_ui/browser.py:811 #, python-format msgid "View repository %(repo)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:240 #, python-format msgid "Can't compare across different repositories: %(old)s vs. %(new)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:247 #, python-format msgid "No repository found for '%(reponame)s'" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:249 msgid "No repository specified and no default repository configured." msgstr "" #: trac/versioncontrol/web_ui/changeset.py:261 msgid "Invalid Changeset Number" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:360 msgid "Unified Diff" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:371 msgid "Previous Changeset" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:371 msgid "Next Changeset" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:375 msgid "Reverse Diff" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:410 #, python-format msgid "Changeset %(id)s for %(path)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:413 #: trac/versioncontrol/web_ui/changeset.py:439 #: trac/versioncontrol/web_ui/changeset.py:460 #, python-format msgid "Changeset %(id)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:486 #, python-format msgid "Show revision %(rev)s of this file in browser" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:632 #, python-format msgid "Show the changeset %(id)s restricted to %(path)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:643 #, python-format msgid "Show the %(range)s differences restricted to %(path)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:859 msgid "Changesets in all repositories" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:861 msgid "Repository changesets" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:998 #, python-format msgid "Changeset in %(repo)s " msgid_plural "Changesets in %(repo)s " msgstr[0] "" msgstr[1] "" #: trac/versioncontrol/web_ui/changeset.py:1000 msgid "Changeset " msgid_plural "Changesets " msgstr[0] "" msgstr[1] "" #: trac/versioncontrol/web_ui/changeset.py:1009 #, python-format msgid "%(title)s: %(message)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:1069 #, python-format msgid "No permission to view changeset %(rev)s on %(repos)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:1073 #: trac/versioncontrol/web_ui/log.py:393 #, python-format msgid "Repository %(repos)s not found" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:1075 #: trac/versioncontrol/web_ui/log.py:395 msgid "No default repository defined" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:1114 msgid "Changesets" msgstr "" #: trac/versioncontrol/web_ui/log.py:196 #, python-format msgid "" "The file or directory '%(path)s' doesn't exist at revision %(rev)s or at " "any previous revision." msgstr "" #: trac/versioncontrol/web_ui/log.py:198 msgid "Nonexistent path" msgstr "" #: trac/versioncontrol/web_ui/log.py:225 #, python-format msgid "Revision Log (restarting at %(path)s, rev. %(rev)s)" msgstr "" #: trac/versioncontrol/web_ui/log.py:307 msgid "ChangeLog" msgstr "" #: trac/versioncontrol/web_ui/log.py:309 msgid "View Latest Revision" msgstr "" #: trac/versioncontrol/web_ui/log.py:313 msgid "Older Revisions" msgstr "" #: trac/versioncontrol/web_ui/log.py:391 msgid "No permission to view change log" msgstr "" #: trac/versioncontrol/web_ui/util.py:64 msgid "search" msgstr "" #: trac/versioncontrol/web_ui/util.py:68 #, python-format msgid "" "You can %(search)s in the repository history to see if that path existed " "but was later removed" msgstr "" #: trac/web/api.py:236 #, python-format msgid "Invalid URL encoding (was %(path_info)r)" msgstr "" #: trac/web/api.py:474 #, python-format msgid "File %(path)s not found" msgstr "" #: trac/web/auth.py:99 #, python-format msgid "logged in as %(user)s" msgstr "" #: trac/web/auth.py:102 msgid "Logout" msgstr "" #: trac/web/auth.py:105 msgid "Login" msgstr "" #: trac/web/auth.py:147 #, python-format msgid "Already logged in as %(user)s." msgstr "" #: trac/web/chrome.py:580 #, python-format msgid "Error with navigation contributor \"%(name)s\"" msgstr "" #: trac/web/chrome.py:875 msgid "(unknown template location)" msgstr "" #: trac/web/chrome.py:876 #, python-format msgid "Genshi %(error)s error while rendering template %(location)s" msgstr "" #: trac/web/main.py:223 msgid "Secure cookies are enabled, you must use https to submit forms." msgstr "" #: trac/web/main.py:226 msgid "Do you have cookies enabled?" msgstr "" #: trac/web/main.py:227 #, python-format msgid "Missing or invalid form token. %(msg)s" msgstr "" #: trac/web/main.py:525 #, python-format msgid "Error: %(message)s" msgstr "" #. TRANSLATOR: ... not logged in, you may want to 'do so' now (link) #: trac/web/main.py:539 msgid "do so" msgstr "" #: trac/web/main.py:541 #, python-format msgid "You are currently not logged in. You may want to %(do_so)s now." msgstr "" #: trac/web/session.py:203 #, python-format msgid "" "Session '%(id)s' already exists.
Please choose a different session " "ID." msgstr "" #: trac/web/session.py:205 msgid "Error renaming session" msgstr "" #: trac/web/session.py:312 msgid "No SID found" msgstr "" #: trac/web/session.py:314 msgid "SID" msgstr "" #: trac/web/session.py:314 msgid "Email" msgstr "" #: trac/web/session.py:318 msgid "Session alread exists. Unable to add a duplicate session." msgstr "" #: trac/web/session.py:325 msgid "Unable to set session attribute on a non-existent SID" msgstr "" #: trac/web/session.py:438 #, python-format msgid "Session id %(sid)s not found" msgstr "" #: trac/web/session.py:474 msgid "A datetime object must be specified" msgstr "" #: trac/wiki/admin.py:116 #, python-format msgid "'%(name)s' is not a file" msgstr "" #: trac/wiki/admin.py:168 trac/wiki/admin.py:265 #, python-format msgid " %(page)s imported from %(filename)s" msgstr "" #: trac/wiki/admin.py:200 msgid "Edits" msgstr "" #: trac/wiki/admin.py:206 trac/wiki/web_ui.py:295 msgid "A new name is mandatory for a rename." msgstr "" #: trac/wiki/admin.py:210 trac/wiki/web_ui.py:299 #, python-format msgid "The page %(name)s already exists." msgstr "" #: trac/wiki/admin.py:224 msgid "Deleted pages" msgstr "" #: trac/wiki/admin.py:243 #, python-format msgid "'%(name)s' is not a directory" msgstr "" #: trac/wiki/api.py:327 msgid "no permission to view this wiki page" msgstr "" #: trac/wiki/formatter.py:169 #, python-format msgid "HTML parsing error: %(message)s" msgstr "" #: trac/wiki/formatter.py:173 msgid "Error: Forbidden character sequence \"--\" in htmlcomment wiki code block" msgstr "" #: trac/wiki/formatter.py:247 #, python-format msgid "!#%(name)s must contain at most one table" msgstr "" #: trac/wiki/formatter.py:251 #, python-format msgid "!#%(name)s must contain at least one table cell (and table cells only)" msgstr "" #: trac/wiki/formatter.py:622 trac/wiki/interwiki.py:88 #, python-format msgid "%(target)s in %(name)s" msgstr "" #: trac/wiki/intertrac.py:55 #, python-format msgid "Can't view %(link)s:" msgstr "" #: trac/wiki/macros.py:530 #, python-format msgid "Error: Can't get description for macro %(name)s" msgstr "" #: trac/wiki/macros.py:548 msgid "Aliases:" msgstr "" #: trac/wiki/macros.py:551 msgid "Sorry, no documentation found" msgstr "" #: trac/wiki/macros.py:616 msgid "MIME Types" msgstr "" #: trac/wiki/macros.py:674 msgid "Table of Contents" msgstr "" #: trac/wiki/model.py:123 msgid "Page not modified" msgstr "" #: trac/wiki/model.py:174 #, python-format msgid "Can't rename to existing %(name)s page." msgstr "" #: trac/wiki/web_ui.py:87 trac/wiki/web_ui.py:726 msgid "Wiki" msgstr "" #: trac/wiki/web_ui.py:89 msgid "Help/Guide" msgstr "" #: trac/wiki/web_ui.py:125 #, python-format msgid "No version \"%(num)s\" for Wiki page \"%(name)s\"" msgstr "" #: trac/wiki/web_ui.py:190 #, python-format msgid "The wiki page is too long (must be less than %(num)s characters)" msgstr "" #: trac/wiki/web_ui.py:200 #, python-format msgid "The Wiki page field '%(field)s' is invalid: %(message)s" msgstr "" #: trac/wiki/web_ui.py:204 #, python-format msgid "Invalid Wiki page: %(message)s" msgstr "" #. TRANSLATOR: wiki page #: trac/wiki/web_ui.py:231 msgid "currently edited" msgstr "" #: trac/wiki/web_ui.py:265 #, python-format msgid "The page %(name)s has been deleted." msgstr "" #: trac/wiki/web_ui.py:270 #, python-format msgid "The versions %(from_)d to %(to)d of the page %(name)s have been deleted." msgstr "" #: trac/wiki/web_ui.py:274 #, python-format msgid "The version %(version)d of the page %(name)s has been deleted." msgstr "" #: trac/wiki/web_ui.py:297 msgid "The new name must be different from the old name." msgstr "" #: trac/wiki/web_ui.py:309 #, python-format msgid "See [wiki:\"%(name)s\"]." msgstr "" #: trac/wiki/web_ui.py:333 #, python-format msgid "Your changes have been saved in version %(version)s." msgstr "" #: trac/wiki/web_ui.py:338 msgid "Page not modified, showing latest version." msgstr "" #: trac/wiki/web_ui.py:381 #, python-format msgid "Version %(num)s of page \"%(name)s\" does not exist" msgstr "" #: trac/wiki/web_ui.py:433 msgid "Page history" msgstr "" #: trac/wiki/web_ui.py:451 msgid "Wiki History" msgstr "" #: trac/wiki/web_ui.py:537 #, python-format msgid "Page %(name)s does not exist" msgstr "" #: trac/wiki/web_ui.py:551 #, python-format msgid "Back to %(wikipage)s" msgstr "" #: trac/wiki/web_ui.py:579 #, python-format msgid "Page %(name)s not found" msgstr "" #: trac/wiki/web_ui.py:631 msgid "View latest version" msgstr "" #: trac/wiki/web_ui.py:635 msgid "View parent page" msgstr "" #: trac/wiki/web_ui.py:644 msgid "Previous Version" msgstr "" #: trac/wiki/web_ui.py:644 msgid "Next Version" msgstr "" #: trac/wiki/web_ui.py:645 msgid "View Latest Version" msgstr "" #: trac/wiki/web_ui.py:648 msgid "Up" msgstr "" #: trac/wiki/web_ui.py:673 msgid "Start Page" msgstr "" #: trac/wiki/web_ui.py:674 msgid "Index" msgstr "" #: trac/wiki/web_ui.py:676 msgid "History" msgstr "" #: trac/wiki/web_ui.py:683 msgid "Wiki changes" msgstr "" #. TRANSLATOR: wiki page #: trac/wiki/web_ui.py:712 msgid " edited" msgstr "" #: trac/wiki/web_ui.py:712 msgid " created" msgstr "" #: trac/wiki/templates/wiki_delete.html:26 msgid "Are you sure you want to" msgstr "" #: trac/wiki/templates/wiki_delete.html:26 msgid "delete" msgstr "" #: trac/wiki/templates/wiki_delete.html:26 msgid "this page?" msgstr "" #: trac/wiki/templates/wiki_delete.html:28 msgid "This is the only version the page, so the page will be removed completely!" msgstr "" #: trac/wiki/templates/wiki_diff.html:17 #, python-format msgid "Delete version %(old_version)d to version %(version)d" msgstr "" #: trac/wiki/templates/wiki_diff.html:18 #, python-format msgid "Delete version %(version)d" msgstr "" #: trac/wiki/templates/wiki_edit.html:67 trac/wiki/templates/wiki_edit.html:140 msgid "Go to Save, Preview, Review or Cancel buttons" msgstr "" #: trac/wiki/templates/wiki_edit.html:69 msgid "See the diffs" msgstr "" #: trac/wiki/templates/wiki_edit.html:69 #: trac/wiki/templates/wiki_edit_form.html:38 msgid "Review" msgstr "" #: trac/wiki/templates/wiki_edit.html:70 msgid "See the preview" msgstr "" #: trac/wiki/templates/wiki_edit.html:73 msgid "Editing" msgstr "" #: trac/wiki/templates/wiki_edit.html:75 msgid "Someone else has modified that page since you started your edits." msgstr "" #: trac/wiki/templates/wiki_edit.html:76 msgid "If you save right away, you risk to revert those changes" msgstr "" #: trac/wiki/templates/wiki_edit.html:76 msgid "(highlighted below as deletions)." msgstr "" #: trac/wiki/templates/wiki_edit.html:78 msgid "" "Please review all those changes and manually merge them with your\n" " own changes." msgstr "" #: trac/wiki/templates/wiki_edit.html:79 msgid "If you're unsure about what you're doing, please press" msgstr "" #: trac/wiki/templates/wiki_edit.html:80 msgid "" "(losing your changes) and start editing the latest version of the page\n" " again." msgstr "" #: trac/wiki/templates/wiki_edit.html:114 msgid "Change information for future version" msgstr "" #: trac/wiki/templates/wiki_edit.html:115 msgid "(modified by" msgstr "" #: trac/wiki/templates/wiki_edit.html:124 msgid "Go to the editor" msgstr "" #: trac/wiki/templates/wiki_edit.html:127 #: trac/wiki/templates/wiki_edit_form.html:74 msgid "Review Changes" msgstr "" #: trac/wiki/templates/wiki_edit.html:129 msgid "No changes" msgstr "" #: trac/wiki/templates/wiki_edit.html:146 msgid "" "Sorry, this page has been modified by somebody else since you started\n" " editing. Your changes cannot be saved." msgstr "" #: trac/wiki/templates/wiki_edit_form.html:16 msgid "Adjust edit area height:" msgstr "" #: trac/wiki/templates/wiki_edit_form.html:24 msgid "Selecting and pressing 'Preview' enters a two-column [edit|preview] mode" msgstr "" #: trac/wiki/templates/wiki_edit_form.html:24 msgid "Edit side-by-side" msgstr "" #: trac/wiki/templates/wiki_edit_form.html:32 msgid "" "[1:Note:] See [2:WikiFormatting] and\n" " [3:TracWiki] for help on editing wiki content." msgstr "" #: trac/wiki/templates/wiki_edit_form.html:38 msgid "See the start of the diffs" msgstr "" #: trac/wiki/templates/wiki_edit_form.html:39 msgid "See the start of the preview" msgstr "" #: trac/wiki/templates/wiki_edit_form.html:43 msgid "Change information" msgstr "" #: trac/wiki/templates/wiki_edit_form.html:54 msgid "Comment about this change (optional):" msgstr "" #: trac/wiki/templates/wiki_edit_form.html:61 msgid "Page is read-only" msgstr "" #: trac/wiki/templates/wiki_edit_form.html:69 msgid "Merge changes" msgstr "" #: trac/wiki/templates/wiki_edit_form.html:73 msgid "Preview Page" msgstr "" #: trac/wiki/templates/wiki_page_path.html:6 msgid "View WikiStart" msgstr "" #: trac/wiki/templates/wiki_page_path.html:6 msgid "wiki:" msgstr "" #: trac/wiki/templates/wiki_page_path.html:8 #, python-format msgid "View %(path)s" msgstr "" #: trac/wiki/templates/wiki_rename.html:14 msgid "Rename" msgstr "" #: trac/wiki/templates/wiki_rename.html:18 msgid "Renaming the page will rename all existing versions of the page in place." msgstr "" #: trac/wiki/templates/wiki_rename.html:18 msgid "The complete history of the page will be moved to the new location." msgstr "" #: trac/wiki/templates/wiki_rename.html:22 msgid "New name:" msgstr "" #: trac/wiki/templates/wiki_rename.html:26 msgid "Leave a redirection page at the old location" msgstr "" #: trac/wiki/templates/wiki_rename.html:32 #: trac/wiki/templates/wiki_view.html:108 msgid "Rename page" msgstr "" #: trac/wiki/templates/wiki_view.html:14 trac/wiki/templates/wiki_view.html:84 msgid "Edit this page" msgstr "" #: trac/wiki/templates/wiki_view.html:34 #, python-format msgid "" "Version %(version)s (modified by %(author)s, %(date)s ago)\n" " ([1:diff])" msgstr "" #: trac/wiki/templates/wiki_view.html:47 #, python-format msgid "Version %(version)s by %(author)s: %(comment)s" msgstr "" #: trac/wiki/templates/wiki_view.html:47 #, python-format msgid "Version %(version)s by %(author)s" msgstr "" #: trac/wiki/templates/wiki_view.html:54 #, python-format msgid "[1:Last modified] %(reldate)s ago" msgstr "" #: trac/wiki/templates/wiki_view.html:61 msgid "The page" msgstr "" #: trac/wiki/templates/wiki_view.html:61 msgid "does not exist. You can create it here." msgstr "" #: trac/wiki/templates/wiki_view.html:63 msgid "You could also create the same page higher in the hierarchy:" msgstr "" #: trac/wiki/templates/wiki_view.html:87 msgid "Create this page" msgstr "" #: trac/wiki/templates/wiki_view.html:89 msgid "Using the template:" msgstr "" #: trac/wiki/templates/wiki_view.html:92 msgid "(blank page)" msgstr "" #: trac/wiki/templates/wiki_view.html:117 msgid "Delete this version" msgstr "" #: trac/wiki/templates/wiki_view.html:119 msgid "Delete page" msgstr "" #: trac/wiki/templates/wiki_view.html:128 msgid "The following pages have a name similar to this page, and may be related:" msgstr ""