# Translations template for Trac. # Copyright (C) 2008 Edgewall Software # This file is distributed under the same license as the Trac project. # FIRST AUTHOR , 2008. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Trac 0.12\n" "Report-Msgid-Bugs-To: trac-dev@googlegroups.com\n" "POT-Creation-Date: 2008-11-22 13:02+0100\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.4\n" #: trac/about.py:43 trac/templates/about.html:9 trac/templates/about.html:28 msgid "About Trac" msgstr "" #: trac/attachment.py:145 #, python-format msgid "Attachment '%(title)s' does not exist." msgstr "" #: trac/attachment.py:146 msgid "Invalid Attachment" msgstr "" #: trac/attachment.py:188 msgid "Could not delete attachment" msgstr "" #: trac/attachment.py:291 #, python-format msgid "Attachment '%(filename)s' not found" msgstr "" #: trac/attachment.py:365 msgid "Bad request" msgstr "" #: trac/attachment.py:382 #, python-format msgid "Back to %(parent)s" msgstr "" #: trac/attachment.py:474 msgid " attached to " msgstr "" #: trac/attachment.py:535 #, python-format msgid "Attachment '%(id)s' in %(parent)s" msgstr "" #: trac/attachment.py:538 #, python-format msgid "Attachments of %(parent)s" msgstr "" #: trac/attachment.py:551 trac/attachment.py:574 trac/admin/web_ui.py:407 #: trac/admin/web_ui.py:410 trac/admin/web_ui.py:414 msgid "No file uploaded" msgstr "" #: trac/attachment.py:559 msgid "Can't upload empty file" msgstr "" #: trac/attachment.py:564 #, python-format msgid "Maximum attachment size: %(num)s bytes" msgstr "" #: trac/attachment.py:565 msgid "Upload failed" msgstr "" #: trac/attachment.py:586 #, python-format msgid "Attachment field %(field)s is invalid: %(message)s" msgstr "" #: trac/attachment.py:590 #, python-format msgid "Invalid attachment: %(message)s" msgstr "" #: trac/attachment.py:624 #, python-format msgid "%(attachment)s (delete)" msgstr "" #: trac/attachment.py:686 trac/versioncontrol/web_ui/browser.py:510 #: trac/wiki/web_ui.py:70 msgid "Plain Text" msgstr "" #: trac/attachment.py:692 trac/versioncontrol/web_ui/browser.py:515 msgid "Original Format" msgstr "" #: trac/env.py:413 msgid "Can only backup sqlite databases" msgstr "" #: trac/env.py:498 msgid "Database newer than Trac version" msgstr "" #: trac/env.py:510 #, python-format msgid "No upgrade module for version %(num)i (%(version)s.py)" msgstr "" #: trac/env.py:555 msgid "" "Missing environment variable \"TRAC_ENV\". Trac requires this variable to" " point to a valid Trac environment." msgstr "" #: trac/env.py:588 #, python-format msgid "" "The Trac Environment needs to be upgraded.\n" "\n" "Run \"trac-admin %(path)s upgrade\"" msgstr "" #: trac/env.py:622 msgid "Copying resources from:" msgstr "" #: trac/env.py:638 msgid "Creating scripts." msgstr "" #: trac/env.py:655 #, python-format msgid "hotcopy can't overwrite existing '%(dest)s'" msgstr "" #: trac/env.py:665 #, python-format msgid "Hotcopying %(src)s to %(dst)s ..." msgstr "" #: trac/env.py:680 msgid "The following errors happened while copying the environment:" msgstr "" #: trac/env.py:691 msgid "Hotcopy done." msgstr "" #: trac/env.py:696 trac/admin/api.py:126 msgid "Invalid arguments" msgstr "" #: trac/env.py:699 msgid "Database is up to date, no upgrade necessary." msgstr "" #: trac/env.py:707 #, python-format msgid "" "Backup failed with '%(msg)s'.\n" "Use '--no-backup' to upgrade without doing a backup." msgstr "" #: trac/env.py:712 msgid "Upgrade done." msgstr "" #: trac/notification.py:221 #, python-format msgid "Invalid email encoding setting: %s" msgstr "" #: trac/notification.py:253 msgid "Header length is too short" msgstr "" #: trac/notification.py:323 msgid "TLS enabled but server does not support TLS" msgstr "" #: trac/notification.py:395 msgid "Ticket contains non-ASCII chars. Please change encoding setting" msgstr "" #: trac/perm.py:49 #, python-format msgid "%(perm)s privileges are required to perform this operation on %(resource)s" msgstr "" #: trac/perm.py:51 #, python-format msgid "%(perm)s privileges are required to perform this operation" msgstr "" #: trac/perm.py:54 msgid "Insufficient privileges to perform this operation." msgstr "" #: trac/perm.py:320 #, python-format msgid "%(name)s is not a valid action." msgstr "" #: trac/perm.py:615 msgid "User" msgstr "" #: trac/perm.py:615 trac/admin/templates/admin_perms.html:69 #: trac/ticket/templates/ticket.html:373 msgid "Action" msgstr "" #: trac/perm.py:617 msgid "Available actions:" msgstr "" #: trac/perm.py:630 msgid "Group names must be in lower case and actions in upper case" msgstr "" #: trac/resource.py:328 #, python-format msgid " at version %(version)s" msgstr "" #: trac/admin/api.py:130 msgid "Command not found" msgstr "" #: trac/admin/console.py:80 trac/ticket/templates/report_edit.html:34 msgid "Error:" msgstr "" #: trac/admin/console.py:86 msgid "Command failed:" msgstr "" #: trac/admin/console.py:93 #, python-format msgid "" "Welcome to trac-admin %(version)s\n" "Interactive Trac administration console.\n" "Copyright (c) 2003-2008 Edgewall Software\n" "\n" "Type: '?' or 'help' for help on commands.\n" " " msgstr "" #: trac/admin/console.py:124 msgid "Failed to open environment." msgstr "" #: trac/admin/console.py:197 msgid "Completion error:" msgstr "" #: trac/admin/console.py:248 #, python-format msgid "No documentation found for '%(cmd)s'" msgstr "" #: trac/admin/console.py:250 #, python-format msgid "trac-admin - The Trac Administration Console %(version)s" msgstr "" #: trac/admin/console.py:254 msgid "Usage: trac-admin [command [subcommand] [option ...]]\n" msgstr "" #: trac/admin/console.py:257 msgid "Invoking trac-admin without command starts interactive mode.\n" msgstr "" #: trac/admin/console.py:295 #, python-format msgid "Creating a new Trac environment at %(envname)s" msgstr "" #: trac/admin/console.py:297 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:305 #, python-format msgid "Project Name [%(default)s]> " msgstr "" #: trac/admin/console.py:307 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:315 #, python-format msgid "Database connection string [%(default)s]> " msgstr "" #: trac/admin/console.py:317 msgid "" " \n" " Please specify the type of version control system,\n" " By default, it will be svn.\n" "\n" " If you don't want to use Trac with version control integration,\n" " choose the default here and don't specify a repository directory.\n" " in the next question.\n" msgstr "" #: trac/admin/console.py:326 #, python-format msgid "Repository type [%(default)s]> " msgstr "" #: trac/admin/console.py:328 msgid "" "\n" " Please specify the absolute path to the version control\n" " repository, or leave it blank to use Trac without a repository.\n" " You can also set the repository location later.\n" msgstr "" #: trac/admin/console.py:333 msgid "Path to repository [/path/to/repos]> " msgstr "" #: trac/admin/console.py:340 #, python-format msgid "Initenv for '%(env)s' failed." msgstr "" #: trac/admin/console.py:369 msgid "Creating and Initializing Project" msgstr "" #: trac/admin/console.py:388 msgid " Installing default wiki pages" msgstr "" #: trac/admin/console.py:400 msgid " Indexing repository" msgstr "" #: trac/admin/console.py:403 msgid "" "\n" "---------------------------------------------------------------------\n" "Warning: couldn't index the 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 in order to enable\n" "the Trac repository browser.\n" msgstr "" #: trac/admin/console.py:447 #, 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:507 #, python-format msgid "non-ascii environment path '%(path)s' not supported." msgstr "" #: trac/admin/web_ui.py:66 msgid "Admin" msgstr "" #: trac/admin/web_ui.py:67 trac/admin/templates/admin.html:16 msgid "Administration" msgstr "" #: trac/admin/web_ui.py:83 msgid "No administration panels available" msgstr "" #: trac/admin/web_ui.py:105 trac/admin/web_ui.py:109 msgid "Unknown administration panel" msgstr "" #: trac/admin/web_ui.py:184 trac/admin/web_ui.py:211 trac/admin/web_ui.py:300 #: trac/admin/web_ui.py:383 trac/prefs/web_ui.py:88 #: trac/prefs/templates/prefs_general.html:9 msgid "General" msgstr "" #: trac/admin/web_ui.py:184 trac/admin/templates/admin_basics.html:13 msgid "Basic Settings" msgstr "" #: trac/admin/web_ui.py:211 trac/admin/templates/admin_logging.html:9 #: trac/admin/templates/admin_logging.html:21 msgid "Logging" msgstr "" #: trac/admin/web_ui.py:220 trac/ticket/templates/milestone_delete.html:30 #: trac/ticket/templates/milestone_edit.html:73 msgid "None" msgstr "" #: trac/admin/web_ui.py:221 msgid "Console" msgstr "" #: trac/admin/web_ui.py:223 trac/templates/attachment.html:28 #: trac/templates/attachment.html:89 trac/versioncontrol/api.py:114 msgid "File" msgstr "" #: trac/admin/web_ui.py:225 msgid "Syslog" msgstr "" #: trac/admin/web_ui.py:227 msgid "Windows event log" msgstr "" #: trac/admin/web_ui.py:241 #, python-format msgid "Unknown log type %(type)s" msgstr "" #: trac/admin/web_ui.py:242 msgid "Invalid log type" msgstr "" #: trac/admin/web_ui.py:253 #, python-format msgid "Unknown log level %(level)s" msgstr "" #: trac/admin/web_ui.py:254 msgid "Invalid log level" msgstr "" #: trac/admin/web_ui.py:270 msgid "You must specify a log file" msgstr "" #: trac/admin/web_ui.py:271 msgid "Missing field" msgstr "" #: trac/admin/web_ui.py:300 trac/admin/templates/admin_perms.html:9 msgid "Permissions" msgstr "" #: trac/admin/web_ui.py:314 msgid "All upper-cased tokens are reserved for permission names" msgstr "" #: trac/admin/web_ui.py:321 msgid "Unknown action" msgstr "" #: trac/admin/web_ui.py:328 #, python-format msgid "Permission \"%(action)s\" was already granted to \"%(subject)s\"" msgstr "" #: trac/admin/web_ui.py:347 #, python-format msgid "\"%(subject)s\" was already added to group \"%(group)s\"" msgstr "" #: trac/admin/web_ui.py:383 trac/admin/templates/admin_plugins.html:9 msgid "Plugins" msgstr "" #: trac/admin/web_ui.py:417 msgid "Uploaded file is not a Python source file or egg" msgstr "" #: trac/admin/web_ui.py:422 #, python-format msgid "Plugin %(name)s already installed" msgstr "" #: 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:20 #: trac/admin/templates/admin_enums.html:34 #: trac/admin/templates/admin_milestones.html:21 #: trac/admin/templates/admin_milestones.html:77 #: trac/admin/templates/admin_versions.html:21 #: trac/admin/templates/admin_versions.html:56 msgid "Name:" msgstr "" #: trac/admin/templates/admin_basics.html:24 msgid "URL:" msgstr "" #: trac/admin/templates/admin_basics.html:29 #: trac/ticket/templates/ticket.html:296 msgid "Description:" msgstr "" #: trac/admin/templates/admin_basics.html:36 #: trac/admin/templates/admin_components.html:99 #: trac/admin/templates/admin_enums.html:69 #: trac/admin/templates/admin_logging.html:53 #: trac/admin/templates/admin_milestones.html:125 #: trac/admin/templates/admin_plugins.html:103 #: trac/admin/templates/admin_versions.html:94 msgid "Apply changes" msgstr "" #: trac/admin/templates/admin_components.html:10 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:55 #: trac/admin/templates/admin_enums.html:23 #: trac/admin/templates/admin_milestones.html:65 #: trac/admin/templates/admin_versions.html:45 #: trac/templates/attachment.html:57 trac/templates/attachment.html:70 #: trac/ticket/templates/milestone_delete.html:36 #: trac/ticket/templates/milestone_edit.html:90 #: trac/ticket/templates/report_delete.html:20 #: trac/ticket/templates/report_edit.html:42 #: trac/wiki/templates/wiki_delete.html:36 #: trac/wiki/templates/wiki_edit.html:35 trac/wiki/templates/wiki_edit.html:123 msgid "Cancel" msgstr "" #: trac/admin/templates/admin_components.html:56 #: trac/admin/templates/admin_enums.html:24 #: trac/admin/templates/admin_milestones.html:66 #: trac/admin/templates/admin_versions.html:46 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:32 #: trac/admin/templates/admin_enums.html:37 #: trac/admin/templates/admin_milestones.html:90 #: trac/admin/templates/admin_perms.html:38 #: trac/admin/templates/admin_perms.html:60 #: trac/admin/templates/admin_versions.html:67 msgid "Add" msgstr "" #: trac/admin/templates/admin_components.html:80 #: trac/admin/templates/admin_enums.html:47 #: trac/admin/templates/admin_milestones.html:100 #: trac/admin/templates/admin_versions.html:77 trac/templates/about.html:68 #: trac/templates/error.html:162 trac/ticket/admin.py:181 #: trac/ticket/admin.py:356 trac/ticket/admin.py:509 msgid "Name" msgstr "" #: trac/admin/templates/admin_components.html:80 trac/ticket/admin.py:181 msgid "Owner" msgstr "" #: trac/admin/templates/admin_components.html:80 #: trac/admin/templates/admin_enums.html:47 #: trac/admin/templates/admin_milestones.html:100 #: trac/admin/templates/admin_versions.html:77 msgid "Default" msgstr "" #: trac/admin/templates/admin_components.html:98 #: trac/admin/templates/admin_enums.html:68 #: trac/admin/templates/admin_milestones.html:124 #: trac/admin/templates/admin_perms.html:87 #: trac/admin/templates/admin_versions.html:93 msgid "Remove selected items" msgstr "" #: trac/admin/templates/admin_components.html:101 #: trac/admin/templates/admin_enums.html:71 #: trac/admin/templates/admin_milestones.html:127 #: 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:77 #: trac/admin/templates/admin_milestones.html:133 #: 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:13 msgid "Manage" msgstr "" #: trac/admin/templates/admin_enums.html:18 msgid "Modify" msgstr "" #: trac/admin/templates/admin_enums.html:47 msgid "Order" msgstr "" #: trac/admin/templates/admin_logging.html:25 trac/templates/about.html:63 msgid "Configuration" msgstr "" #: trac/admin/templates/admin_logging.html:27 msgid "Type:" msgstr "" #: trac/admin/templates/admin_logging.html:36 msgid "Log level:" msgstr "" #: trac/admin/templates/admin_logging.html:44 msgid "Log file:" msgstr "" #: trac/admin/templates/admin_logging.html:47 msgid "If you specify a relative path, the log file will be stored inside the" msgstr "" #: trac/admin/templates/admin_logging.html:49 msgid "log" msgstr "" #: trac/admin/templates/admin_logging.html:49 msgid "directory of the project environment (" msgstr "" #: trac/admin/templates/admin_milestones.html:10 trac/ticket/roadmap.py:820 msgid "Milestones" msgstr "" #: trac/admin/templates/admin_milestones.html:14 msgid "Manage Milestones" msgstr "" #: trac/admin/templates/admin_milestones.html:19 msgid "Modify Milestone:" msgstr "" #: trac/admin/templates/admin_milestones.html:24 #: trac/admin/templates/admin_milestones.html:82 #: trac/ticket/templates/milestone_edit.html:51 msgid "Due:" msgstr "" #: trac/admin/templates/admin_milestones.html:27 #: trac/admin/templates/admin_milestones.html:41 #: trac/admin/templates/admin_milestones.html:86 #: trac/admin/templates/admin_versions.html:30 #: trac/admin/templates/admin_versions.html:63 #: trac/ticket/templates/milestone_edit.html:54 #: trac/ticket/templates/milestone_edit.html:66 msgid "Format:" msgstr "" #: trac/admin/templates/admin_milestones.html:33 #: trac/ticket/templates/milestone_edit.html:59 msgid "Completed:" msgstr "" #: trac/admin/templates/admin_milestones.html:55 #: trac/admin/templates/admin_versions.html:35 #: trac/ticket/templates/milestone_edit.html:81 msgid "Description (you may use [1:WikiFormatting] here):" msgstr "" #: trac/admin/templates/admin_milestones.html:75 msgid "Add Milestone:" msgstr "" #: trac/admin/templates/admin_milestones.html:100 trac/ticket/admin.py:356 msgid "Due" msgstr "" #: trac/admin/templates/admin_milestones.html:100 trac/ticket/admin.py:356 #: trac/ticket/templates/milestone_view.html:25 #: trac/ticket/templates/roadmap.html:38 msgid "Completed" msgstr "" #: trac/admin/templates/admin_milestones.html:100 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:61 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:17 msgid "Manage Plugins" msgstr "" #: trac/admin/templates/admin_plugins.html:21 msgid "Install Plugin:" msgstr "" #: trac/admin/templates/admin_plugins.html:23 msgid "File:" msgstr "" #: trac/admin/templates/admin_plugins.html:28 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:32 msgid "Upload a plugin packaged as Python egg." msgstr "" #: trac/admin/templates/admin_plugins.html:37 msgid "Install" msgstr "" #: trac/admin/templates/admin_plugins.html:60 trac/templates/diff_view.html:43 #: trac/versioncontrol/templates/changeset.html:97 msgid "Author:" msgstr "" #: trac/admin/templates/admin_plugins.html:69 msgid "Home page:" msgstr "" #: trac/admin/templates/admin_plugins.html:76 msgid "License:" msgstr "" #: trac/admin/templates/admin_plugins.html:83 msgid "Component" msgstr "" #: trac/admin/templates/admin_plugins.html:83 msgid "Enabled" msgstr "" #: trac/admin/templates/admin_versions.html:10 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:98 #, python-format msgid "Unsupported database type \"%(scheme)s\"" msgstr "" #: trac/db/api.py:121 msgid "Database connection string must start with scheme:/" msgstr "" #: trac/db/pool.py:120 #, python-format msgid "Unable to get database connection within %(time)d seconds" msgstr "" #: trac/db/sqlite_backend.py:133 #, python-format msgid "Database already exists at %(path)s" msgstr "" #: trac/db/sqlite_backend.py:161 #, python-format msgid "Database \"%(path)s\" not found." msgstr "" #: trac/db/sqlite_backend.py:170 #, python-format msgid "" "The user %(user)s requires read _and_ write permission to the database " "file %(path)s and the directory it is located in." msgstr "" #: trac/mimeview/api.py:634 trac/mimeview/api.py:644 #, python-format msgid "No available MIME conversions from %(old)s to %(new)s" msgstr "" #: trac/mimeview/patch.py:55 msgid "Invalid unified diff content" msgstr "" #: trac/mimeview/php.py:98 msgid "" "You appear to be using the PHP CGI binary. Trac requires the CLI version " "for syntax highlighting." msgstr "" #: trac/mimeview/rst.py:60 msgid "Docutils not found" msgstr "" #: trac/mimeview/rst.py:62 #, python-format msgid "Docutils version >= %(version)s required, %(found)s found" msgstr "" #: trac/prefs/web_ui.py:53 trac/prefs/templates/prefs.html:16 msgid "Preferences" msgstr "" #: trac/prefs/web_ui.py:76 msgid "Unknown preference panel" msgstr "" #: trac/prefs/web_ui.py:89 trac/prefs/templates/prefs_datetime.html:9 msgid "Date & Time" msgstr "" #: trac/prefs/web_ui.py:90 trac/prefs/templates/prefs_keybindings.html:9 msgid "Keyboard Shortcuts" msgstr "" #: trac/prefs/web_ui.py:92 trac/prefs/templates/prefs_language.html:9 msgid "Language" msgstr "" #: trac/prefs/web_ui.py:94 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:15 msgid "Time zone:" msgstr "" #: trac/prefs/templates/prefs_datetime.html:17 msgid "Default time zone" msgstr "" #: trac/prefs/templates/prefs_datetime.html:24 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:28 msgid "Example: The current time is" msgstr "" #: trac/prefs/templates/prefs_datetime.html:29 msgid "(UTC)." msgstr "" #: trac/prefs/templates/prefs_datetime.html:30 msgid "In" msgstr "" #: trac/prefs/templates/prefs_datetime.html:31 msgid "time zone" msgstr "" #: trac/prefs/templates/prefs_datetime.html:31 msgid ", this would be displayed as" msgstr "" #: trac/prefs/templates/prefs_datetime.html:35 msgid "" "Note: Universal Co-ordinated Time (UTC) is also known as Greenwich Mean " "Time (GMT)." msgstr "" #: trac/prefs/templates/prefs_datetime.html:36 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:17 msgid "Enable access keys" msgstr "" #: trac/prefs/templates/prefs_keybindings.html:20 msgid "" "This site provides keyboard shortcuts for faster\n" " 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" msgstr "" #: trac/prefs/templates/prefs_keybindings.html:24 msgid "TracAccessibility" msgstr "" #: trac/prefs/templates/prefs_keybindings.html:24 msgid "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:9 msgid "Pygments Theme" msgstr "" #: trac/prefs/templates/prefs_pygments.html:36 msgid "" "The Pygments syntax highlighter can be used with\n" " different coloring themes." msgstr "" #: trac/prefs/templates/prefs_pygments.html:38 msgid "Theme:" msgstr "" #: trac/prefs/templates/prefs_pygments.html:43 msgid "Preview:" msgstr "" #: trac/search/web_ui.py:64 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:107 #, python-format msgid "Search query too short. Query must be at least %(num)s characters long." msgstr "" #: trac/search/web_ui.py:109 msgid "Search Error" msgstr "" #: trac/search/web_ui.py:144 trac/ticket/query.py:673 trac/ticket/report.py:317 msgid "Next Page" msgstr "" #: trac/search/web_ui.py:150 trac/ticket/query.py:678 trac/ticket/report.py:321 msgid "Previous Page" msgstr "" #: trac/search/web_ui.py:192 #, python-format msgid "Browse repository path %(path)s" msgstr "" #: trac/search/templates/search.html:10 trac/search/templates/search.html:40 #: trac/ticket/templates/query_results.html:21 #: trac/ticket/templates/report_view.html:74 msgid "Results" msgstr "" #: trac/search/templates/search.html:48 msgid "Quickjump to" msgstr "" #: trac/search/templates/search.html:56 msgid "By" msgstr "" #: trac/search/templates/search.html:65 #: trac/ticket/templates/report_view.html:196 msgid "No matches found." msgstr "" #: trac/search/templates/search.html:70 #: trac/ticket/templates/milestone_delete.html:41 #: trac/ticket/templates/milestone_edit.html:94 #: trac/ticket/templates/milestone_view.html:105 #: trac/ticket/templates/query.html:249 #: trac/ticket/templates/report_delete.html:26 #: trac/ticket/templates/report_edit.html:49 #: trac/ticket/templates/report_view.html:199 #: trac/ticket/templates/roadmap.html:71 trac/ticket/templates/ticket.html:403 #: trac/timeline/templates/timeline.html:55 #: trac/versioncontrol/templates/browser.html:151 #: trac/versioncontrol/templates/diff_form.html:62 #: trac/versioncontrol/templates/revisionlog.html:176 msgid "Note:" msgstr "" #: trac/search/templates/search.html:70 #: trac/ticket/templates/milestone_delete.html:41 #: trac/ticket/templates/milestone_edit.html:94 #: trac/ticket/templates/milestone_view.html:105 #: trac/ticket/templates/query.html:249 #: trac/ticket/templates/report_delete.html:26 #: trac/ticket/templates/report_edit.html:49 #: trac/ticket/templates/report_view.html:199 #: trac/ticket/templates/roadmap.html:71 trac/ticket/templates/ticket.html:403 #: trac/timeline/templates/timeline.html:55 #: trac/versioncontrol/templates/browser.html:151 #: trac/versioncontrol/templates/diff_form.html:62 #: trac/versioncontrol/templates/revisionlog.html:176 msgid "See" msgstr "" #: trac/search/templates/search.html:70 msgid "TracSearch" msgstr "" #: trac/search/templates/search.html:70 msgid "for help on searching." msgstr "" #: trac/templates/about.html:25 msgid "Trac: Integrated SCM & Project Management" msgstr "" #: trac/templates/about.html:29 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:35 msgid "Trac is distributed under the modified BSD License." msgstr "" #: trac/templates/about.html:35 msgid "The complete text of the license can be found" msgstr "" #: trac/templates/about.html:37 msgid "online" msgstr "" #: trac/templates/about.html:37 msgid "as well as in the" msgstr "" #: trac/templates/about.html:38 msgid "COPYING" msgstr "" #: trac/templates/about.html:38 msgid "file included in the distribution." msgstr "" #: trac/templates/about.html:40 msgid "python powered" msgstr "" #: trac/templates/about.html:43 msgid "Please visit the Trac open source project:" msgstr "" #: trac/templates/about.html:44 msgid "http://trac.edgewall.org/" msgstr "" #: trac/templates/about.html:53 msgid "System Information" msgstr "" #: trac/templates/about.html:67 msgid "Section" msgstr "" #: trac/templates/about.html:69 trac/templates/error.html:162 msgid "Value" msgstr "" #: trac/templates/attachment.html:10 msgid "Attachment" msgstr "" #: trac/templates/attachment.html:25 msgid "Add Attachment to" msgstr "" #: trac/templates/attachment.html:28 msgid "(size limit" msgstr "" #: trac/templates/attachment.html:33 msgid "Attachment Info" msgstr "" #: trac/templates/attachment.html:36 trac/ticket/templates/ticket.html:251 #: trac/wiki/templates/wiki_edit.html:95 msgid "Your email or username:" msgstr "" #: trac/templates/attachment.html:42 msgid "Description of the file (optional):" msgstr "" #: trac/templates/attachment.html:47 msgid "Replace existing attachment of the same name" msgstr "" #: trac/templates/attachment.html:56 msgid "Add attachment" msgstr "" #: trac/templates/attachment.html:64 msgid "Are you sure you want to delete this attachment?" msgstr "" #: trac/templates/attachment.html:64 trac/wiki/templates/wiki_delete.html:32 msgid "This is an irreversible operation." msgstr "" #: trac/templates/attachment.html:71 trac/templates/attachment.html:111 msgid "Delete attachment" msgstr "" #: trac/templates/attachment.html:86 trac/ticket/api.py:230 #: trac/ticket/templates/ticket.html:170 msgid "Description" msgstr "" #: trac/templates/attachment.html:90 msgid "(added by" msgstr "" #: trac/templates/attachment.html:91 trac/templates/diff_view.html:40 #: trac/versioncontrol/templates/browser.html:113 #: trac/versioncontrol/templates/changeset.html:96 #: trac/wiki/templates/wiki_view.html:33 msgid "ago)" msgstr "" #: trac/templates/diff_div.html:53 #: trac/versioncontrol/templates/browser.html:133 msgid "Property" msgstr "" #: trac/templates/diff_div.html:64 trac/ticket/templates/ticket.html:61 #: trac/versioncontrol/templates/changeset.html:32 msgid "to" msgstr "" #: trac/templates/diff_div.html:69 msgid "Differences" 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:103 msgid "between" msgstr "" #: trac/templates/diff_view.html:19 trac/templates/diff_view.html:25 #: trac/templates/history_view.html:26 trac/ticket/templates/ticket.html:100 #: trac/wiki/web_ui.py:538 trac/wiki/templates/wiki_view.html:32 msgid "Version" msgstr "" #: trac/templates/diff_view.html:19 trac/templates/diff_view.html:22 #: trac/ticket/templates/query.html:105 msgid "and" msgstr "" #: trac/templates/diff_view.html:22 trac/ticket/web_ui.py:756 #: trac/ticket/templates/ticket.html:97 msgid "Initial Version" msgstr "" #: trac/templates/diff_view.html:24 #: trac/versioncontrol/templates/changeset.html:71 msgid "from" msgstr "" #: trac/templates/diff_view.html:25 msgid "of" msgstr "" #: trac/templates/diff_view.html:37 #: trac/versioncontrol/templates/changeset.html:94 msgid "Timestamp:" msgstr "" #: trac/templates/diff_view.html:39 trac/templates/diff_view.html:45 #: trac/templates/diff_view.html:50 msgid "(multiple changes)" msgstr "" #: trac/templates/diff_view.html:46 msgid "(IP:" msgstr "" #: trac/templates/diff_view.html:48 msgid "Comment:" msgstr "" #: trac/templates/diff_view.html:56 #: trac/versioncontrol/templates/changeset.html:151 #: trac/versioncontrol/templates/revisionlog.html:70 msgid "Legend:" msgstr "" #: trac/templates/diff_view.html:58 #: trac/versioncontrol/templates/changeset.html:153 msgid "Unmodified" msgstr "" #: trac/templates/diff_view.html:59 #: trac/versioncontrol/templates/changeset.html:154 #: trac/versioncontrol/templates/revisionlog.html:72 msgid "Added" msgstr "" #: trac/templates/diff_view.html:60 #: trac/versioncontrol/templates/changeset.html:155 #: trac/versioncontrol/templates/revisionlog.html:74 msgid "Removed" msgstr "" #: trac/templates/diff_view.html:61 trac/ticket/api.py:266 #: trac/versioncontrol/templates/changeset.html:157 #: trac/versioncontrol/templates/revisionlog.html:76 trac/wiki/admin.py:154 msgid "Modified" msgstr "" #: trac/templates/error.html:60 msgid "" "==== How to Reproduce ====\n" "\n" "While doing a" msgstr "" #: trac/templates/error.html:64 msgid "operation on `" msgstr "" #: trac/templates/error.html:64 msgid "" "`, Trac issued an internal error.\n" "\n" "''(please provide additional details here)''" msgstr "" #: trac/templates/error.html:68 msgid "" "Request parameters:\n" "{{{" msgstr "" #: trac/templates/error.html:73 msgid "==== System Information ====" msgstr "" #: trac/templates/error.html:76 msgid "" "==== Python Traceback ====\n" "{{{" msgstr "" #: trac/templates/error.html:84 msgid "Create" msgstr "" #: trac/templates/error.html:99 msgid "Oops…" msgstr "" #: trac/templates/error.html:101 msgid "Trac detected an internal error:" msgstr "" #: trac/templates/error.html:106 msgid "" "There was an internal error in Trac. It is recommended\n" " that you inform your local" msgstr "" #: trac/templates/error.html:108 msgid "" "Trac\n" " administrator" msgstr "" #: trac/templates/error.html:109 msgid "" "and give him all the information he needs to\n" " reproduce the issue." msgstr "" #: trac/templates/error.html:114 msgid "To that end, you could" msgstr "" #: trac/templates/error.html:114 msgid "" "a ticket at this\n" " site." msgstr "" #: trac/templates/error.html:118 msgid "The action that triggered the error was:" msgstr "" #: trac/templates/error.html:124 msgid "" "If you think this should work you can reproduce the problem,\n" " you should consider reporting this to the Trac team." msgstr "" #: trac/templates/error.html:126 msgid "" "Before you do that, though, please first try\n" " [1: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, please try the\n" " [2:mailing list]\n" " instead of filing a ticket." msgstr "" #: trac/templates/error.html:136 msgid "Otherwise, please" msgstr "" #: trac/templates/error.html:136 msgid "" "a new ticket at\n" " the Trac project site, where you can describe the problem" " and\n" " explain how to reproduce it." msgstr "" #: trac/templates/error.html:141 msgid "Python Traceback" msgstr "" #: trac/templates/error.html:142 msgid "Most recent call last:" msgstr "" #: trac/templates/error.html:147 trac/templates/error.html:174 msgid "File \"" msgstr "" #: trac/templates/error.html:147 msgid "" "\",\n" " line" msgstr "" #: trac/templates/error.html:148 trac/templates/error.html:174 msgid ", in" msgstr "" #: trac/templates/error.html:152 msgid "Code fragment:" msgstr "" #: trac/templates/error.html:160 msgid "Local variables:" msgstr "" #: trac/templates/error.html:174 msgid "\", line" msgstr "" #: trac/templates/error.html:177 msgid "Switch to plain text view" msgstr "" #: trac/templates/error.html:180 msgid "System Information:" msgstr "" #: trac/templates/error.html:192 msgid "TracGuide" msgstr "" #: trac/templates/error.html:192 msgid "— The Trac User and Administration Guide" msgstr "" #: trac/templates/history_view.html:15 msgid "Change History for" msgstr "" #: trac/templates/history_view.html:20 trac/templates/history_view.html:51 #: trac/versioncontrol/templates/diff_form.html:57 #: trac/versioncontrol/templates/revisionlog.html:84 #: trac/versioncontrol/templates/revisionlog.html:170 msgid "View changes" msgstr "" #: trac/templates/history_view.html:22 msgid "Change history" msgstr "" #: trac/templates/history_view.html:27 #: trac/versioncontrol/templates/revisionlog.html:94 msgid "Date" msgstr "" #: trac/templates/history_view.html:28 #: trac/versioncontrol/templates/revisionlog.html:95 msgid "Author" msgstr "" #: trac/templates/history_view.html:29 #: trac/ticket/templates/ticket_notify_email.txt:21 msgid "Comment" msgstr "" #: trac/templates/history_view.html:41 msgid "View this version" 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:42 msgid "Download in other formats:" msgstr "" #: trac/templates/macros.html:40 msgid "anonymous" msgstr "" #: trac/templates/macros.html:73 trac/templates/macros.html:74 msgid "Previous" msgstr "" #: trac/templates/macros.html:83 trac/templates/macros.html:84 msgid "Next" msgstr "" #: trac/templates/macros.html:94 msgid "View differences" msgstr "" #: trac/templates/macros.html:97 msgid "inline" msgstr "" #: trac/templates/macros.html:99 msgid "side by side" msgstr "" #: trac/templates/macros.html:101 msgid "Show" msgstr "" #: trac/templates/macros.html:104 msgid "lines around each change" msgstr "" #: trac/templates/macros.html:107 msgid "Ignore:" msgstr "" #: trac/templates/macros.html:111 msgid "Blank lines" msgstr "" #: trac/templates/macros.html:116 msgid "Case changes" msgstr "" #: trac/templates/macros.html:121 msgid "White space changes" msgstr "" #: trac/templates/macros.html:125 trac/ticket/templates/milestone_view.html:53 #: trac/ticket/templates/query.html:190 trac/ticket/templates/roadmap.html:26 #: trac/timeline/templates/timeline.html:32 #: trac/versioncontrol/templates/revisionlog.html:64 msgid "Update" msgstr "" #: trac/templates/macros.html:138 msgid "(The file is empty)" msgstr "" #: trac/templates/macros.html:141 trac/templates/macros.html:154 msgid "HTML preview not available" msgstr "" #: trac/templates/macros.html:143 msgid "since the file size exceeds" msgstr "" #: trac/templates/macros.html:144 msgid "bytes." msgstr "" #: trac/templates/macros.html:146 msgid "since no preview renderer could handle it." msgstr "" #: trac/templates/macros.html:149 msgid "Try" msgstr "" #: trac/templates/macros.html:150 msgid "downloading" msgstr "" #: trac/templates/macros.html:150 msgid "the file instead." msgstr "" #: trac/templates/macros.html:154 msgid "" ".\n" " To view," msgstr "" #: trac/templates/macros.html:155 msgid "download" msgstr "" #: trac/templates/macros.html:155 msgid "the file." msgstr "" #: trac/templates/macros.html:157 msgid "found:" msgstr "" #: trac/templates/macros.html:174 msgid "View attachment" msgstr "" #: trac/templates/macros.html:175 msgid ") - added by" msgstr "" #: trac/templates/macros.html:176 trac/ticket/templates/query_results.html:76 msgid "ago." msgstr "" #: trac/templates/macros.html:181 trac/templates/macros.html:192 msgid "Attachments" msgstr "" #: trac/templates/macros.html:217 msgid "Attach file" msgstr "" #: trac/templates/macros.html:245 trac/templates/macros.html:246 #: trac/templates/macros.html:254 msgid "s:" msgstr "" #: trac/templates/macros.html:254 msgid "Total" msgstr "" #: trac/templates/theme.html:26 msgid "Search:" msgstr "" #: trac/templates/theme.html:37 msgid "Context Navigation" msgstr "" #: trac/templates/theme.html:46 msgid "Warning:" msgstr "" #: trac/templates/theme.html:49 msgid "Warnings:" msgstr "" #: trac/templates/theme.html:57 msgid "Notice:" msgstr "" #: trac/templates/theme.html:60 msgid "Notices:" msgstr "" #: trac/ticket/admin.py:90 #, python-format msgid "Component %(name)s already exists." msgstr "" #: trac/ticket/admin.py:97 msgid "No component selected" msgstr "" #: trac/ticket/admin.py:234 trac/ticket/roadmap.py:639 msgid "Completion date may not be in the future" msgstr "" #: trac/ticket/admin.py:236 msgid "Invalid Completion Date" msgstr "" #: trac/ticket/admin.py:262 #, python-format msgid "Milestone %(name)s already exists." msgstr "" #: trac/ticket/admin.py:269 msgid "No milestone selected" msgstr "" #: trac/ticket/admin.py:436 #, python-format msgid "Version %(name)s already exists." msgstr "" #: trac/ticket/admin.py:443 msgid "No version selected" msgstr "" #: trac/ticket/admin.py:509 msgid "Time" msgstr "" #: trac/ticket/admin.py:582 #, python-format msgid "%(type)s %(name)s already exists" msgstr "" #: trac/ticket/admin.py:588 #, python-format msgid "No %s selected" msgstr "" #: trac/ticket/admin.py:617 msgid "Order numbers must be unique" msgstr "" #: trac/ticket/admin.py:676 msgid "Possible Values" msgstr "" #: trac/ticket/admin.py:698 #, python-format msgid "Invalid up/down value: %(value)s" msgstr "" #: trac/ticket/admin.py:764 msgid " must be a number" msgstr "" #: trac/ticket/admin.py:769 #, python-format msgid "Ticket %(num)s and all associated data removed." msgstr "" #: trac/ticket/api.py:264 msgid "Created" msgstr "" #: trac/ticket/api.py:418 #, python-format msgid "Comment %(cnum)s for Ticket #%(id)s" msgstr "" #: trac/ticket/api.py:439 #, python-format msgid "Ticket #%(shortname)s" msgstr "" #: trac/ticket/default_workflow.py:222 msgid "Current state no longer exists" msgstr "" #: trac/ticket/default_workflow.py:224 msgid "The ticket will be disowned" msgstr "" #: trac/ticket/default_workflow.py:243 trac/ticket/default_workflow.py:257 #, python-format msgid "The owner will change from %(current_owner)s" msgstr "" #: trac/ticket/default_workflow.py:248 #, python-format msgid "The owner will change from %(current_owner)s to %(selected_owner)s" msgstr "" #: trac/ticket/default_workflow.py:253 msgid "to " msgstr "" #: trac/ticket/default_workflow.py:261 #, python-format msgid "The owner will change from %(current_owner)s to %(authname)s" msgstr "" #: trac/ticket/default_workflow.py:272 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:277 #, python-format msgid "The resolution will be set to %(name)s" msgstr "" #: trac/ticket/default_workflow.py:287 msgid "The resolution will be set" msgstr "" #: trac/ticket/default_workflow.py:293 #, python-format msgid "Next status will be '%(name)s'" msgstr "" #: trac/ticket/model.py:140 msgid "Multi-values fields not supported yet" msgstr "" #: trac/ticket/model.py:390 #, python-format msgid "%(type)s %(name)s does not exist." msgstr "" #: trac/ticket/model.py:538 #, python-format msgid "Component %(name)s does not exist." msgstr "" #: trac/ticket/model.py:774 #, python-format msgid "Version %(name)s does not exist." msgstr "" #: trac/ticket/query.py:75 #, python-format msgid "Query page %(page)s is invalid." msgstr "" #: trac/ticket/query.py:90 #, python-format msgid "Query max %(max)s is invalid." msgstr "" #: trac/ticket/query.py:128 msgid "Query filter requires field and constraints separated by a \"=\"" msgstr "" #: trac/ticket/query.py:141 msgid "Query filter requires field name" msgstr "" #: trac/ticket/query.py:269 #, python-format msgid "Page %(page)s is beyond the number of pages in the query" msgstr "" #: trac/ticket/query.py:603 trac/ticket/web_ui.py:592 msgid "Ticket" msgstr "" #: trac/ticket/query.py:618 trac/ticket/query.py:626 msgid "contains" msgstr "" #: trac/ticket/query.py:619 trac/ticket/query.py:627 msgid "doesn't contain" msgstr "" #: trac/ticket/query.py:620 msgid "begins with" msgstr "" #: trac/ticket/query.py:621 msgid "ends with" msgstr "" #: trac/ticket/query.py:622 trac/ticket/query.py:630 msgid "is" msgstr "" #: trac/ticket/query.py:623 trac/ticket/query.py:631 msgid "is not" msgstr "" #: trac/ticket/query.py:686 trac/ticket/report.py:328 #, python-format msgid "Page %(num)d" msgstr "" #: trac/ticket/query.py:735 trac/ticket/report.py:518 trac/ticket/web_ui.py:150 #: trac/timeline/web_ui.py:203 trac/versioncontrol/web_ui/log.py:240 msgid "RSS Feed" msgstr "" #: trac/ticket/query.py:737 trac/ticket/report.py:521 trac/ticket/web_ui.py:146 msgid "Comma-delimited Text" msgstr "" #: trac/ticket/query.py:739 trac/ticket/report.py:523 trac/ticket/web_ui.py:148 msgid "Tab-delimited Text" msgstr "" #: trac/ticket/query.py:761 trac/ticket/report.py:62 msgid "View Tickets" msgstr "" #: trac/ticket/query.py:939 trac/ticket/query.py:950 trac/ticket/report.py:120 msgid "Custom Query" msgstr "" #: trac/ticket/query.py:949 trac/ticket/report.py:110 trac/ticket/report.py:111 #: trac/ticket/report.py:113 trac/ticket/report.py:225 msgid "Available Reports" msgstr "" #: trac/ticket/query.py:1038 #, python-format msgid "[Error: %(error)s]" msgstr "" #: trac/ticket/query.py:1135 msgid "No results" msgstr "" #: trac/ticket/query.py:1173 #, python-format msgid "%(groupvalue)s %(groupname)s tickets:" msgstr "" #: trac/ticket/report.py:177 #, python-format msgid "Delete Report {%(num)s} %(title)s" msgstr "" #: trac/ticket/report.py:182 trac/ticket/report.py:194 #: trac/ticket/report.py:237 #, python-format msgid "Report %(num)s does not exist." msgstr "" #: trac/ticket/report.py:183 trac/ticket/report.py:195 #: trac/ticket/report.py:238 msgid "Invalid Report Number" msgstr "" #: trac/ticket/report.py:207 msgid "Create New Report" msgstr "" #: trac/ticket/report.py:211 #, python-format msgid "Edit Report {%(num)d} %(title)s" msgstr "" #: trac/ticket/report.py:228 msgid "This is a list of available reports." msgstr "" #: trac/ticket/report.py:243 #, python-format msgid "Report failed: %(error)s" msgstr "" #: trac/ticket/report.py:258 #, python-format msgid "When specified, the report number should be \"%(num)s\"." msgstr "" #: trac/ticket/report.py:306 #, python-format msgid "Report execution failed: %(error)s" msgstr "" #: trac/ticket/report.py:506 #, python-format msgid "The following arguments are missing: %(args)s" msgstr "" #: trac/ticket/report.py:525 msgid "SQL Query" msgstr "" #: trac/ticket/report.py:539 #, python-format msgid "Report %(num)s has no SQL query." msgstr "" #: trac/ticket/report.py:569 #, python-format msgid "Query parameter \"sort=%(sort_col)s\" is invalid" msgstr "" #: trac/ticket/roadmap.py:213 #, 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:229 #, 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:308 trac/ticket/roadmap.py:419 #: trac/ticket/roadmap.py:549 trac/ticket/templates/roadmap.html:10 #: trac/ticket/templates/roadmap.html:17 msgid "Roadmap" msgstr "" #: trac/ticket/roadmap.py:350 msgid "iCalendar" msgstr "" #: trac/ticket/roadmap.py:428 trac/ticket/roadmap.py:810 #, python-format msgid "Milestone %(name)s" msgstr "" #: trac/ticket/roadmap.py:447 #, python-format msgid "Ticket #%(num)s: %(summary)s" msgstr "" #: trac/ticket/roadmap.py:504 msgid "Milestones reached" msgstr "" #: trac/ticket/roadmap.py:628 #, python-format msgid "Milestone \"%(name)s\" already exists, please choose another name" msgstr "" #: trac/ticket/roadmap.py:633 msgid "You must provide a name for the milestone." msgstr "" #: trac/ticket/web_ui.py:172 trac/ticket/templates/ticket.html:17 msgid "New Ticket" msgstr "" #: trac/ticket/web_ui.py:188 msgid "id can't be set for a new ticket request." msgstr "" #: trac/ticket/web_ui.py:246 msgid "Ticket changes" msgstr "" #: trac/ticket/web_ui.py:248 msgid "Ticket details" msgstr "" #: trac/ticket/web_ui.py:254 msgid "created" msgstr "" #: trac/ticket/web_ui.py:255 msgid "reopened" msgstr "" #: trac/ticket/web_ui.py:256 msgid "closed" msgstr "" #: trac/ticket/web_ui.py:257 msgid "updated" msgstr "" #: trac/ticket/web_ui.py:353 #, python-format msgid "Ticket %(ticketref)s (%(summary)s) %(verb)s" msgstr "" #: trac/ticket/web_ui.py:481 #, python-format msgid "Invalid action \"%(name)s\"" msgstr "" #: trac/ticket/web_ui.py:592 msgid "Back to Query" msgstr "" #: trac/ticket/web_ui.py:668 trac/ticket/web_ui.py:818 msgid "Ticket History" msgstr "" #: trac/ticket/web_ui.py:713 msgid "No differences to show" msgstr "" #: trac/ticket/web_ui.py:753 trac/ticket/web_ui.py:808 #: trac/ticket/web_ui.py:816 trac/wiki/web_ui.py:367 trac/wiki/web_ui.py:373 #: trac/wiki/web_ui.py:520 trac/wiki/web_ui.py:534 #, python-format msgid "Version %(num)s" msgstr "" #: trac/ticket/web_ui.py:756 msgid "initial" msgstr "" #: trac/ticket/web_ui.py:818 trac/versioncontrol/web_ui/changeset.py:343 #: trac/wiki/web_ui.py:386 msgid "Change" msgstr "" #: trac/ticket/web_ui.py:823 msgid "Ticket Diff" msgstr "" #: trac/ticket/web_ui.py:895 msgid "No permission to change ticket fields." msgstr "" #: trac/ticket/web_ui.py:903 msgid "No permissions to change ticket fields." msgstr "" #: trac/ticket/web_ui.py:912 msgid "No permissions to add a comment." msgstr "" #: trac/ticket/web_ui.py:918 msgid "" "Sorry, can not save your changes. This ticket has been modified by " "someone else since you started" msgstr "" #: trac/ticket/web_ui.py:925 msgid "Tickets must contain a summary." msgstr "" #: trac/ticket/web_ui.py:948 #, python-format msgid "Ticket description is too long (must be less than %(num)s characters)" msgstr "" #: trac/ticket/web_ui.py:955 #, python-format msgid "Ticket comment is too long (must be less than %(num)s characters)" msgstr "" #: trac/ticket/web_ui.py:970 msgid "Invalid comment threading identifier" msgstr "" #: trac/ticket/web_ui.py:977 #, python-format msgid "The ticket field '%(field)s' is invalid: %(message)s" msgstr "" #: trac/ticket/web_ui.py:1127 msgid "Assign to" msgstr "" #: trac/ticket/web_ui.py:1143 msgid "Open (by due date)" msgstr "" #: trac/ticket/web_ui.py:1145 msgid "Open (no due date)" msgstr "" #: trac/ticket/web_ui.py:1151 msgid "Closed" msgstr "" #: trac/ticket/web_ui.py:1167 msgid "Add to Cc" msgstr "" #: trac/ticket/web_ui.py:1168 msgid "Remove from Cc" msgstr "" #: trac/ticket/web_ui.py:1169 msgid "Add/Remove from Cc" msgstr "" #: trac/ticket/web_ui.py:1170 msgid "" msgstr "" #: trac/ticket/web_ui.py:1191 trac/ticket/templates/query.html:90 msgid "yes" msgstr "" #: trac/ticket/web_ui.py:1191 trac/ticket/templates/query.html:93 msgid "no" msgstr "" #: trac/ticket/web_ui.py:1384 trac/versioncontrol/templates/changeset.html:130 msgid "modified" msgstr "" #: trac/ticket/templates/milestone_delete.html:9 #: trac/ticket/templates/milestone_delete.html:21 msgid "Delete Milestone" msgstr "" #: trac/ticket/templates/milestone_delete.html:26 msgid "Are you sure you want to delete this milestone?" msgstr "" #: trac/ticket/templates/milestone_delete.html:28 msgid "Retarget associated tickets to milestone" msgstr "" #: trac/ticket/templates/milestone_delete.html:37 #: trac/ticket/templates/milestone_view.html:99 msgid "Delete milestone" msgstr "" #: trac/ticket/templates/milestone_delete.html:42 #: trac/ticket/templates/milestone_edit.html:95 #: trac/ticket/templates/milestone_view.html:106 #: trac/ticket/templates/roadmap.html:72 msgid "TracRoadmap" msgstr "" #: trac/ticket/templates/milestone_delete.html:42 msgid "" "for help on using\n" " the roadmap." msgstr "" #: trac/ticket/templates/milestone_edit.html:11 #: trac/ticket/templates/milestone_edit.html:37 msgid "Edit Milestone" msgstr "" #: trac/ticket/templates/milestone_edit.html:12 #: trac/ticket/templates/milestone_edit.html:38 msgid "New Milestone" msgstr "" #: trac/ticket/templates/milestone_edit.html:45 msgid "Name of the milestone:" msgstr "" #: trac/ticket/templates/milestone_edit.html:50 msgid "Schedule" msgstr "" #: trac/ticket/templates/milestone_edit.html:71 msgid "Retarget associated open tickets to milestone:" msgstr "" #: trac/ticket/templates/milestone_edit.html:88 #: trac/wiki/templates/wiki_edit.html:116 #: trac/wiki/templates/wiki_edit.html:121 msgid "Submit changes" msgstr "" #: trac/ticket/templates/milestone_edit.html:89 msgid "Add milestone" msgstr "" #: trac/ticket/templates/milestone_edit.html:95 #: trac/ticket/templates/milestone_view.html:106 #: trac/ticket/templates/roadmap.html:72 msgid "" "for help on using\n" " the roadmap." msgstr "" #: trac/ticket/templates/milestone_view.html:10 #: trac/ticket/templates/milestone_view.html:22 msgid "Milestone" msgstr "" #: trac/ticket/templates/milestone_view.html:26 msgid "" "ago\n" " (" msgstr "" #: trac/ticket/templates/milestone_view.html:30 #: trac/ticket/templates/roadmap.html:43 msgid "late" msgstr "" #: trac/ticket/templates/milestone_view.html:33 #: trac/ticket/templates/roadmap.html:46 msgid "Due in" msgstr "" #: trac/ticket/templates/milestone_view.html:37 #: trac/ticket/templates/roadmap.html:50 msgid "No date set" msgstr "" #: trac/ticket/templates/milestone_view.html:47 #: trac/timeline/templates/timeline.html:44 msgid "by" msgstr "" #: trac/ticket/templates/milestone_view.html:61 msgid "(none)" msgstr "" #: trac/ticket/templates/milestone_view.html:93 msgid "Edit milestone" msgstr "" #: trac/ticket/templates/query.html:28 #: trac/ticket/templates/query_results.html:29 #, 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:123 msgid "Add filter" msgstr "" #: trac/ticket/templates/query.html:143 msgid "Columns" msgstr "" #: trac/ticket/templates/query.html:157 msgid "Group results by" msgstr "" #: trac/ticket/templates/query.html:168 msgid "descending" msgstr "" #: trac/ticket/templates/query.html:172 msgid "Show under each result:" msgstr "" #: trac/ticket/templates/query.html:182 msgid "Max items per page" msgstr "" #: trac/ticket/templates/query.html:225 msgid "Edit query" msgstr "" #: trac/ticket/templates/query.html:233 msgid "Save query" msgstr "" #: trac/ticket/templates/query.html:233 #, python-format msgid "Save updated query in report {%(id)s}" msgstr "" #: trac/ticket/templates/query.html:233 msgid "Create new report from current query" msgstr "" #: trac/ticket/templates/query.html:242 msgid "Delete query" msgstr "" #: trac/ticket/templates/query.html:249 #: trac/ticket/templates/report_edit.html:36 msgid "TracQuery" msgstr "" #: trac/ticket/templates/query.html:249 msgid "for help on using queries." msgstr "" #: trac/ticket/templates/query_results.html:44 msgid "No tickets found" msgstr "" #: trac/ticket/templates/query_results.html:58 #: trac/ticket/templates/query_results.html:60 msgid "View ticket" msgstr "" #: trac/ticket/templates/query_results.html:75 msgid "Reported by" msgstr "" #: trac/ticket/templates/query_results.html:82 msgid "(this ticket)" msgstr "" #: trac/ticket/templates/query_results.html:98 msgid "(more results for this group on next page)" msgstr "" #: trac/ticket/templates/report_delete.html:16 msgid "Are you sure you want to delete this report?" msgstr "" #: trac/ticket/templates/report_delete.html:21 #: trac/ticket/templates/report_view.html:69 msgid "Delete report" msgstr "" #: trac/ticket/templates/report_delete.html:27 #: trac/ticket/templates/report_edit.html:50 #: trac/ticket/templates/report_view.html:200 msgid "TracReports" msgstr "" #: trac/ticket/templates/report_delete.html:27 #: trac/ticket/templates/report_edit.html:50 #: trac/ticket/templates/report_view.html:200 msgid "for help on using and creating reports." 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" msgstr "" #: trac/ticket/templates/report_edit.html:36 msgid "query:" msgstr "" #: trac/ticket/templates/report_edit.html:36 msgid ", a" msgstr "" #: trac/ticket/templates/report_edit.html:36 msgid "expression)" msgstr "" #: trac/ticket/templates/report_edit.html:41 msgid "Save report" msgstr "" #: trac/ticket/templates/report_view.html:20 msgid "matches)" msgstr "" #: trac/ticket/templates/report_view.html:29 msgid "Arguments" msgstr "" #: trac/ticket/templates/report_view.html:30 msgid "Report arguments" msgstr "" #: trac/ticket/templates/report_view.html:57 msgid "Edit report" msgstr "" #: trac/ticket/templates/report_view.html:63 msgid "Copy report" msgstr "" #: trac/ticket/templates/report_view.html:81 msgid "match" msgstr "" #: trac/ticket/templates/report_view.html:115 #: trac/ticket/templates/report_view.html:122 msgid "View report" msgstr "" #: trac/ticket/templates/report_view.html:190 msgid "Create new report" msgstr "" #: trac/ticket/templates/roadmap.html:23 msgid "Show already completed milestones" msgstr "" #: trac/ticket/templates/roadmap.html:34 msgid "Milestone:" msgstr "" #: trac/ticket/templates/roadmap.html:39 msgid "" "ago\n" " (" msgstr "" #: trac/ticket/templates/roadmap.html:67 msgid "Add new milestone" msgstr "" #: trac/ticket/templates/ticket.html:57 #: trac/versioncontrol/templates/changeset.html:128 msgid "added" msgstr "" #: trac/ticket/templates/ticket.html:60 msgid "changed from" msgstr "" #: trac/ticket/templates/ticket.html:63 #: trac/versioncontrol/templates/browser.html:134 msgid "set to" msgstr "" #: trac/ticket/templates/ticket.html:67 msgid "deleted" msgstr "" #: trac/ticket/templates/ticket.html:81 msgid "Ticket #" msgstr "" #: trac/ticket/templates/ticket.html:85 msgid "Create New Ticket" msgstr "" #: trac/ticket/templates/ticket.html:96 trac/ticket/templates/ticket.html:99 msgid "— at" msgstr "" #: trac/ticket/templates/ticket.html:110 msgid "Preview (" msgstr "" #: trac/ticket/templates/ticket.html:110 trac/wiki/templates/wiki_edit.html:52 msgid "skip" msgstr "" #: trac/ticket/templates/ticket.html:115 trac/ticket/templates/ticket.html:214 msgid "in reply to:" msgstr "" #: trac/ticket/templates/ticket.html:117 msgid "Changed by" msgstr "" #: trac/ticket/templates/ticket.html:128 msgid "Opened" msgstr "" #: trac/ticket/templates/ticket.html:128 trac/ticket/templates/ticket.html:129 msgid "ago" msgstr "" #: trac/ticket/templates/ticket.html:129 msgid "Last modified" msgstr "" #: trac/ticket/templates/ticket.html:130 msgid "(ticket not yet created)" msgstr "" #: trac/ticket/templates/ticket.html:139 msgid "Reported by:" msgstr "" #: trac/ticket/templates/ticket.html:143 msgid "Owned by:" msgstr "" #: trac/ticket/templates/ticket.html:173 msgid "(last modified by" msgstr "" #: trac/ticket/templates/ticket.html:175 msgid "diff" msgstr "" #: trac/ticket/templates/ticket.html:186 trac/ticket/templates/ticket.html:228 msgid "Reply" msgstr "" #: trac/ticket/templates/ticket.html:186 msgid "Reply, quoting this description" msgstr "" #: trac/ticket/templates/ticket.html:205 msgid "Change History" msgstr "" #: trac/ticket/templates/ticket.html:218 msgid "follow-up" msgstr "" #: trac/ticket/templates/ticket.html:223 msgid "Changed" msgstr "" #: trac/ticket/templates/ticket.html:224 msgid "ago by" msgstr "" #: trac/ticket/templates/ticket.html:243 msgid "Add/Change #" msgstr "" #: trac/ticket/templates/ticket.html:263 msgid "" "Comment (you may use\n" " [1:WikiFormatting]\n" " here):" msgstr "" #: trac/ticket/templates/ticket.html:276 msgid "Properties" msgstr "" #: trac/ticket/templates/ticket.html:279 msgid "Summary:" msgstr "" #: trac/ticket/templates/ticket.html:287 msgid "Reporter:" msgstr "" #: trac/ticket/templates/ticket.html:347 msgid "This checkbox allows you to add or remove yourself from the CC list." msgstr "" #: trac/ticket/templates/ticket.html:353 msgid "Space or comma delimited email addresses and usernames are accepted." msgstr "" #: trac/ticket/templates/ticket.html:385 msgid "I have files to attach to this ticket" msgstr "" #: trac/ticket/templates/ticket.html:396 trac/wiki/templates/wiki_edit.html:114 msgid "Preview" msgstr "" #: trac/ticket/templates/ticket.html:404 msgid "TracTickets" msgstr "" #: trac/ticket/templates/ticket.html:404 msgid "" "for help on using\n" " tickets." 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:11 #: trac/timeline/templates/timeline.html:17 msgid "Timeline" msgstr "" #: trac/timeline/web_ui.py:215 msgid "Previous period" msgstr "" #: trac/timeline/web_ui.py:221 msgid "Next period" msgstr "" #: trac/timeline/web_ui.py:282 #, python-format msgid "%(date)s in Timeline" msgstr "" #: trac/timeline/templates/timeline.html:20 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:37 msgid "Today" msgstr "" #: trac/timeline/templates/timeline.html:37 msgid "Yesterday" msgstr "" #: trac/timeline/templates/timeline.html:55 msgid "TracTimeline" msgstr "" #: trac/timeline/templates/timeline.html:55 msgid "for information about the timeline view." 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:42 #, python-format msgid "%(rev)s resynced." msgstr "" #: trac/versioncontrol/admin.py:45 msgid "Resyncing repository history... " msgstr "" #: trac/versioncontrol/admin.py:58 #, python-format msgid "%(num)s revision cached." msgid_plural "%(num)s revisions cached." msgstr[0] "" msgstr[1] "" #: trac/versioncontrol/admin.py:60 msgid "Done." msgstr "" #: trac/versioncontrol/api.py:88 #, python-format msgid "" "Can't synchronize with the repository (%(error)s). Look in the Trac log " "for more information." msgstr "" #: trac/versioncontrol/api.py:105 #, python-format msgid "Changeset %(rev)s" msgstr "" #: trac/versioncontrol/api.py:112 msgid "Directory" msgstr "" #: trac/versioncontrol/api.py:116 #, python-format msgid "at version %(rev)s" msgstr "" #: trac/versioncontrol/api.py:118 msgid "Path" msgstr "" #: trac/versioncontrol/api.py:142 #, python-format msgid "Unsupported version control system \"%(name)s\": \"%(error)s\" " msgstr "" #: trac/versioncontrol/api.py:146 #, 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:178 #, python-format msgid "No changeset %(rev)s in the repository" msgstr "" #: trac/versioncontrol/api.py:180 msgid "No such changeset" msgstr "" #: trac/versioncontrol/api.py:186 msgid "No such node" msgstr "" #: trac/versioncontrol/api.py:524 #, python-format msgid "Insufficient permissions to access %(path)s" msgstr "" #: trac/versioncontrol/api.py:529 #, python-format msgid "Insufficient permissions to access changeset %(id)s" msgstr "" #: trac/versioncontrol/cache.py:100 msgid "" "The 'repository_dir' has changed, a 'trac-admin resync' operation is " "needed." msgstr "" #: trac/versioncontrol/cache.py:119 msgid "Missing \"youngest_rev\" in cache metadata" msgstr "" #: trac/versioncontrol/svn_fs.py:297 #, python-format msgid "Subversion >= 1.0 required: Found %(version)s" msgstr "" #: trac/versioncontrol/svn_fs.py:377 msgid "No svn:externals configured in trac.ini" msgstr "" #: trac/versioncontrol/svn_fs.py:407 #, python-format msgid "%(path)s does not appear to be a Subversion repository." msgstr "" #: trac/versioncontrol/svn_fs.py:664 #, 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:815 #, python-format msgid "svn blame failed: %(error)s" msgstr "" #: trac/versioncontrol/templates/browser.html:49 msgid "View revision:" msgstr "" #: trac/versioncontrol/templates/browser.html:59 msgid "Visit:" msgstr "" #: trac/versioncontrol/templates/browser.html:67 msgid "Go!" msgstr "" #: trac/versioncontrol/templates/browser.html:67 msgid "Jump to the chosen preselected path" msgstr "" #: trac/versioncontrol/templates/browser.html:86 #: trac/versioncontrol/templates/revisionlog.html:92 #: trac/versioncontrol/web_ui/browser.py:621 msgid "Rev" msgstr "" #: trac/versioncontrol/templates/browser.html:88 #: trac/versioncontrol/web_ui/browser.py:372 trac/wiki/web_ui.py:539 #: trac/wiki/web_ui.py:565 msgid "Last Change" msgstr "" #: trac/versioncontrol/templates/browser.html:95 msgid "Parent Directory" msgstr "" #: trac/versioncontrol/templates/browser.html:101 msgid "No files found" msgstr "" #: trac/versioncontrol/templates/browser.html:109 #: trac/wiki/templates/wiki_edit.html:41 trac/wiki/templates/wiki_view.html:30 msgid "Revision info" msgstr "" #: trac/versioncontrol/templates/browser.html:111 msgid "Revision" msgstr "" #: trac/versioncontrol/templates/browser.html:112 msgid "(checked in by" msgstr "" #: trac/versioncontrol/templates/browser.html:151 msgid "TracBrowser" msgstr "" #: trac/versioncontrol/templates/browser.html:151 msgid "for help on using the browser." msgstr "" #: trac/versioncontrol/templates/browser.html:162 msgid "View changes..." msgstr "" #: trac/versioncontrol/templates/browser.html:162 msgid "Select paths and revs for Diff" msgstr "" #: trac/versioncontrol/templates/changeset.html:21 #: trac/versioncontrol/templates/changeset.html:36 #: trac/versioncontrol/web_ui/changeset.py:345 msgid "Changeset" msgstr "" #: trac/versioncontrol/templates/changeset.html:22 #: trac/versioncontrol/templates/changeset.html:32 #: trac/versioncontrol/templates/changeset.html:34 #: trac/versioncontrol/templates/changeset.html:36 msgid "Show full changeset" msgstr "" #: trac/versioncontrol/templates/changeset.html:22 msgid "for" msgstr "" #: trac/versioncontrol/templates/changeset.html:23 #: trac/versioncontrol/templates/changeset.html:26 #: trac/versioncontrol/templates/changeset.html:31 #: trac/versioncontrol/templates/changeset.html:33 #: trac/versioncontrol/templates/changeset.html:64 msgid "Show entry in browser" msgstr "" #: trac/versioncontrol/templates/changeset.html:25 msgid "Changes in" msgstr "" #: trac/versioncontrol/templates/changeset.html:27 msgid "Show revision log" msgstr "" #: trac/versioncontrol/templates/changeset.html:30 msgid "Changes from" msgstr "" #: trac/versioncontrol/templates/changeset.html:31 #: trac/versioncontrol/templates/changeset.html:33 msgid "at" msgstr "" #: trac/versioncontrol/templates/changeset.html:32 #: trac/versioncontrol/templates/changeset.html:34 msgid "r" msgstr "" #: trac/versioncontrol/templates/changeset.html:77 #: trac/versioncontrol/templates/changeset.html:80 msgid "Show differences" msgstr "" #: trac/versioncontrol/templates/changeset.html:77 msgid "view diffs" msgstr "" #: trac/versioncontrol/templates/changeset.html:87 msgid "Show previous version in browser" msgstr "" #: trac/versioncontrol/templates/changeset.html:87 msgid "previous" msgstr "" #: trac/versioncontrol/templates/changeset.html:109 msgid "Message:" msgstr "" #: trac/versioncontrol/templates/changeset.html:121 msgid "Location:" msgstr "" #: trac/versioncontrol/templates/changeset.html:129 msgid "removed" msgstr "" #: trac/versioncontrol/templates/changeset.html:131 msgid "copied" msgstr "" #: trac/versioncontrol/templates/changeset.html:132 msgid "moved" msgstr "" #: trac/versioncontrol/templates/diff_form.html:9 #: trac/versioncontrol/templates/diff_form.html:20 msgid "Prepare Diff" msgstr "" #: trac/versioncontrol/templates/diff_form.html:26 msgid "Select the base and the target for the diff:" msgstr "" #: trac/versioncontrol/templates/diff_form.html:29 msgid "From:" msgstr "" #: trac/versioncontrol/templates/diff_form.html:33 #: trac/versioncontrol/templates/diff_form.html:43 msgid "at revision:" msgstr "" #: trac/versioncontrol/templates/diff_form.html:39 msgid "To:" msgstr "" #: trac/versioncontrol/templates/diff_form.html:49 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:63 msgid "TracChangeset" msgstr "" #: trac/versioncontrol/templates/diff_form.html:63 msgid "for help on using the diff feature." msgstr "" #: trac/versioncontrol/templates/dir_entries.html:17 msgid "View Revision Log" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:10 msgid "(log)" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:22 msgid "Revision Log Mode:" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:26 msgid "Stop on copy" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:32 msgid "Follow copies" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:38 msgid "Show only adds and deletes" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:43 msgid "View log starting at" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:47 msgid "and back to" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:52 msgid "Show at most" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:54 msgid "revisions per page." msgstr "" #: trac/versioncontrol/templates/revisionlog.html:59 msgid "Show full log messages" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:77 msgid "Copied or renamed" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:84 msgid "Diff from Old Revision to New Revision (select them below)" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:93 msgid "Chgset" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:96 msgid "Log Message" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:103 msgid "No revisions found" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:115 msgid "copied from" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:129 msgid "View log starting at this revision" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:170 msgid "Diff from Old Revision to New Revision (select them above)" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:176 msgid "TracRevisionLog" msgstr "" #: trac/versioncontrol/templates/revisionlog.html:176 msgid "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 "" "# \n" "# Generated by Trac" msgstr "" #: trac/versioncontrol/web_ui/browser.py:297 msgid "Browse Source" msgstr "" #: trac/versioncontrol/web_ui/browser.py:344 #: trac/versioncontrol/web_ui/changeset.py:241 msgid "Invalid Changeset Number" msgstr "" #: trac/versioncontrol/web_ui/browser.py:350 #: trac/versioncontrol/web_ui/log.py:97 msgid "Parent directory" msgstr "" #: trac/versioncontrol/web_ui/browser.py:376 msgid "Normal" msgstr "" #: trac/versioncontrol/web_ui/browser.py:377 msgid "View file without annotations" msgstr "" #: trac/versioncontrol/web_ui/browser.py:381 msgid "Annotate" msgstr "" #: trac/versioncontrol/web_ui/browser.py:382 msgid "" "Annotate each line with the last changed revision (this can be time " "consuming...)" msgstr "" #: trac/versioncontrol/web_ui/browser.py:388 msgid "Revision Log" msgstr "" #: trac/versioncontrol/web_ui/browser.py:454 #: trac/versioncontrol/web_ui/changeset.py:335 msgid "Zip Archive" msgstr "" #: trac/versioncontrol/web_ui/browser.py:621 msgid "Revision in which the line changed" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:334 msgid "Unified Diff" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:349 msgid "Reverse Diff" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:380 #, python-format msgid "Changeset %(id)s for %(path)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:383 #: trac/versioncontrol/web_ui/changeset.py:405 #: trac/versioncontrol/web_ui/changeset.py:423 #, python-format msgid "Changeset %(id)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:453 #, python-format msgid "Show revision %(rev)s of this file in browser" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:596 #, python-format msgid "Show the changeset %(id)s restricted to %(path)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:606 #, python-format msgid "Show the %(range)s differences restricted to %(path)s" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:785 msgid "Repository checkins" msgstr "" #: trac/versioncontrol/web_ui/changeset.py:960 msgid "Changesets" msgstr "" #: trac/versioncontrol/web_ui/log.py:169 #, 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:171 msgid "Nonexistent path" msgstr "" #: trac/versioncontrol/web_ui/log.py:187 #, python-format msgid "Revision Log (restarting at %(path)s, rev. %(rev)s)" msgstr "" #: trac/versioncontrol/web_ui/log.py:244 msgid "ChangeLog" msgstr "" #: trac/versioncontrol/web_ui/log.py:246 msgid "View Latest Revision" msgstr "" #: trac/versioncontrol/web_ui/log.py:250 msgid "Older Revisions" msgstr "" #: trac/web/auth.py:88 #, python-format msgid "logged in as %(user)s" msgstr "" #: trac/web/auth.py:91 msgid "Logout" msgstr "" #: trac/web/auth.py:94 msgid "Login" msgstr "" #: trac/web/auth.py:136 #, python-format msgid "Already logged in as %(user)s." msgstr "" #: trac/web/chrome.py:157 trac/web/chrome.py:165 #, python-format msgid "Previous %(label)s" msgstr "" #: trac/web/chrome.py:177 trac/web/chrome.py:184 #, python-format msgid "Next %(label)s" msgstr "" #. TRANSLATOR: ... not logged in, you may want to 'do so' now (link) #: trac/web/main.py:475 msgid "do so" msgstr "" #: trac/web/main.py:477 #, python-format msgid "You are currently not logged in. You may want to %(do_so)s now." msgstr "" #: trac/wiki/admin.py:74 #, python-format msgid "File '%(name)s' exists" msgstr "" #: trac/wiki/admin.py:84 #, python-format msgid "'%(name)s' is not a file" msgstr "" #: trac/wiki/admin.py:128 #, python-format msgid " %(page)s imported from %(filename)s" msgstr "" #: trac/wiki/admin.py:154 msgid "Title" msgstr "" #: trac/wiki/admin.py:154 msgid "Edits" msgstr "" #: trac/wiki/admin.py:164 msgid "Deleted pages" msgstr "" #: trac/wiki/admin.py:182 #, python-format msgid "'%(name)s' is not a directory" msgstr "" #: trac/wiki/api.py:342 trac/wiki/templates/wiki_view.html:53 msgid "no permission to view this wiki page" msgstr "" #: trac/wiki/formatter.py:140 #, python-format msgid "HTML parsing error: %(message)s" msgstr "" #: trac/wiki/formatter.py:144 msgid "Error: Forbidden character sequence \"--\" in htmlcomment wiki code block" msgstr "" #: trac/wiki/intertrac.py:50 #, python-format msgid "Can't view %(link)s:" msgstr "" #: trac/wiki/macros.py:468 #, python-format msgid "Error: Can't get description for macro %(name)s" msgstr "" #: trac/wiki/macros.py:551 msgid "Table of Contents" msgstr "" #: trac/wiki/model.py:146 msgid "Page not modified" msgstr "" #: trac/wiki/web_ui.py:89 trac/wiki/web_ui.py:616 msgid "Wiki" msgstr "" #: trac/wiki/web_ui.py:91 msgid "Help/Guide" msgstr "" #: trac/wiki/web_ui.py:126 #, python-format msgid "No version \"%(num)s\" for Wiki page \"%(name)s\"" msgstr "" #: trac/wiki/web_ui.py:183 #, python-format msgid "The wiki page is too long (must be less than %(num)s characters)" msgstr "" #: trac/wiki/web_ui.py:193 #, python-format msgid "The Wiki page field '%(field)s' is invalid: %(message)s" msgstr "" #: trac/wiki/web_ui.py:197 #, python-format msgid "Invalid Wiki page: %(message)s" msgstr "" #. TRANSLATOR: wiki page #: trac/wiki/web_ui.py:224 msgid "currently edited" msgstr "" #: trac/wiki/web_ui.py:283 msgid "Page not modified, showing latest version." msgstr "" #: trac/wiki/web_ui.py:315 #, python-format msgid "Version %(num)s of page \"%(name)s\" does not exist" msgstr "" #: trac/wiki/web_ui.py:369 msgid "Page history" msgstr "" #: trac/wiki/web_ui.py:386 msgid "Wiki History" msgstr "" #: trac/wiki/web_ui.py:451 #, python-format msgid "Page %(name)s does not exist" msgstr "" #: trac/wiki/web_ui.py:489 #, python-format msgid "Page %(name)s not found" msgstr "" #: trac/wiki/web_ui.py:525 msgid "View latest version" msgstr "" #: trac/wiki/web_ui.py:529 msgid "View parent page" msgstr "" #: trac/wiki/web_ui.py:538 msgid "View Latest Version" msgstr "" #: trac/wiki/web_ui.py:544 msgid "Up" msgstr "" #: trac/wiki/web_ui.py:560 msgid "Start Page" msgstr "" #: trac/wiki/web_ui.py:561 msgid "Index" msgstr "" #: trac/wiki/web_ui.py:563 msgid "History" msgstr "" #: trac/wiki/web_ui.py:573 msgid "Wiki changes" msgstr "" #. TRANSLATOR: wiki page #: trac/wiki/web_ui.py:602 msgid " edited" msgstr "" #: trac/wiki/web_ui.py:602 msgid " created" msgstr "" #: trac/wiki/templates/wiki_delete.html:22 msgid "Delete" 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:28 msgid "Editing" msgstr "" #: trac/wiki/templates/wiki_edit.html:30 msgid "Someone else has modified that page since you started your edits." msgstr "" #: trac/wiki/templates/wiki_edit.html:31 msgid "If you save right away, you risk to revert those changes" msgstr "" #: trac/wiki/templates/wiki_edit.html:31 msgid "(highlighted below as deletions)." msgstr "" #: trac/wiki/templates/wiki_edit.html:33 msgid "" "Please review all those changes and manually merge them with your\n" " own changes." msgstr "" #: trac/wiki/templates/wiki_edit.html:34 msgid "If you're unsure about what you're doing, please press" msgstr "" #: trac/wiki/templates/wiki_edit.html:35 msgid "" "(losing your changes) and start editing the latest version of the page\n" " again." msgstr "" #: trac/wiki/templates/wiki_edit.html:43 msgid "Change information for future version" msgstr "" #: trac/wiki/templates/wiki_edit.html:44 trac/wiki/templates/wiki_view.html:33 msgid "(modified by" msgstr "" #: trac/wiki/templates/wiki_edit.html:62 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.html:75 msgid "Adjust edit area height:" msgstr "" #: trac/wiki/templates/wiki_edit.html:87 msgid "" "[1:Note:] See [2:WikiFormatting] and\n" " [3:TracWiki] for help on editing wiki content." msgstr "" #: trac/wiki/templates/wiki_edit.html:92 msgid "Change information" msgstr "" #: trac/wiki/templates/wiki_edit.html:100 msgid "Comment about this change (optional):" msgstr "" #: trac/wiki/templates/wiki_edit.html:107 msgid "Page is read-only" msgstr "" #: trac/wiki/templates/wiki_edit.html:115 msgid "Merge changes" msgstr "" #: trac/wiki/templates/wiki_edit.html:119 msgid "Preview Page" msgstr "" #: trac/wiki/templates/wiki_edit.html:120 msgid "Review Changes" msgstr "" #: trac/wiki/templates/wiki_view.html:47 msgid "Describe" msgstr "" #: trac/wiki/templates/wiki_view.html:47 msgid "here." msgstr "" #: trac/wiki/templates/wiki_view.html:49 msgid "Alternatively, you can also create the page higher in the hierarchy:" msgstr "" #: trac/wiki/templates/wiki_view.html:74 msgid "Edit this page" msgstr "" #: trac/wiki/templates/wiki_view.html:77 msgid "Create this page" msgstr "" #: trac/wiki/templates/wiki_view.html:79 msgid "Using the template:" msgstr "" #: trac/wiki/templates/wiki_view.html:82 msgid "(blank page)" msgstr "" #: trac/wiki/templates/wiki_view.html:101 msgid "Delete this version" msgstr "" #: trac/wiki/templates/wiki_view.html:103 msgid "Delete page" msgstr ""