shell32: Updated Slovenian translation to reflect changes in About dialog.
This commit is contained in:
parent
7445e90b7a
commit
a2a8d1ad19
|
@ -138,17 +138,19 @@ FONT 8, "MS Shell Dlg"
|
|||
LTEXT "", IDD_MESSAGE, 40, 10, 238, 52, 0
|
||||
}
|
||||
|
||||
SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
|
||||
SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 220, 152
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "O %s"
|
||||
FONT 10, "MS Shell Dlg"
|
||||
{
|
||||
DEFPUSHBUTTON "V redu", IDOK, 153, 133, 50, 12, WS_TABSTOP
|
||||
DEFPUSHBUTTON "V redu", IDOK, 153, 133, 60, 12, WS_TABSTOP
|
||||
PUSHBUTTON "&Licenčna pog.", IDC_ABOUT_LICENSE, 153, 113, 60, 12, WS_TABSTOP
|
||||
LISTBOX IDC_ABOUT_LISTBOX, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
|
||||
ICON "", stc1, 10, 10, 30, 30
|
||||
LTEXT "", IDC_ABOUT_STATIC_TEXT1, 40, 10, 137, 10
|
||||
LTEXT "", IDC_ABOUT_STATIC_TEXT2, 40, 22, 137, 10
|
||||
LTEXT "Wine smo ustvarili:", IDC_ABOUT_WINE_TEXT, 8, 55, 137, 10
|
||||
LTEXT "", IDC_ABOUT_STATIC_TEXT1, 42, 10, 170, 10
|
||||
LTEXT "", IDC_ABOUT_STATIC_TEXT2, 42, 22, 170, 10
|
||||
LTEXT "Različica Wine: %s", IDC_ABOUT_STATIC_TEXT3, 42, 34, 170, 10
|
||||
LTEXT "Wine smo ustvarili:", IDC_ABOUT_WINE_TEXT, 8, 54, 204, 10
|
||||
}
|
||||
|
||||
SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
|
||||
|
@ -250,4 +252,22 @@ STRINGTABLE
|
|||
IDS_NEWFOLDER "Nova mapa"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LICENSE_CAPTION, "Licenčna pogodba za Wine"
|
||||
IDS_LICENSE,
|
||||
"Wine is free software; you can redistribute it and/or \
|
||||
modify it under the terms of the GNU Lesser General Public \
|
||||
License as published by the Free Software Foundation; either \
|
||||
version 2.1 of the License, or (at your option) any later version.\n\n\
|
||||
Wine is distributed in the hope that it will be useful, \
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of \
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
|
||||
Lesser General Public License for more details.\n\n\
|
||||
You should have received a copy of the GNU Lesser General Public \
|
||||
License along with this library; if not, write to the Free Software \
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA."
|
||||
}
|
||||
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
Loading…
Reference in New Issue