diff --git a/userguide/Haiku-doc.css b/userguide/Haiku-doc.css index 29bef2f9..9e293692 100644 --- a/userguide/Haiku-doc.css +++ b/userguide/Haiku-doc.css @@ -1,5 +1,5 @@ /* - * Copyright 2008-2009, Haiku. All rights reserved. + * Copyright 2008-2017, Haiku. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: @@ -8,6 +8,7 @@ * Braden Ewing * Humdinger * Vincent Duvert + * Augustin Cavalier */ html { @@ -26,18 +27,18 @@ body { /* link colors and text decoration */ -a:link { - font-weight: bold; - text-decoration: none; +a:link { + font-weight: bold; + text-decoration: none; color: #dc3c01; } -a:visited { - font-weight: bold; - text-decoration: none; +a:visited { + font-weight: bold; + text-decoration: none; color: #892601; } -a:hover, a:active { - text-decoration: underline; +a:hover, a:active { + text-decoration: underline; color: #ff4500; } @@ -67,17 +68,23 @@ h5 a:hover, a:active { left: 0; top: 0; height: 84px; - min-width: 59em; background: #eeeeee; } #banner div { background: transparent url(images/logo.png) no-repeat scroll 10px 0; - min-width: 59em; - max-width: 70em; height: 100%; margin: 0 auto; } +@media (min-width:768px) { + #banner { + min-width: 59em; + } + #banner div { + min-width: 59em; + max-width: 70em; + } +} #banner span { position: relative; @@ -88,34 +95,42 @@ h5 a:hover, a:active { letter-spacing: 3px; font-family: Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif; font-weight: normal; - font-size: 16px; + font-size: 16px; } div.nav { position: relative; - min-width: 59em; left: 0; top: 0; background: #e0e0e0; padding: 0; } +@media (min-width:768px) { + div.nav { + min-width: 59em; + } +} div.nav div.inner { - min-width: 59em; - max-width: 70em; height: 100%; margin: 0 auto; text-align: right; padding: 0; } +@media (min-width:768px) { + div.nav div.inner { + min-width: 59em; + max-width: 70em; + } +} div.nav div.inner span { margin-right: 40px; font-size: 0.8em; } -div.nav div.inner span a.uplink { - font-weight: normal; +div.nav div.inner span a.uplink { + font-weight: normal; } /* Language selection menu */ @@ -136,7 +151,6 @@ ul.lang-menu img { ul.lang-menu li { margin-left: 10px; - padding: 2px 5px 2px 5px; background: #e0e0e0; display: none; } @@ -159,22 +173,39 @@ ul.lang-menu li a { color: black; text-decoration: none; font-weight: normal; + display: block; + padding: 2px 5px 2px 5px; } /* main content */ #content { - min-width: 59em; - max-width: 70em; margin: 0 auto; } +#content img { + max-width: 100%; +} +@media (min-width:768px) { + #content { + min-width: 59em; + max-width: 70em; + } +} #content > div { - margin-top: 30px; - margin-left: 40px; - margin-right: 40px; - margin-bottom: 50px; + margin-top: 10px; + margin-left: 20px; + margin-right: 20px; + margin-bottom: 25px; font-size: 0.9em; } +@media (min-width:768px) { + #content > div { + margin-top: 30px; + margin-left: 40px; + margin-right: 40px; + margin-bottom: 50px; + } +} /* contents box */ @@ -199,13 +230,13 @@ table.index td { padding: 5px 20px; } -table.index a:link, table.index a:visited { - font-weight: normal; - text-decoration: none; +table.index a:link, table.index a:visited { + font-weight: normal; + text-decoration: none; color: #dc3c01; } -table.index a:hover, table.index a:active { - text-decoration: underline; +table.index a:hover, table.index a:active { + text-decoration: underline; color: #ff4500; } @@ -216,7 +247,7 @@ table.index a:hover, table.index a:active { /* Common declarations */ .box-info, .box-stop, .box-warning { -webkit-border-radius: 10px; - -khtml-border-radius: 10px; + -khtml-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border-style: dotted; @@ -252,7 +283,12 @@ h2 { font-weight: normal; color: #0c3762; border-bottom: dotted thin #e0e0e0; - margin-top: 35px; + margin-top: 18px; +} +@media (min-width:768px) { + h2 { + margin-top: 35px; + } } h3 { font-size: 1.2em; @@ -344,7 +380,7 @@ pre.terminal { /* Terminal output*/ } .key { /* Shortcut (separate with   */ -webkit-border-radius: 3px; - -khtml-border-radius: 3px; + -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border-color: #c7c7c7; @@ -368,11 +404,11 @@ pre.terminal { /* Terminal output*/ #banner { display:none; } - + div.nav { display:none; } - + /* some links we want to print the url along with (CSS2) */ a.printurl:after { content: " <" attr(href) ">"; diff --git a/userguide/ca/applications.html b/userguide/ca/applications.html index 8fd577ce..6f437803 100644 --- a/userguide/ca/applications.html +++ b/userguide/ca/applications.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
+
+
La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.
+ +

softwareupdater-icon_64.pngSoftwareUpdater

+ + + + +
Deskbar:Applications
Location:/boot/system/apps/SoftwareUpdater
Settings:~/config/settings/SoftwareUpdater_settings
+


+

SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

+SoftwareUpdater's main window +

After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

+

Update now will start the download of all the packages and their subsequent installation.

+

Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

+
+
+ + + + + diff --git a/userguide/ca/applications/soundrecorder.html b/userguide/ca/applications/soundrecorder.html index 9eb7422e..7ea98caf 100644 --- a/userguide/ca/applications/soundrecorder.html +++ b/userguide/ca/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
+
+
Solange die Übersetzung dieser Seite noch nicht ganz fertig ist, erscheint für die noch fehlenden Teile die englische Version.
+ +

softwareupdater-icon_64.pngSoftwareUpdater

+ + + + +
Deskbar:Applications
Location:/boot/system/apps/SoftwareUpdater
Settings:~/config/settings/SoftwareUpdater_settings
+


+

SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

+SoftwareUpdater's main window +

After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

+

Update now will start the download of all the packages and their subsequent installation.

+

Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

+
+
+ + + + + diff --git a/userguide/de/applications/soundrecorder.html b/userguide/de/applications/soundrecorder.html index 55ccc604..aa88c601 100644 --- a/userguide/de/applications/soundrecorder.html +++ b/userguide/de/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
+
+ +

softwareupdater-icon_64.pngSoftwareUpdater

+ + + + +
Deskbar:Applications
Location:/boot/system/apps/SoftwareUpdater
Settings:~/config/settings/SoftwareUpdater_settings
+


+

SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

+SoftwareUpdater's main window +

After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

+

Update now will start the download of all the packages and their subsequent installation.

+

Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

+
+
+ + + + + diff --git a/userguide/en/applications/soundrecorder.html b/userguide/en/applications/soundrecorder.html index 79d0ba26..3c953f48 100644 --- a/userguide/en/applications/soundrecorder.html +++ b/userguide/en/applications/soundrecorder.html @@ -15,6 +15,7 @@ SoundRecorder + diff --git a/userguide/en/applications/stylededit.html b/userguide/en/applications/stylededit.html index 54f67991..f0d5a181 100644 --- a/userguide/en/applications/stylededit.html +++ b/userguide/en/applications/stylededit.html @@ -15,6 +15,7 @@ StyledEdit + diff --git a/userguide/en/applications/terminal.html b/userguide/en/applications/terminal.html index 60d12ec8..8d20a0cc 100644 --- a/userguide/en/applications/terminal.html +++ b/userguide/en/applications/terminal.html @@ -15,6 +15,7 @@ Terminal + diff --git a/userguide/en/applications/textsearch.html b/userguide/en/applications/textsearch.html index 1c6523bc..c7e69aec 100644 --- a/userguide/en/applications/textsearch.html +++ b/userguide/en/applications/textsearch.html @@ -15,6 +15,7 @@ TextSearch + diff --git a/userguide/en/applications/tv.html b/userguide/en/applications/tv.html index b34cd11b..c1ebd12f 100644 --- a/userguide/en/applications/tv.html +++ b/userguide/en/applications/tv.html @@ -15,6 +15,7 @@ TV + diff --git a/userguide/en/applications/vision.html b/userguide/en/applications/vision.html index 6ea19ffd..a89e7f1d 100644 --- a/userguide/en/applications/vision.html +++ b/userguide/en/applications/vision.html @@ -15,6 +15,7 @@ Vision + @@ -69,21 +70,24 @@ Settings:~/config/settings/Vision/*


-

Vision is an IRC client originally developed for the BeOS. Documentation and a bug tracker are available at the Vision website.

-
You can find help from other Haiku users and developers on Haiku channels in various languages.
-The most frequented is the English speaking #haiku at irc.freenode.org.
+

Vision is an IRC client originally developed for the BeOS. More documentation and a bug tracker are available at the Vision homepage.

+
You can find help from other Haiku users and developers on Haiku channels in various languages.
+The most frequented channel is the English speaking #haiku at irc.freenode.net.

Some advice, especially if you're new to IRC:

  • Search the web for "IRC etiquette" to learn about the do's and don'ts of chatting. Without much searching, I found Getting help on IRC by Christoph Haas to be quite helpful.

  • -
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • +
  • By registering your nickname you make sure nobody can pull any shenanigans and you gain the trust of the residents. See Freenode's FAQ on that matter.

  • Set up a sound in Haiku's Sounds preferences to be notified if someone mentions your nickname. People don't always watch their IRC client screen. Putting the nickname of the person you're talking to at the beginning of what you're about to post increases your chance to be noticed. Similar to the Terminal, Vision supports tab-completion for nicknames, i.e. if you enter the starting letters of a nickname and press the tab key, Vision completes it with the first name that matches.

+vision.png +

index Keyboard shortcuts

Vision provides a few handy keyboard shortcuts:

+ +Vision treats these with sequential priority. When you press SHIFTALT / , Vision will first jump to a red window above / below the current one if it sees one. If it doesn't see a red one, it will jump to a green one, and so on.
TABTab-completion like in Terminal: After entering a few letters of a nickname, hitting TAB completes to the first matching nickname.
/ When the input control has focus, this will cycle through your recently entered text.
ALT / Activates the window that appears above / below the currently active (selected) one in the "Window list"
SHIFT ALT / Similar to ALT / , but with a twist. Instead of activating the window immedietly above / below the current one, it looks ahead. If there are any windows with higher status bits then the current window, it jumps to those. It jumps to the highest found status bit first.
@@ -95,7 +99,7 @@ To understand this, you must know that Vision color codes windows in the list wi
  • green - someone has said something
  • red - someone has said something, and mentioned your nickname
  • -Vision treats these with sequential priority. When you pressSHIFT ALT / , Vision will first jump to a red window above / below the current one if it sees one. If it doesn't see a red one, it will jump to a green one, and so on.

    @@ -140,7 +144,7 @@ Sends a file to <nick>. If no file is specified, a File panel will open.
  • /DESCRIBE <nick> <message>
    -Same as /ME, but opens a query on <nick>.

  • +Like a private /ME, only <nick> can see it.

  • /DNS <domain name/IP address>
    Resolves the given IP or domain name.

  • @@ -175,8 +179,8 @@ Opens a new view which lists all the channels on the current network. [except hi
  • /M
    Displays the channel modes of the current channel.

  • -
  • /M <+-ohvbeqa> <nick1> [nick2] ...
    -Same as MODE <channel> <modes> <nick>, but on current channel.

  • +
  • /M < -ohvbeqa> <nick1> [nick2] ...
    +Same as /MODE <channel> <modes> <nick>, but on current channel.

  • /M <+-kfL,l,psmntirRcOAQKVHGCuzN>
    Same as /MODE <channel> <modes>, but on current channel.

  • @@ -243,20 +247,17 @@ Causes current thread to sleep for the specified time ; for future scripting use
  • /SQUIT
    IRC operator command to disconnect a server.

  • -
  • /T
    -Displays the channel-topic of current channel.

  • - -
  • /T <new-channel-topic>
    -Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • -
  • /TIME <nick>
    Returns local time of <nick>. Equivalent to /CTCP <nick> TIME.

  • -
  • /TOPIC <channel>
    -Displays the channel-topic of <channel>.

  • +
  • /TOPIC /T [channel]
    +Displays the topic of the current channel or, if provided, of <channel>.

  • /TOPIC <channel> <new-channel-topic>
    -Sets the channel topic of <channel> to <new-channel-topic>.

  • +Sets the topic of <channel> to <new-channel-topic>.

    + +
  • /TOPIC <new-channel-topic>
    +Same as /TOPIC <channel> <new-channel-topic>, but on current channel.

  • /UNNOTIFY <nick1> [nick2] ...
    Removes <nick(s)> from your notify list.

  • @@ -274,7 +275,7 @@ Opens <url> with your current html handler. (Note: If the handler is not a Opens www.m-w.com (Merriam Webster) with your current html handler. (Note: If the handler is not a browser, it opens the application specified in FileTypes.)

  • /VUPTIME [-l]
    -Displays the Vision uptime. The [-l] parameter has the same effect as in /UPTIME.

  • +Displays the Vision uptime. If [-l] is specified, the uptime will be echoed locally, and not sent to the network.

  • /WALLOPS
    IRC operator command that sends a wallops message (visible to those with umode w active).

  • diff --git a/userguide/en/applications/webpositive.html b/userguide/en/applications/webpositive.html index 514c57f5..18ced66d 100644 --- a/userguide/en/applications/webpositive.html +++ b/userguide/en/applications/webpositive.html @@ -15,6 +15,7 @@ WebPositive + diff --git a/userguide/en/applications/wonderbrush.html b/userguide/en/applications/wonderbrush.html index 2ca45511..39f0f8e6 100644 --- a/userguide/en/applications/wonderbrush.html +++ b/userguide/en/applications/wonderbrush.html @@ -15,6 +15,7 @@ WonderBrush + diff --git a/userguide/en/attributes.html b/userguide/en/attributes.html index b382b251..54df1494 100644 --- a/userguide/en/attributes.html +++ b/userguide/en/attributes.html @@ -15,6 +15,7 @@ Attributes + diff --git a/userguide/en/bash-scripting.html b/userguide/en/bash-scripting.html index a943558b..25d7c675 100644 --- a/userguide/en/bash-scripting.html +++ b/userguide/en/bash-scripting.html @@ -15,6 +15,7 @@ Bash and Scripting + diff --git a/userguide/en/bootloader.html b/userguide/en/bootloader.html index 3ca5321f..c08ab424 100644 --- a/userguide/en/bootloader.html +++ b/userguide/en/bootloader.html @@ -15,6 +15,7 @@ Boot Loader + diff --git a/userguide/en/contents.html b/userguide/en/contents.html index 06eed648..a54e624a 100644 --- a/userguide/en/contents.html +++ b/userguide/en/contents.html @@ -4,7 +4,7 @@ diff --git a/userguide/es/applications/packageinstaller.html b/userguide/es/applications/packageinstaller.html index 3d02a832..961bc9c3 100644 --- a/userguide/es/applications/packageinstaller.html +++ b/userguide/es/applications/packageinstaller.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    La traducción de esta página no está completa aún. Hasta que esté, las partes sin traducir se muestran en el inglés original.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/es/applications/soundrecorder.html b/userguide/es/applications/soundrecorder.html index 41addf36..98648f4c 100644 --- a/userguide/es/applications/soundrecorder.html +++ b/userguide/es/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + diff --git a/userguide/fi/applications/packageinstaller.html b/userguide/fi/applications/packageinstaller.html index 7ccb9280..6374b6ae 100644 --- a/userguide/fi/applications/packageinstaller.html +++ b/userguide/fi/applications/packageinstaller.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    Tämän sivun kotoistaminen ei ole vielä täydellinen. Siihen asti keskeneräiset osat käyttävät englanninkielistä alkuperäistekstiä.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/fi/applications/soundrecorder.html b/userguide/fi/applications/soundrecorder.html index 32dc2048..0d428808 100644 --- a/userguide/fi/applications/soundrecorder.html +++ b/userguide/fi/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    Cette page n'est pas encore entièrement traduite. Les parties non encore traduites seront en anglais.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/fr/applications/soundrecorder.html b/userguide/fr/applications/soundrecorder.html index acd4fbc3..2b14d64a 100644 --- a/userguide/fr/applications/soundrecorder.html +++ b/userguide/fr/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + diff --git a/userguide/hu/applications/packageinstaller.html b/userguide/hu/applications/packageinstaller.html index 27f2fabf..cc4546a3 100644 --- a/userguide/hu/applications/packageinstaller.html +++ b/userguide/hu/applications/packageinstaller.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    Az oldal fordítása még folyamatban van. Amíg tart a fordítás, addig a lefordítatlan részek angolul jelennek meg.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/hu/applications/soundrecorder.html b/userguide/hu/applications/soundrecorder.html index 33288fe1..b0dc1bdb 100644 --- a/userguide/hu/applications/soundrecorder.html +++ b/userguide/hu/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    La traduzione di questa pagina non è stata completata. Per questo motivo le parti non tradotte sono visibili in inglese.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/it/applications/soundrecorder.html b/userguide/it/applications/soundrecorder.html index 277844d8..2f98df76 100644 --- a/userguide/it/applications/soundrecorder.html +++ b/userguide/it/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + diff --git a/userguide/jp/applications/packageinstaller.html b/userguide/jp/applications/packageinstaller.html index e82c59bf..b193dc57 100644 --- a/userguide/jp/applications/packageinstaller.html +++ b/userguide/jp/applications/packageinstaller.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    このページの翻訳はまだ完全ではありません。完成するまでは、未完成の部分はオリジナルの英文を使用します。
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/jp/applications/soundrecorder.html b/userguide/jp/applications/soundrecorder.html index 4412c304..d49a88ac 100644 --- a/userguide/jp/applications/soundrecorder.html +++ b/userguide/jp/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    Tłumaczenie tej strony jest niekompletne. Nieukończone części wyświetlane są w języku angielskim.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/pl/applications/soundrecorder.html b/userguide/pl/applications/soundrecorder.html index 451300b0..08ae0b94 100644 --- a/userguide/pl/applications/soundrecorder.html +++ b/userguide/pl/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + diff --git a/userguide/pt_BR/applications/packageinstaller.html b/userguide/pt_BR/applications/packageinstaller.html index 3f28ce9e..0859b26c 100644 --- a/userguide/pt_BR/applications/packageinstaller.html +++ b/userguide/pt_BR/applications/packageinstaller.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    A tradução desta página ainda não está completa. Até lá, partes incompletas mostrarão o original em inglês.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/pt_BR/applications/soundrecorder.html b/userguide/pt_BR/applications/soundrecorder.html index d2bd7ff1..f9ea99c5 100644 --- a/userguide/pt_BR/applications/soundrecorder.html +++ b/userguide/pt_BR/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/pt_PT/applications/soundrecorder.html b/userguide/pt_PT/applications/soundrecorder.html index 313f506b..c351400d 100644 --- a/userguide/pt_PT/applications/soundrecorder.html +++ b/userguide/pt_PT/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/ro/applications/soundrecorder.html b/userguide/ro/applications/soundrecorder.html index d4853975..eeeb46b5 100644 --- a/userguide/ro/applications/soundrecorder.html +++ b/userguide/ro/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    Перевод этой страницы еще не завершен. Пока это не произойдет, незавершенные части будут на английском.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/ru/applications/soundrecorder.html b/userguide/ru/applications/soundrecorder.html index 6fc47c00..0cc0b109 100644 --- a/userguide/ru/applications/soundrecorder.html +++ b/userguide/ru/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + diff --git a/userguide/sk/applications/packageinstaller.html b/userguide/sk/applications/packageinstaller.html index 5af4b7b3..dc0a415a 100644 --- a/userguide/sk/applications/packageinstaller.html +++ b/userguide/sk/applications/packageinstaller.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    Preklad tejto stránky zatiaľ nie je dokončený. Dovtedy sa nedokončené časti zobrazia v anglickom origináli.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/sk/applications/soundrecorder.html b/userguide/sk/applications/soundrecorder.html index e2fe9a31..53b1286b 100644 --- a/userguide/sk/applications/soundrecorder.html +++ b/userguide/sk/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + Monitor tímov + @@ -63,7 +65,7 @@

    Kombináciou CTRL ALT DEL vyvoláte Monitor tímov, ktorý zobrazuje všetky aktuálne bežiace programy.

    teammonitor.png

    Programy, ktoré spustil systém sú modré, tie, ktoré spustil používateľ, sú čierne.
    -Aplikácie, ktoré nereagujú, čo väčšinou znamená pád programu, sú označené červenou. Program môžete skúsiť ukončiť vybraním zo zoznamu a stlačením tlačidla Ukončiť aplikáciu (alebo buď klávesom DEL alebo Q). Ak to nefunguje, skúste Zabiť aplikáciu (alebo kláves SHIT DEL čí K).

    +Aplikácie, ktoré nereagujú, čo väčšinou znamená pád programu, sú označené červenou. Program môžete skúsiť ukončiť vybraním zo zoznamu a stlačením tlačidla Ukončiť aplikáciu (alebo buď klávesom DEL alebo Q). Ak to nefunguje, skúste Zabiť aplikáciu (alebo kláves SHIFT DEL čí K).

    Terminál môžete vyvolať pomocou OPT ALT T.

    Ak Tracker alebo Panel spadol alebo zamrzol, objaví sa nové tlačidlo (možno ale budete najprv musieť ukončiť problematický tím): Vynútiť reštart, ktoré za vás reštartuje Tracker a/alebo Panel.

    diff --git a/userguide/sk/tracker-add-ons.html b/userguide/sk/tracker-add-ons.html index 56863ef5..60a50898 100644 --- a/userguide/sk/tracker-add-ons.html +++ b/userguide/sk/tracker-add-ons.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    Översättningen av denna sida är inte komplett. Delar av innehållet kommer därför att visas på engelska.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/sv_SE/applications/soundrecorder.html b/userguide/sv_SE/applications/soundrecorder.html index 856c9b0e..e4ad7b9b 100644 --- a/userguide/sv_SE/applications/soundrecorder.html +++ b/userguide/sv_SE/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + diff --git a/userguide/uk/applications/packageinstaller.html b/userguide/uk/applications/packageinstaller.html index a1de0bf3..86811a33 100644 --- a/userguide/uk/applications/packageinstaller.html +++ b/userguide/uk/applications/packageinstaller.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    Переклад даної сторінки ще неповний. Допоки це так, незавершені частини користайте у англійському варіанті.
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/uk/applications/soundrecorder.html b/userguide/uk/applications/soundrecorder.html index 1d5b6c96..0f8f55ab 100644 --- a/userguide/uk/applications/soundrecorder.html +++ b/userguide/uk/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + diff --git a/userguide/zh_CN/applications/packageinstaller.html b/userguide/zh_CN/applications/packageinstaller.html index 29d50581..037b9ae6 100644 --- a/userguide/zh_CN/applications/packageinstaller.html +++ b/userguide/zh_CN/applications/packageinstaller.html @@ -1,6 +1,6 @@ - + + + + + SoftwareUpdater + + + + + + + + + +
    +
    +
    本节的翻译还未完成。在未完成之前,所有的未完成部分都将使用英语原文。
    + +

    softwareupdater-icon_64.pngSoftwareUpdater

    + + + + +
    Deskbar:Applications
    Location:/boot/system/apps/SoftwareUpdater
    Settings:~/config/settings/SoftwareUpdater_settings
    +


    +

    SoftwareUpdater checks all active repositories (see the Repositories preferences) for updates to the installed packages, including system updates to Haiku itself. It downloads and installs the available updates in one go.

    +SoftwareUpdater's main window +

    After launching, SoftwareUpdater checks for updates to packages and displays them in a list with their new version and a short description. You can opt to Show more details to include the name of the repository for each package and show both the old and new package versions.

    +

    Update now will start the download of all the packages and their subsequent installation.

    +

    Depending on the packages that were updated, you may have to reboot Haiku to actually complete the update process. Updated applications usually only need to be restarted, while changes to Haiku itself may require a reboot of the system to have an effect.

    +
    +
    + + + + + diff --git a/userguide/zh_CN/applications/soundrecorder.html b/userguide/zh_CN/applications/soundrecorder.html index fe1911c7..13b3479a 100644 --- a/userguide/zh_CN/applications/soundrecorder.html +++ b/userguide/zh_CN/applications/soundrecorder.html @@ -1,6 +1,6 @@ - + 程序监控器 + @@ -62,7 +64,7 @@

    使用 CTRL ALT DEL 启动程序监控器,将会显示所有正在运行的程序。

    teammonitor.png

    由系统启动的程序显示为蓝色,而由用户启动的程序则显示为黑色。
    -未响应的程序将会显示为红色,这也意味着该程序已经崩溃。您可以选中它,然后按下 退出应用 键(或者 DELQ),强制退出该程序。如果上述操作不起作用,您可以尝试 杀死应用 (或者 SHIT DEL K)。

    +未响应的程序将会显示为红色,这也意味着该程序已经崩溃。您可以选中它,然后按下 退出应用 键(或者 DELQ),强制退出该程序。如果上述操作不起作用,您可以尝试 杀死应用 (或者 SHIFT DEL K)。

    您可以使用 OPT ALT T 组合键启动系统终端。

    如果您的文件浏览器或者桌面栏发生了崩溃或者冻结,将会出现(你可能需要先退出所有存在问题的程序): 重启桌面 ,它将会重启文件浏览器或者桌面栏。

    diff --git a/userguide/zh_CN/tracker-add-ons.html b/userguide/zh_CN/tracker-add-ons.html index ea0c0dca..3d4ad965 100644 --- a/userguide/zh_CN/tracker-add-ons.html +++ b/userguide/zh_CN/tracker-add-ons.html @@ -1,6 +1,6 @@ - +