# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-02-16 18:09+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=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: branch.py:50 msgid "_Branch" msgstr "" #: branch.py:53 checkout.py:52 msgid "Please select a folder" msgstr "" #: branch.py:55 checkout.py:54 msgid "Branch location:" msgstr "" #: branch.py:56 checkout.py:55 msgid "Destination:" msgstr "" #: branch.py:57 checkout.py:56 msgid "Branck nick:" msgstr "" #: branch.py:58 checkout.py:57 msgid "Revision:" msgstr "" #: branch.py:152 checkout.py:154 msgid "Missing branch location" msgstr "" #: branch.py:153 checkout.py:155 msgid "You must specify a branch location." msgstr "" #: branch.py:195 msgid "Branching successful" msgstr "" #: branch.py:196 #, python-format msgid "%d revision(s) branched." msgstr "" #: branch.py:204 checkout.py:186 msgid "N/A" msgstr "" #: checkout.py:49 msgid "Check_out" msgstr "" #: checkout.py:61 msgid "_Lightweight checkout" msgstr "" #: commit.py:61 msgid "Directory does not have a working tree" msgstr "" #: commit.py:62 msgid "Operation aborted." msgstr "" #: commit.py:67 errors.py:26 add.py:76 add.py:86 info.py:554 msgid "Directory is not a branch" msgstr "" #: commit.py:68 errors.py:27 add.py:77 add.py:87 info.py:555 msgid "You can perform this action only in a branch." msgstr "" #: commit.py:81 msgid "Comm_it" msgstr "" #: commit.py:83 msgid "_Only commit locally" msgstr "" #: commit.py:85 msgid "_Allow unknown files" msgstr "" #: commit.py:87 msgid "File(s) to commit" msgstr "" #: commit.py:93 msgid "Commit message:" msgstr "" #: commit.py:97 msgid "Pending merges" msgstr "" #: commit.py:199 msgid "Commit with an empty message?" msgstr "" #: commit.py:200 msgid "You can describe your commit intent in the message." msgstr "" #: commit.py:218 msgid "Commit with no changes?" msgstr "" #: commit.py:219 msgid "There are no changes in the working tree." msgstr "" #: commit.py:301 menu.py:77 msgid "Commit" msgstr "" #: commit.py:303 conflicts.py:108 msgid "Path" msgstr "" #: commit.py:305 conflicts.py:110 msgid "Type" msgstr "" #: commit.py:312 commit.py:314 commit.py:316 __init__.py:667 __init__.py:863 msgid "added" msgstr "" #: commit.py:322 commit.py:324 commit.py:326 __init__.py:665 __init__.py:861 msgid "removed" msgstr "" #: commit.py:331 msgid "renamed and modified" msgstr "" #: commit.py:333 __init__.py:663 __init__.py:859 msgid "renamed" msgstr "" #: commit.py:358 commit.py:360 commit.py:362 __init__.py:669 __init__.py:865 msgid "modified" msgstr "" #: commit.py:373 msgid "Date" msgstr "" #: commit.py:375 revbrowser.py:61 msgid "Committer" msgstr "" #: commit.py:377 revbrowser.py:59 msgid "Summary" msgstr "" #: conflicts.py:48 msgid "External utility:" msgstr "" #: conflicts.py:99 msgid "Conflicts" msgstr "" #: conflicts.py:102 msgid "No conflicts in working tree." msgstr "" #: conflicts.py:115 msgid "path conflict" msgstr "" #: conflicts.py:117 msgid "contents conflict" msgstr "" #: conflicts.py:119 msgid "text conflict" msgstr "" #: conflicts.py:121 msgid "duplicate id" msgstr "" #: conflicts.py:123 msgid "duplicate" msgstr "" #: conflicts.py:125 msgid "parent loop" msgstr "" #: conflicts.py:127 msgid "unversioned parent" msgstr "" #: conflicts.py:129 msgid "missing parent" msgstr "" #: conflicts.py:131 msgid "deleting parent" msgstr "" #: conflicts.py:133 msgid "unknown type of conflict" msgstr "" #: conflicts.py:162 __init__.py:371 add.py:67 menu.py:148 menu.py:162 #: menu.py:184 move.py:79 remove.py:67 remove.py:129 rename.py:69 msgid "No file was selected" msgstr "" #: conflicts.py:163 __init__.py:372 msgid "Please select a file from the list." msgstr "" #: conflicts.py:171 msgid "Cannot resolve conflict" msgstr "" #: conflicts.py:172 msgid "" "Only conflicts on the text of files can be resolved with Olive at the " "moment. Content conflicts, on the structure of the tree, need to be resolved " "using the command line." msgstr "" #: errors.py:29 msgid "Directory is not a checkout" msgstr "" #: errors.py:30 msgid "You can perform local commit only on checkouts." msgstr "" #: errors.py:32 msgid "No changes to commit" msgstr "" #: errors.py:33 msgid "Try force commit if you want to commit anyway." msgstr "" #: errors.py:35 msgid "Conflicts in tree" msgstr "" #: errors.py:36 msgid "You need to resolve the conflicts before committing." msgstr "" #: errors.py:38 msgid "Strict commit failed" msgstr "" #: errors.py:39 msgid "" "There are unknown files in the working tree.\n" "Please add or delete them." msgstr "" #: errors.py:41 msgid "Bound branch is out of date" msgstr "" #: errors.py:42 #, python-format msgid "%s" msgstr "" #: errors.py:44 msgid "File not versioned" msgstr "" #: errors.py:45 msgid "The selected file is not versioned." msgstr "" #: errors.py:47 push.py:141 msgid "Branches have been diverged" msgstr "" #: errors.py:48 msgid "" "You cannot push if branches have diverged. Use the\n" "overwrite option if you want to push anyway." msgstr "" #: errors.py:50 msgid "No diff output" msgstr "" #: errors.py:51 msgid "The selected file hasn't changed." msgstr "" #: errors.py:53 msgid "No such revision" msgstr "" #: errors.py:54 msgid "The revision you specified doesn't exist." msgstr "" #: errors.py:56 msgid "Target already exists" msgstr "" #: errors.py:57 msgid "Target directory already exists. Please select another target." msgstr "" #: errors.py:59 msgid "Directory is already a branch" msgstr "" #: errors.py:60 #, python-format msgid "" "The current directory (%s) is already a branch.\n" "You can start using it, or initialize another directory." msgstr "" #: errors.py:62 msgid "Branch without a working tree" msgstr "" #: errors.py:63 #, python-format msgid "" "The current directory (%s)\n" "is a branch without a working tree." msgstr "" #: errors.py:65 msgid "Unknown bzr error" msgstr "" #: errors.py:67 msgid "Permission denied" msgstr "" #: errors.py:67 msgid "permission denied." msgstr "" #: errors.py:69 msgid "Unknown error" msgstr "" #: merge.py:66 msgid "Branch not given" msgstr "" #: merge.py:67 msgid "Please specify a branch to merge from." msgstr "" #: merge.py:75 msgid "Bazaar command error" msgstr "" #: merge.py:81 msgid "Merge successful" msgstr "" #: merge.py:82 msgid "All changes applied successfully." msgstr "" #: merge.py:85 msgid "Conflicts encountered" msgstr "" #: merge.py:86 msgid "Please resolve the conflicts manually before committing." msgstr "" #: push.py:47 bookmark.py:45 msgid "Location:" msgstr "" #: push.py:48 msgid "(click the Test button to check write access)" msgstr "" #: push.py:49 msgid "_Remember as default location" msgstr "" #: push.py:51 msgid "Create the path _leading up to the location" msgstr "" #: push.py:53 msgid "_Overwrite target if diverged" msgstr "" #: push.py:56 msgid "_Test" msgstr "" #: push.py:57 msgid "_Push" msgstr "" #: push.py:119 msgid "Write access is probably available" msgstr "" #: push.py:123 msgid "No write access" msgstr "" #: push.py:127 msgid "Could not determine" msgstr "" #: push.py:142 msgid "" "You cannot push if branches have diverged.\n" "Overwrite?" msgstr "" #: push.py:148 msgid "Push successful" msgstr "" #: push.py:149 #, python-format msgid "%d revision(s) pushed." msgstr "" #: push.py:177 msgid "Push location is unknown" msgstr "" #: push.py:178 msgid "Please specify a location manually." msgstr "" #: push.py:202 msgid "Non existing parent directory" msgstr "" #: push.py:203 #, python-format msgid "" "The parent directory (%s)\n" "doesn't exist." msgstr "" #: push.py:218 msgid "Path prefix not created" msgstr "" #: push.py:219 msgid "" "The path leading up to the specified location couldn't\n" "be created." msgstr "" #: revbrowser.py:41 msgid "Please select a revision" msgstr "" #: revbrowser.py:44 msgid "_Select" msgstr "" #: revbrowser.py:57 msgid "Revno" msgstr "" #: revbrowser.py:63 msgid "Time" msgstr "" #: status.py:79 msgid "Added" msgstr "" #: status.py:85 msgid "Removed" msgstr "" #: status.py:91 msgid "Renamed" msgstr "" #: status.py:98 msgid "Modified" msgstr "" #: status.py:106 msgid "Unknown" msgstr "" #: status.py:111 msgid "No changes." msgstr "" #: __init__.py:262 msgid "There are local changes in the branch" msgstr "" #: __init__.py:263 msgid "Please commit or revert the changes before merging." msgstr "" #: __init__.py:275 __init__.py:300 msgid "Parent location is unknown" msgstr "" #: __init__.py:276 msgid "Cannot determine missing revisions if no parent location is known." msgstr "" #: __init__.py:287 msgid "There are missing revisions" msgstr "" #: __init__.py:288 #, python-format msgid "%d revision(s) missing." msgstr "" #: __init__.py:290 msgid "Local branch up to date" msgstr "" #: __init__.py:291 msgid "There are no missing revisions." msgstr "" #: __init__.py:301 msgid "Pulling is not possible until there is a parent location." msgstr "" #: __init__.py:316 msgid "Pull successful" msgstr "" #: __init__.py:316 #, python-format msgid "%d revision(s) pulled." msgstr "" #: __init__.py:330 menu.py:205 msgid "Conflicts detected" msgstr "" #: __init__.py:331 menu.py:206 msgid "Please have a look at the working tree before continuing." msgstr "" #: __init__.py:333 menu.py:208 msgid "Revert successful" msgstr "" #: __init__.py:334 menu.py:209 msgid "All files reverted to last revision." msgstr "" #: __init__.py:364 msgid "Initialize successful" msgstr "" #: __init__.py:365 msgid "Directory successfully initialized." msgstr "" #: __init__.py:560 __init__.py:767 msgid "Bookmarks" msgstr "" #: __init__.py:567 menu.py:85 msgid "Bookmark" msgstr "" #: __init__.py:671 __init__.py:867 msgid "unchanged" msgstr "" #: __init__.py:673 __init__.py:869 msgid "ignored" msgstr "" #: __init__.py:675 __init__.py:871 msgid "unknown" msgstr "" #: __init__.py:680 msgid "Filename" msgstr "" #: __init__.py:681 msgid "Status" msgstr "" #: add.py:68 menu.py:149 menu.py:163 menu.py:185 remove.py:68 remove.py:130 msgid "" "Please select a file from the list,\n" "or choose the other option." msgstr "" #: bookmark.py:46 msgid "Title:" msgstr "" #: bookmark.py:81 msgid "No title given" msgstr "" #: bookmark.py:82 msgid "Please specify a title to continue." msgstr "" #: guifiles.py:35 msgid "Glade file cannot be found." msgstr "" #: guifiles.py:51 msgid "UI description file cannot be found." msgstr "" #: menu.py:57 msgid "Add" msgstr "" #: menu.py:58 msgid "Add the selected file" msgstr "" #: menu.py:61 menu.py:93 msgid "Remove" msgstr "" #: menu.py:62 msgid "Remove the selected file" msgstr "" #: menu.py:65 msgid "Rename" msgstr "" #: menu.py:66 msgid "Rename the selected file" msgstr "" #: menu.py:69 msgid "Open" msgstr "" #: menu.py:70 msgid "Open the selected file" msgstr "" #: menu.py:73 msgid "Revert" msgstr "" #: menu.py:74 msgid "Revert the changes" msgstr "" #: menu.py:78 msgid "Commit the changes" msgstr "" #: menu.py:81 msgid "Diff" msgstr "" #: menu.py:82 msgid "Show the diff of the file" msgstr "" #: menu.py:86 msgid "Bookmark current location" msgstr "" #: menu.py:89 msgid "Edit" msgstr "" #: menu.py:90 msgid "Edit the selected bookmark" msgstr "" #: menu.py:94 msgid "Remove the selected bookmark" msgstr "" #: menu.py:97 msgid "Open Folder" msgstr "" #: menu.py:98 msgid "Open bookmark folder in Nautilus" msgstr "" #: menu.py:101 msgid "Selected..." msgstr "" #: menu.py:102 msgid "Show the differences of the selected file" msgstr "" #: menu.py:105 msgid "All..." msgstr "" #: menu.py:106 msgid "Show the differences of all files" msgstr "" #: menu.py:245 msgid "Bookmark successfully added" msgstr "" #: menu.py:246 msgid "" "The current directory was bookmarked. You can reach\n" "it by selecting it from the left panel." msgstr "" #: menu.py:249 msgid "Location already bookmarked" msgstr "" #: menu.py:250 msgid "" "The current directory is already bookmarked.\n" "See the left panel for reference." msgstr "" #: mkdir.py:67 msgid "No directory name given" msgstr "" #: mkdir.py:68 msgid "Please specify a desired name for the new directory." msgstr "" #: mkdir.py:79 mkdir.py:89 msgid "Directory already exists" msgstr "" #: mkdir.py:80 mkdir.py:90 msgid "Please specify another name to continue." msgstr "" #: move.py:80 rename.py:70 msgid "Please select a file from the list to proceed." msgstr "" #: move.py:89 rename.py:86 msgid "Not the same branch" msgstr "" #: move.py:90 rename.py:87 msgid "The destination is not in the same branch." msgstr "" #: remove.py:79 remove.py:139 msgid "No matching files" msgstr "" #: remove.py:80 remove.py:140 msgid "No added files were found in the working tree." msgstr "" #: remove.py:105 msgid "Which file(s) do you want to remove?" msgstr "" #: remove.py:106 msgid "Selected only" msgstr "" #: remove.py:107 msgid "All files with status 'added'" msgstr "" #: remove.py:108 msgid "_Remove" msgstr "" #: rename.py:74 msgid "Filename not given" msgstr "" #: rename.py:75 msgid "Please specify a new name for the file." msgstr ""