mcc update
parent
0ecef91621
commit
ab6515d979
12
bin/mcc
12
bin/mcc
|
@ -48,8 +48,8 @@ case $LANG in
|
|||
MENU_DESC="Główne menu (<small>wywoływane przez: prawy klik, skrót win+spacja lub z ikony w panelu</small>) umożliwia wyszukiwanie, należy po prostu zacząć pisać np. nazwę programu.\n<small><i>Dostępne są również dwa <b>panele boczne</b>, umożliwiające szybki dostęp np. do systemu plików.</i>\nPoniżej możesz dodać swoje własne polecenia na początku i na końcu paneli bocznych.</small>\n"
|
||||
M_EDIT_MAIN="Edytuj główne menu (ulubione)"
|
||||
M_RESTORE_MAIN="Przywróć domyślne menu"
|
||||
M_LEFT="\t\t\t<b>PANEL LEWY</b><small> (ctrl+tab)</small>"
|
||||
M_RIGHT="\t\t\t<b>PANEL PRAWY</b><small> (win+tab)</small>"
|
||||
M_LEFT="\t\t\t<b>PANEL LEWY</b><small> (ctrl+super+left)</small>"
|
||||
M_RIGHT="\t\t\t<b>PANEL PRAWY</b><small> (ctrl+super+left)</small>"
|
||||
M_LEFT_DESC="<small>Lewy panel\n - szybka nawigacja po systemie plików\n - zakładki GTK\n - maszyny wirtualne</small>"
|
||||
M_RIGHT_DESC="<small>Prawy panel\n - ustawienia systemowe\n - pomoc\n - wyjście</small>"
|
||||
M_CUSTOMIZE="Edytuj"
|
||||
|
@ -110,8 +110,8 @@ case $LANG in
|
|||
MENU_DESC="Menu principal (<small>accede con clic derecho, teclas Super+barra de espacio o desde el ícono del panel</small>) activa escribe sobre buscar. Sólo empieza a escribir el término que estas buscando.\n<small><i>There are also two <b>side-panels</b> available for quick access to file system locations for example.</i> Below you can add custom commands to both side-panels.</small>\n"
|
||||
M_EDIT_MAIN="Editar menu principal"
|
||||
M_RESTORE_MAIN="Reestablecer el menu por defecto"
|
||||
M_LEFT="\t\t\t<b>PANEL IZQUIERDO</b><small> (ctrl+tab)</small>"
|
||||
M_RIGHT="\t\t\t<b>PANEL DERECHO</b><small> (win+tab)</small>"
|
||||
M_LEFT="\t\t\t<b>PANEL IZQUIERDO</b><small> (ctrl+super+left)</small>"
|
||||
M_RIGHT="\t\t\t<b>PANEL DERECHO</b><small> (ctrl+super+right)</small>"
|
||||
M_LEFT_DESC="<small>Panel izquierdo\n - Navegacion veloz\n - Marcadores GTK\n - Máquinas Virtuales</small>"
|
||||
M_RIGHT_DESC="<small>Panel derecho\n - Configuración del sistema\n - ayuda\n - opciones de salida</small>"
|
||||
M_CUSTOMIZE="Ajustes"
|
||||
|
@ -172,8 +172,8 @@ case $LANG in
|
|||
MENU_DESC="Main menu (<small>access it by right click, win+space shortcut or from panel icon</small>) have type to search functionality. Just start to type what you looking for.\n<small><i>There are also two <b>side-panels</b> available for quick access to file system locations for example.</i> Below you can add custom commands to both side-panels.</small>\n"
|
||||
M_EDIT_MAIN="Edit main menu (favorites)"
|
||||
M_RESTORE_MAIN="Reset mainmenu to default"
|
||||
M_LEFT="\t\t\t<b>LEFT PANEL</b><small> (ctrl+tab)</small>"
|
||||
M_RIGHT="\t\t\t<b>RIGHT PANEL</b><small> (win+tab)</small>"
|
||||
M_LEFT="\t\t\t<b>LEFT PANEL</b><small> (ctrl+super+left)</small>"
|
||||
M_RIGHT="\t\t\t<b>RIGHT PANEL</b><small> (ctrl+super+right)</small>"
|
||||
M_LEFT_DESC="<small>Left panel\n - quick navigation\n - GTK Bookmarks\n - Virtualbox machines</small>"
|
||||
M_RIGHT_DESC="<small>Right panel\n - system settings\n - help\n - exit options</small>"
|
||||
M_CUSTOMIZE="Customize"
|
||||
|
|
Loading…
Reference in New Issue