Difference between revisions of "Translations:Funtoo Linux Localization/4/pl"

From Funtoo
Jump to navigation Jump to search
(Created page with "Po zakończeniu, możesz zastosować Twoje ustawienia regionalne w całym systemie. Najpierw wyświetl wszystkie dostępne opcje: {{console|body= $ ##i##eselect locale list ##...")
 
(No difference)

Latest revision as of 09:15, May 7, 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Funtoo Linux Localization)
Once done, you can apply your locale settings system-wide. First display all available options:
{{console|body=
$ ##i##eselect locale list
##b####g##Available targets for the LANG variable:
  ##b##[1]##!b##  C
  ##b##[2]##!b##  POSIX
  ##b##[3]##!b##  fr_CA.utf8
  ##b##[4]##!b##  en_US.utf8 ##bl##*
  ##b##[ ]##!b##  (free form)
}}
The blue star indicates the current default system locale. You can now change it according your wishes:
{{console|body=
# ##i##eselect locale set 3
Setting LANG to fr_CA.utf8 ...
Run ". /etc/profile" to update the variable in your shell.
}}
Alternatively, you can set the default locale manually. This file should be created first with your prefered editor:
{{file|name=/etc/env.d/02locale|body=LANG="fr_CA.utf8"}}
You can verify your actions using:
{{console|body=
$ ##i##eselect locale show
##b####g##LANG variable in profile:
  ##b##fr_CA.utf8
}}

Po zakończeniu, możesz zastosować Twoje ustawienia regionalne w całym systemie. Najpierw wyświetl wszystkie dostępne opcje:

user $ eselect locale list
root ##b##Available targets for the LANG variable:
  [1]   C
  [2]   POSIX
  [3]   pl_CA.utf8
  [4]   en_US.utf8 *
  [ ]   (free form)

Niebieska gwiazdka wskazuje bieżące domyślne ustawienia regionalne systemu. Możesz je teraz zmienić zgodnie z własnym życzeniem:

root # eselect locale set 3
Setting LANG to pl_PL.utf8 ...
Run ". /etc/profile" to update the variable in your shell.

Jako alternatywę, masz możliwość ręcznego ustawienia domyślnych ustawień regionalnych systemu -- najpierw za pomocą preferowanego edytora należy utworzyć ten plik:

   /etc/env.d/02locale
LANG="pl_PL.utf8"

Możesz zweryfikować swoje działania wpisując:

user $ eselect locale show
root ##b##LANG variable in profile:
  pl_PL.utf8