Browsing Bosnian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Bosnian guidelines.

These translations are shared with Bazaar trunk series template bzr.

110 of 25 results
1751.
add Add specified files or directories.
alias Set/unset and display aliases.
annotate Show the origin of each line in a file.
bash-completion Generate a shell function for bash command line completion.
[bash_completion]
bind Convert the current branch into a checkout of the supplied
branch.
branch Create a new branch that is a copy of an existing branch.
branches List the branches available at the current location.
break-lock Break a dead lock.
cat Write the contents of a file as of a given revision to
standard output.
check Validate working tree structure, branch consistency and
repository history.
checkout Create a new checkout of an existing branch.
clean-tree Remove unwanted files from working tree.
commit Commit changes into a new revision.
config Display, set or remove a configuration option.
conflicts List files with conflicts.
deleted List files deleted in the working tree.
diff Show differences in the working tree, between revisions or
branches.
dpush Push into a different VCS without any custom bzr metadata.
export Export current or past revision to a destination directory or
archive.
grep Print lines matching PATTERN for specified files and
revisions. [grep]
help Show help on a command or other topic.
ignore Ignore specified files or patterns.
ignored List ignored files and the patterns that matched them.
info Show information about a working tree, branch or repository.
init Make a directory into a versioned branch.
init-repository Create a shared repository for branches to share storage
space.
join Combine a tree into its containing tree.
launchpad-login Show or set the Launchpad user ID. [launchpad]
launchpad-mirror Ask Launchpad to mirror a branch now. [launchpad]
launchpad-open Open a Launchpad branch page in your web browser. [launchpad]
log Show historical log for a branch or subset of a branch.
lp-find-proposal Find the proposal to merge this revision. [launchpad]
lp-propose-merge Propose merging a branch on Launchpad. [launchpad]
ls List files in a tree.
merge Perform a three-way merge.
missing Show unmerged/unpulled revisions between two branches.
mkdir Create a new versioned directory.
mv Move or rename a file.
nick Print or set the branch nickname.
pack Compress the data within a repository.
ping Pings a Bazaar smart server.
plugins List the installed plugins.
pull Turn this branch into a mirror of another branch.
push Update a mirror of this branch.
reconcile Reconcile bzr metadata in a branch.
reconfigure Reconfigure the type of a bzr directory.
register-branch Register a branch with launchpad.net. [launchpad]
remerge Redo a merge.
remove Remove files or directories.
remove-branch Remove a branch.
remove-tree Remove the working tree from a given branch/checkout.
renames Show list of renamed files.
resolve Mark a conflict as resolved.
revert Set files in the working tree back to the contents of a
previous revision.
revno Show current revision number.
root Show the tree root directory.
send Mail or create a merge-directive for submitting changes.
serve Run the bzr server.
shelve Temporarily set aside some changes from the current tree.
sign-my-commits Sign all commits by a given committer.
split Split a subdirectory of a tree into a separate tree.
status Display status summary.
switch Set the branch of a checkout and update.
tag Create, remove or modify a tag naming a revision.
tags List tags.
testament Show testament (signing-form) of a revision.
unbind Convert the current checkout into a regular branch.
uncommit Remove the last committed revision.
unshelve Restore shelved changes.
update Update a working tree to a new revision.
upgrade Upgrade a repository, branch or working tree to a newer
format.
verify-signatures Verify all commit signatures.
version Show version of bzr.
version-info Show version information about this tree.
view Manage filtered views.
whoami Show or set bzr user id.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/commands.txt:1
2018.
To resolve the conflict, you must apply the correct tags to either the target
branch or the source branch as appropriate. Use "bzr tags --show-ids -d
SOURCE_URL" to see the tags in the source branch. If you want to make the
target branch's tags match the source branch, then in the target branch do
``bzr tag --force -r revid:REVISION_ID CONFLICTING_TAG`` for each of the
CONFLICTING_TAGs, where REVISION_ID comes from the list of tags in the source
branch. You need not call "bzr resolve" after doing this. To resolve in
favor of the target branch, you need to similarly use ``tag --force`` in the
source branch. (Note that pulling or pushing using --overwrite will overwrite
all tags as well.)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/conflict-types.txt:161
2088.
-Dauth Trace authentication sections used.
-Dbytes Print out how many bytes were transferred
-Ddirstate Trace dirstate activity (verbose!)
-Derror Instead of normal error handling, always print a traceback
on error.
-Devil Capture call sites that do expensive or badly-scaling
operations.
-Dfetch Trace history copying between repositories.
-Dfilters Emit information for debugging content filtering.
-Dforceinvdeltas Force use of inventory deltas during generic streaming fetch.
-Dgraph Trace graph traversal.
-Dhashcache Log every time a working file is read to determine its hash.
-Dhooks Trace hook execution.
-Dhpss Trace smart protocol requests and responses.
-Dhpssdetail More hpss details.
-Dhpssvfs Traceback on vfs access to Remote objects.
-Dhttp Trace http connections, requests and responses.
-Dindex Trace major index operations.
-Dknit Trace knit operations.
-Dlock Trace when lockdir locks are taken or released.
-Dnoretry If a connection is reset, fail immediately rather than
retrying the request.
-Dprogress Trace progress bar operations.
-Dmem_dump Dump memory to a file upon an out of memory error.
-Dmerge Emit information for debugging merges.
-Dno_apport Don't use apport to report crashes.
-Dno_activity [tab] Don't show transport activity indicator in progress bar.
-Dpack Emit information about pack operations.
-Drelock Emit a message every time a branch or repository object is
unlocked then relocked the same way.
-Dsftp Trace SFTP internals.
-Dstatic_tuple Error when a tuple is used where a StaticTuple is expected
-Dstream Trace fetch streams.
-Dstrict_locks Trace when OS locks are potentially used in a non-portable
manner.
-Dunlock Some errors during unlock are treated as warnings.
-DIDS_never Never use InterDifferingSerializer when fetching.
-DIDS_always Always use InterDifferingSerializer to fetch if appropriate
for the format, even for non-local fetches.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/debug-flags.txt:7
2095.
The solution is to merge the revisions from the mainline into your local
branch. To do so, use ``bzr merge`` to get the new revisions from the
mainline. This merge may result in conflicts if the other developer's changes
overlap with your changes. These conflicts should be resolved before
continuing. After any conflicts have been resolved, or even if there were no
conflicts, Bazaar requires that you explicitly commit these new revisions
to your local branch. This requirement gives you an opportunity to test the
resulting working tree for correctness, since the merged revisions could have
made arbitrary changes. After testing, you should commit the merge using
``bzr commit``. This clears up the diverged branches situation. Your local
branch can now be pushed to the mainline.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/diverged-branches.txt:29
2098.
=================== ===========================================================
BZRPATH Path where bzr is to look for shell plugin external
commands.
BZR_EMAIL E-Mail address of the user. Overrides EMAIL.
EMAIL E-Mail address of the user.
BZR_EDITOR Editor for editing commit messages. Overrides EDITOR.
EDITOR Editor for editing commit messages.
BZR_PLUGIN_PATH Paths where bzr should look for plugins.
BZR_DISABLE_PLUGINS Plugins that bzr should not load.
BZR_PLUGINS_AT Plugins to load from a directory not in BZR_PLUGIN_PATH.
BZR_HOME Directory holding .bazaar config dir. Overrides HOME.
BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA and
HOME.
BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// URLs).
BZR_SSH Path to SSH client, or one of paramiko, openssh, sshcorp,
plink or lsh.
BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).
BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).
BZR_COLUMNS Override implicit terminal width.
BZR_CONCURRENCY Number of processes that can be run concurrently (selftest)
BZR_PROGRESS_BAR Override the progress display. Values are 'none' or 'text'.
BZR_PDB Control whether to launch a debugger on error.
BZR_SIGQUIT_PDB Control whether SIGQUIT behaves normally or invokes a
breakin debugger.
BZR_TEXTUI_INPUT Force console input mode for prompts to line-based (instead
of char-based).
=================== ===========================================================
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in dummy/help_topics/env-variables/detail.txt:3
2123.
added List files added in working tree.
ancestry List all revisions merged into this branch.
assert-fail Test reporting of assertion failures
bundle-info Output interesting stats about a bundle
bundle-revisions Create a merge-directive for submitting changes.
cat-revision Write out metadata for a revision.
dump-btree Dump the contents of a btree index file to stdout.
export-pot Export command helps and error messages in po format.
file-id Print file_id of a particular file or directory.
file-path Print path of file_ids to a file or directory.
find-merge-base Find and print a base revision for merging two branches.
hooks Show hooks.
inventory Show inventory of the current working copy or a revision.
local-time-offset Show the offset in seconds from GMT to local time.
lookup-revision Lookup the revision-id from a revision-number
merge-directive Generate a merge directive for auto-merge tools.
modified List files modified in working tree.
re-sign Create a digital signature for an existing revision.
reference list, view and set branch locations for nested trees.
relpath Show path of a file relative to root
repair-workingtree Reset the working tree state file.
revision-history Display the list of revision ids on a branch.
revision-info Show revision number and revision id for a given revision
identifier.
rocks Statement of optimism.
selftest Run internal test suite.
shell-complete Show appropriate completions for context.
test-script Run a shell-like test from a file.
touching-revisions Return revision-ids which affected a particular file.
unknowns List unknown files.
wait-until-signalled Test helper for
test_start_and_stop_bzr_subprocess_send_signal.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/hidden-commands.txt:1
2165.
Called when a stacked branch is activating its fallback locations.
transform_fallback_location is called with (branch, url), and should
return a new url. Returning the same url allows it to be used as-is,
returning a different one can be used to cause the branch to stack on
a closer copy of that fallback_location. Note that the branch cannot
have history accessing methods called on it during this hook because
the fallback locations have not been activated. When there are
multiple hooks installed for transform_fallback_location, all are
called with the url returned from the previous hook.The order is
however undefined.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/hooks.txt:158
2240.
Called before a commit is performed on a tree. The start commit hook
is able to change the tree before the commit takes place. start_commit
is called with the bzrlib.mutabletree.MutableTree that the commit is
being performed on.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/hooks.txt:420
2244.
Called when the smart client is submitting a request to the smart
server. Called with a bzrlib.smart.client.CallHookParams object.
Streaming request bodies, and responses, are not accessible.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/hooks.txt:433
2247.
Called by the bzr server when an exception occurs. server_exception is
called with the sys.exc_info() tuple return true for the hook if the
exception has been handled, in which case the server will exit
normally.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/hooks.txt:445
110 of 25 results

This translation is managed by Ubuntu Bosnia and Herzegovina translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Adi, Afan, Almin Islamović, Almir Harba, Armin, Ashraf Gheth, Dunja Bihorac, Hamza Semic, Josip Kvesic, Maida, Samir Ribić, Tarik Radončić.