From 1f08db5654b265890a014f88d29fd4afea518a6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20M=C3=BCller?= Date: Tue, 8 May 2018 03:30:27 +0000 Subject: [PATCH] shell32: Add general tab in file property dialog. Signed-off-by: Alistair Leslie-Hughes Signed-off-by: Alexandre Julliard --- dlls/shell32/shell32.rc | 66 +++++++++ dlls/shell32/shlview_cmenu.c | 319 ++++++++++++++++++++++++++++++++++++++++++- dlls/shell32/shresdef.h | 28 ++++ po/ar.po | 79 ++++++++--- po/bg.po | 76 ++++++++--- po/ca.po | 79 ++++++++--- po/cs.po | 79 ++++++++--- po/da.po | 79 ++++++++--- po/de.po | 79 ++++++++--- po/el.po | 71 +++++++--- po/en.po | 65 ++++++--- po/en_US.po | 65 ++++++--- po/eo.po | 77 ++++++++--- po/es.po | 79 ++++++++--- po/fa.po | 70 +++++++--- po/fi.po | 79 ++++++++--- po/fr.po | 79 ++++++++--- po/he.po | 77 ++++++++--- po/hi.po | 66 ++++++--- po/hr.po | 79 ++++++++--- po/hu.po | 79 ++++++++--- po/it.po | 79 ++++++++--- po/ja.po | 79 ++++++++--- po/ko.po | 79 ++++++++--- po/lt.po | 79 ++++++++--- po/ml.po | 66 ++++++--- po/nb_NO.po | 79 ++++++++--- po/nl.po | 79 ++++++++--- po/or.po | 66 ++++++--- po/pa.po | 66 ++++++--- po/pl.po | 79 ++++++++--- po/pt_BR.po | 79 ++++++++--- po/pt_PT.po | 79 ++++++++--- po/rm.po | 69 +++++++--- po/ro.po | 79 ++++++++--- po/ru.po | 79 ++++++++--- po/sk.po | 78 ++++++++--- po/sl.po | 79 ++++++++--- po/sr_RS@cyrillic.po | 79 ++++++++--- po/sr_RS@latin.po | 83 ++++++++--- po/sv.po | 79 ++++++++--- po/te.po | 66 ++++++--- po/th.po | 70 +++++++--- po/tr.po | 79 ++++++++--- po/uk.po | 79 ++++++++--- po/wa.po | 71 +++++++--- po/wine.pot | 65 ++++++--- po/zh_CN.po | 79 ++++++++--- po/zh_TW.po | 79 ++++++++--- 49 files changed, 3052 insertions(+), 840 deletions(-) diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 658541698c7..084b0529789 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -342,6 +342,72 @@ FONT 8, "MS Shell Dlg" PUSHBUTTON "&Browse...", IDC_RUNDLG_BROWSE, 180, 63, 50, 14, WS_TABSTOP } +IDD_FOLDER_PROPERTIES DIALOGEX 0, 0, 240, 155 +STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION +CAPTION "General" +FONT 8, "MS Shell Dlg" +BEGIN + ICON "", IDC_FPROP_ICON, 10, 5, 32, 32, WS_VISIBLE + EDITTEXT IDC_FPROP_PATH, 70, 10, 160, 14, WS_TABSTOP + + LTEXT "", -1, 5, 30, 230, 1, SS_ETCHEDHORZ + LTEXT "File type:", IDC_FPROP_TYPE_LABEL, 10, 35, 60, 10 + EDITTEXT IDC_FPROP_TYPE, 70, 35, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + + LTEXT "", -1, 5, 50, 230, 1, SS_ETCHEDHORZ + LTEXT "Location:", IDC_FPROP_LOCATION_LABEL, 10, 55, 60, 10 + EDITTEXT IDC_FPROP_LOCATION, 70, 55, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + LTEXT "Size:", IDC_FPROP_SIZE_LABEL, 10, 70, 60, 10 + EDITTEXT IDC_FPROP_SIZE, 70, 70, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + + LTEXT "", -1, 5, 85, 230, 1, SS_ETCHEDHORZ + LTEXT "Creation date:", IDC_FPROP_CREATED_LABEL, 10, 90, 60, 10 + EDITTEXT IDC_FPROP_CREATED, 70, 90, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + + LTEXT "", -1, 5, 105, 230, 1, SS_ETCHEDHORZ + LTEXT "Attributes:", IDC_FPROP_ATTRIB_LABEL, 10, 110, 60, 10 + AUTOCHECKBOX "&Read Only", IDC_FPROP_READONLY, 70, 110, 70, 10 + AUTOCHECKBOX "H&idden", IDC_FPROP_HIDDEN, 70, 125, 70, 10 + AUTOCHECKBOX "&Archive", IDC_FPROP_ARCHIVE, 70, 140, 70, 10 +END + +IDD_FILE_PROPERTIES DIALOGEX 0, 0, 240, 200 +STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION +CAPTION "General" +FONT 8, "MS Shell Dlg" +BEGIN + ICON "", IDC_FPROP_ICON, 10, 5, 32, 32, WS_VISIBLE + EDITTEXT IDC_FPROP_PATH, 70, 10, 160, 14, WS_TABSTOP + + LTEXT "", -1, 5, 30, 230, 1, SS_ETCHEDHORZ + LTEXT "File type:", IDC_FPROP_TYPE_LABEL, 10, 35, 60, 10 + EDITTEXT IDC_FPROP_TYPE, 70, 35, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + LTEXT "Open with:", IDC_FPROP_OPENWITH_LABEL, 10, 50, 60, 10 + ICON "", IDC_FPROP_PROG_ICON, 70, 50, 16, 16, WS_VISIBLE + EDITTEXT IDC_FPROP_PROG_NAME, 85, 50, 80, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + PUSHBUTTON "&Change...", IDC_FPROP_PROG_CHANGE, 170, 48, 60, 14, WS_CHILD | WS_TABSTOP + + LTEXT "", -1, 5, 65, 230, 1, SS_ETCHEDHORZ + LTEXT "Location:", IDC_FPROP_LOCATION_LABEL, 10, 70, 60, 10 + EDITTEXT IDC_FPROP_LOCATION, 70, 70, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + LTEXT "Size:", IDC_FPROP_SIZE_LABEL, 10, 85, 60, 10 + EDITTEXT IDC_FPROP_SIZE, 70, 85, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + + LTEXT "", -1, 5, 100, 230, 1, SS_ETCHEDHORZ + LTEXT "Creation date:", IDC_FPROP_CREATED_LABEL, 10, 105, 60, 10 + EDITTEXT IDC_FPROP_CREATED, 70, 105, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + LTEXT "Last modified:", IDC_FPROP_MODIFIED_LABEL, 10, 120, 60, 10 + EDITTEXT IDC_FPROP_MODIFIED, 70, 120, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + LTEXT "Last accessed:", IDC_FPROP_ACCESSED_LABEL, 10, 135, 60, 10 + EDITTEXT IDC_FPROP_ACCESSED, 70, 135, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP + + LTEXT "", -1, 5, 150, 230, 1, SS_ETCHEDHORZ + LTEXT "Attributes:", IDC_FPROP_ATTRIB_LABEL, 10, 155, 60, 10 + AUTOCHECKBOX "&Read Only", IDC_FPROP_READONLY, 70, 155, 70, 10 + AUTOCHECKBOX "H&idden", IDC_FPROP_HIDDEN, 70, 170, 70, 10 + AUTOCHECKBOX "&Archive", IDC_FPROP_ARCHIVE, 70, 185, 70, 10 +END + LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL /* @makedep: shell32.rgs */ diff --git a/dlls/shell32/shlview_cmenu.c b/dlls/shell32/shlview_cmenu.c index 9baaa27eaae..fc761e18d53 100644 --- a/dlls/shell32/shlview_cmenu.c +++ b/dlls/shell32/shlview_cmenu.c @@ -25,7 +25,6 @@ #define NONAMELESSUNION #include "winerror.h" -#include "wine/debug.h" #include "windef.h" #include "wingdi.h" @@ -39,6 +38,10 @@ #include "shellfolder.h" #include "shresdef.h" +#include "shlwapi.h" + +#include "wine/heap.h" +#include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(shell); @@ -300,6 +303,318 @@ static BOOL CALLBACK Properties_AddPropSheetCallback(HPROPSHEETPAGE hpage, LPARA return TRUE; } +static BOOL format_date(FILETIME *time, WCHAR *buffer, DWORD size) +{ + FILETIME ft; + SYSTEMTIME st; + int ret; + + if (!FileTimeToLocalFileTime(time, &ft)) + return FALSE; + + if (!FileTimeToSystemTime(&ft, &st)) + return FALSE; + + ret = GetDateFormatW(LOCALE_USER_DEFAULT, DATE_LONGDATE, &st, NULL, buffer, size); + if (ret) + { + buffer[ret - 1] = ' '; + ret = GetTimeFormatW(LOCALE_USER_DEFAULT, 0, &st, NULL, buffer + ret , size - ret); + } + return ret != 0; +} + +static BOOL get_program_description(WCHAR *path, WCHAR *buffer, DWORD size) +{ + static const WCHAR translationW[] = { + '\\','V','a','r','F','i','l','e','I','n','f','o', + '\\','T','r','a','n','s','l','a','t','i','o','n',0 + }; + static const WCHAR fileDescFmtW[] = { + '\\','S','t','r','i','n','g','F','i','l','e','I','n','f','o', + '\\','%','0','4','x','%','0','4','x', + '\\','F','i','l','e','D','e','s','c','r','i','p','t','i','o','n',0 + }; + WCHAR fileDescW[41], *desc; + DWORD versize, *lang; + UINT dlen, llen, i; + BOOL ret = FALSE; + PVOID data; + + versize = GetFileVersionInfoSizeW(path, NULL); + if (!versize) return FALSE; + + data = heap_alloc(versize); + if (!data) return FALSE; + + if (!GetFileVersionInfoW(path, 0, versize, data)) + goto out; + + if (!VerQueryValueW(data, translationW, (LPVOID *)&lang, &llen)) + goto out; + + for (i = 0; i < llen / sizeof(DWORD); i++) + { + sprintfW(fileDescW, fileDescFmtW, LOWORD(lang[i]), HIWORD(lang[i])); + if (VerQueryValueW(data, fileDescW, (LPVOID *)&desc, &dlen)) + { + if (dlen > size - 1) dlen = size - 1; + memcpy(buffer, desc, dlen * sizeof(WCHAR)); + buffer[dlen] = 0; + ret = TRUE; + break; + } + } + +out: + heap_free(data); + return ret; +} + +struct file_properties_info +{ + WCHAR path[MAX_PATH]; + WCHAR dir[MAX_PATH]; + WCHAR *filename; + DWORD attrib; +}; + +static void init_file_properties_dlg(HWND hwndDlg, struct file_properties_info *props) +{ + WCHAR buffer[MAX_PATH], buffer2[MAX_PATH]; + WIN32_FILE_ATTRIBUTE_DATA exinfo; + SHFILEINFOW shinfo; + + SetDlgItemTextW(hwndDlg, IDC_FPROP_PATH, props->filename); + SetDlgItemTextW(hwndDlg, IDC_FPROP_LOCATION, props->dir); + + if (SHGetFileInfoW(props->path, 0, &shinfo, sizeof(shinfo), SHGFI_TYPENAME|SHGFI_ICON)) + { + if (shinfo.hIcon) + { + SendDlgItemMessageW(hwndDlg, IDC_FPROP_ICON, STM_SETICON, (WPARAM)shinfo.hIcon, 0); + DestroyIcon(shinfo.hIcon); + } + if (shinfo.szTypeName[0]) + SetDlgItemTextW(hwndDlg, IDC_FPROP_TYPE, shinfo.szTypeName); + } + + if (!GetFileAttributesExW(props->path, GetFileExInfoStandard, &exinfo)) + return; + + if (format_date(&exinfo.ftCreationTime, buffer, ARRAY_SIZE(buffer))) + SetDlgItemTextW(hwndDlg, IDC_FPROP_CREATED, buffer); + + if (exinfo.dwFileAttributes & FILE_ATTRIBUTE_READONLY) + SendDlgItemMessageW(hwndDlg, IDC_FPROP_READONLY, BM_SETCHECK, BST_CHECKED, 0); + if (exinfo.dwFileAttributes & FILE_ATTRIBUTE_HIDDEN) + SendDlgItemMessageW(hwndDlg, IDC_FPROP_HIDDEN, BM_SETCHECK, BST_CHECKED, 0); + if (exinfo.dwFileAttributes & FILE_ATTRIBUTE_ARCHIVE) + SendDlgItemMessageW(hwndDlg, IDC_FPROP_ARCHIVE, BM_SETCHECK, BST_CHECKED, 0); + + if (exinfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) + { + static const WCHAR unknownW[] = {'(','u','n','k','n','o','w','n',')',0}; + SetDlgItemTextW(hwndDlg, IDC_FPROP_SIZE, unknownW); + + /* TODO: Implement counting for directories */ + return; + } + + /* Information about files only */ + StrFormatByteSizeW(((LONGLONG)exinfo.nFileSizeHigh << 32) | exinfo.nFileSizeLow, + buffer, ARRAY_SIZE(buffer)); + SetDlgItemTextW(hwndDlg, IDC_FPROP_SIZE, buffer); + + if (format_date(&exinfo.ftLastWriteTime, buffer, ARRAY_SIZE(buffer))) + SetDlgItemTextW(hwndDlg, IDC_FPROP_MODIFIED, buffer); + if (format_date(&exinfo.ftLastAccessTime, buffer, ARRAY_SIZE(buffer))) + SetDlgItemTextW(hwndDlg, IDC_FPROP_ACCESSED, buffer); + + if (FindExecutableW(props->path, NULL, buffer) <= (HINSTANCE)32) + return; + + /* Information about executables */ + if (SHGetFileInfoW(buffer, 0, &shinfo, sizeof(shinfo), SHGFI_ICON | SHGFI_SMALLICON) && shinfo.hIcon) + SendDlgItemMessageW(hwndDlg, IDC_FPROP_PROG_ICON, STM_SETICON, (WPARAM)shinfo.hIcon, 0); + + if (get_program_description(buffer, buffer2, ARRAY_SIZE(buffer2))) + SetDlgItemTextW(hwndDlg, IDC_FPROP_PROG_NAME, buffer2); + else + { + WCHAR *p = strrchrW(buffer, '\\'); + SetDlgItemTextW(hwndDlg, IDC_FPROP_PROG_NAME, p ? ++p : buffer); + } +} + +static INT_PTR CALLBACK file_properties_proc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) +{ + switch (uMsg) + { + case WM_INITDIALOG: + { + LPPROPSHEETPAGEW page = (LPPROPSHEETPAGEW)lParam; + SetWindowLongPtrW(hwndDlg, DWLP_USER, (LONG_PTR)page->lParam); + init_file_properties_dlg(hwndDlg, (struct file_properties_info *)page->lParam); + break; + } + + case WM_COMMAND: + if (LOWORD(wParam) == IDC_FPROP_PROG_CHANGE) + { + /* TODO: Implement file association dialog */ + MessageBoxA(hwndDlg, "Not implemented yet.", "Error", MB_OK | MB_ICONEXCLAMATION); + } + else if (LOWORD(wParam) == IDC_FPROP_READONLY || + LOWORD(wParam) == IDC_FPROP_HIDDEN || + LOWORD(wParam) == IDC_FPROP_ARCHIVE) + { + SendMessageW(GetParent(hwndDlg), PSM_CHANGED, (WPARAM)hwndDlg, 0); + } + else if (LOWORD(wParam) == IDC_FPROP_PATH && HIWORD(wParam) == EN_CHANGE) + { + SendMessageW(GetParent(hwndDlg), PSM_CHANGED, (WPARAM)hwndDlg, 0); + } + break; + + case WM_NOTIFY: + { + LPPSHNOTIFY notify = (LPPSHNOTIFY)lParam; + if (notify->hdr.code == PSN_APPLY) + { + struct file_properties_info *props = (struct file_properties_info *)GetWindowLongPtrW(hwndDlg, DWLP_USER); + WCHAR newname[MAX_PATH], newpath[MAX_PATH]; + DWORD attributes; + + attributes = GetFileAttributesW(props->path); + if (attributes != INVALID_FILE_ATTRIBUTES) + { + attributes &= ~(FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_HIDDEN|FILE_ATTRIBUTE_ARCHIVE); + + if (SendDlgItemMessageW(hwndDlg, IDC_FPROP_READONLY, BM_GETCHECK, 0, 0) == BST_CHECKED) + attributes |= FILE_ATTRIBUTE_READONLY; + if (SendDlgItemMessageW(hwndDlg, IDC_FPROP_HIDDEN, BM_GETCHECK, 0, 0) == BST_CHECKED) + attributes |= FILE_ATTRIBUTE_HIDDEN; + if (SendDlgItemMessageW(hwndDlg, IDC_FPROP_ARCHIVE, BM_GETCHECK, 0, 0) == BST_CHECKED) + attributes |= FILE_ATTRIBUTE_ARCHIVE; + + if (!SetFileAttributesW(props->path, attributes)) + ERR("failed to update file attributes of %s\n", debugstr_w(props->path)); + } + + /* Update filename it it was changed */ + if (GetDlgItemTextW(hwndDlg, IDC_FPROP_PATH, newname, ARRAY_SIZE(newname)) && + strcmpW(props->filename, newname) && + strlenW(props->dir) + strlenW(newname) + 2 < ARRAY_SIZE(newpath)) + { + static const WCHAR slash[] = {'\\', 0}; + strcpyW(newpath, props->dir); + strcatW(newpath, slash); + strcatW(newpath, newname); + + if (!MoveFileW(props->path, newpath)) + ERR("failed to move file %s to %s\n", debugstr_w(props->path), debugstr_w(newpath)); + else + { + WCHAR *p; + strcpyW(props->path, newpath); + strcpyW(props->dir, newpath); + if ((p = strrchrW(props->dir, '\\'))) + { + *p = 0; + props->filename = p + 1; + } + else + props->filename = props->dir; + SetDlgItemTextW(hwndDlg, IDC_FPROP_LOCATION, props->dir); + } + } + + return TRUE; + } + } + break; + + default: + break; + } + return FALSE; +} + +static UINT CALLBACK file_properties_callback(HWND hwnd, UINT uMsg, LPPROPSHEETPAGEW page) +{ + struct file_properties_info *props = (struct file_properties_info *)page->lParam; + if (uMsg == PSPCB_RELEASE) + { + heap_free(props); + } + return 1; +} + +static void init_file_properties_pages(IDataObject *dataobject, LPFNADDPROPSHEETPAGE lpfnAddPage, LPARAM lParam) +{ + struct file_properties_info *props; + HPROPSHEETPAGE general_page; + PROPSHEETPAGEW propsheet; + FORMATETC format; + STGMEDIUM stgm; + HRESULT hr; + WCHAR *p; + + props = heap_alloc(sizeof(*props)); + if (!props) return; + + format.cfFormat = CF_HDROP; + format.ptd = NULL; + format.dwAspect = DVASPECT_CONTENT; + format.lindex = -1; + format.tymed = TYMED_HGLOBAL; + + hr = IDataObject_GetData(dataobject, &format, &stgm); + if (FAILED(hr)) goto error; + + if (!DragQueryFileW((HDROP)stgm.u.hGlobal, 0, props->path, ARRAY_SIZE(props->path))) + { + ReleaseStgMedium(&stgm); + goto error; + } + + ReleaseStgMedium(&stgm); + + props->attrib = GetFileAttributesW(props->path); + if (props->attrib == INVALID_FILE_ATTRIBUTES) + goto error; + + strcpyW(props->dir, props->path); + if ((p = strrchrW(props->dir, '\\'))) + { + *p = 0; + props->filename = p + 1; + } + else + props->filename = props->dir; + + memset(&propsheet, 0, sizeof(propsheet)); + propsheet.dwSize = sizeof(propsheet); + propsheet.dwFlags = PSP_DEFAULT | PSP_USECALLBACK; + propsheet.hInstance = shell32_hInstance; + if (props->attrib & FILE_ATTRIBUTE_DIRECTORY) + propsheet.u.pszTemplate = (LPWSTR)MAKEINTRESOURCE(IDD_FOLDER_PROPERTIES); + else + propsheet.u.pszTemplate = (LPWSTR)MAKEINTRESOURCE(IDD_FILE_PROPERTIES); + propsheet.pfnDlgProc = file_properties_proc; + propsheet.pfnCallback = file_properties_callback; + propsheet.lParam = (LPARAM)props; + + general_page = CreatePropertySheetPageW(&propsheet); + if (general_page) + lpfnAddPage(general_page, lParam); + return; + +error: + heap_free(props); +} + #define MAX_PROP_PAGES 99 static void DoOpenProperties(ContextMenu *This, HWND hwnd) @@ -381,6 +696,8 @@ static void DoOpenProperties(ContextMenu *This, HWND hwnd) if (SUCCEEDED(ret)) { + init_file_properties_pages(lpDo, Properties_AddPropSheetCallback, (LPARAM)&psh); + hpsxa = SHCreatePropSheetExtArrayEx(HKEY_CLASSES_ROOT, wszFiletype, MAX_PROP_PAGES - psh.nPages, lpDo); if (hpsxa != NULL) { diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 183a75e152d..1518de57ff0 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -152,6 +152,10 @@ /* Note: this string is referenced from the registry*/ #define IDS_RECYCLEBIN_FOLDER_NAME 8964 +/* Properties dialog */ +#define IDD_FILE_PROPERTIES 8 +#define IDD_FOLDER_PROPERTIES 9 + #define IDD_ICON 0x4300 #define IDD_MESSAGE 0x4301 @@ -232,6 +236,30 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi #define IDC_RUNDLG_EDITPATH 12298 #define IDC_RUNDLG_LABEL 12305 +/* file property dialog */ +#define IDC_FPROP_ICON 13000 +#define IDC_FPROP_PATH 13001 +#define IDC_FPROP_TYPE_LABEL 13002 +#define IDC_FPROP_TYPE 13003 +#define IDC_FPROP_OPENWITH_LABEL 13004 +#define IDC_FPROP_PROG_ICON 13005 +#define IDC_FPROP_PROG_NAME 13006 +#define IDC_FPROP_PROG_CHANGE 13007 +#define IDC_FPROP_LOCATION_LABEL 13008 +#define IDC_FPROP_LOCATION 13009 +#define IDC_FPROP_SIZE_LABEL 13010 +#define IDC_FPROP_SIZE 13011 +#define IDC_FPROP_CREATED_LABEL 13012 +#define IDC_FPROP_CREATED 13013 +#define IDC_FPROP_MODIFIED_LABEL 13014 +#define IDC_FPROP_MODIFIED 13015 +#define IDC_FPROP_ACCESSED_LABEL 13016 +#define IDC_FPROP_ACCESSED 13017 +#define IDC_FPROP_ATTRIB_LABEL 13018 +#define IDC_FPROP_READONLY 13019 +#define IDC_FPROP_HIDDEN 13020 +#define IDC_FPROP_ARCHIVE 13021 + /* bitmaps */ /* explorer toolbar icons * FIXME: images are hacky and should be re-drawn; also dark and light bitmaps are same for now diff --git a/po/ar.po b/po/ar.po index 857cb169afb..e3baa53bfcc 100644 --- a/po/ar.po +++ b/po/ar.po @@ -430,7 +430,8 @@ msgstr "قائمة الملفات من ن&وع:" msgid "Dri&ves:" msgstr "الم&حرّكات:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "القراءة ف&قط" @@ -2077,7 +2078,7 @@ msgstr "رقم المرجعية=" msgid "Notice Text=" msgstr "نص المرجعية=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "عام" @@ -8607,6 +8608,64 @@ msgstr "ا&فتح:" msgid "&Browse..." msgstr "ا&ستعرض..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "نوع الملف" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "المكان:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "الح&جم:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "تاريخ الإنشاء" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "الس&مات:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "م&خفي" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "أرشي&في" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "افتح:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "غ&ير الرمز..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "معدل" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "آ&خر تعديل:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "الحجم" @@ -9036,10 +9095,6 @@ msgstr "تحذير أمني" msgid "Do you want to install this software?" msgstr "هل ترغب حقًا في تثبيت البرنامج ؟" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "المكان:" - #: urlmon.rc:39 msgid "Don't install" msgstr "لا تثبت" @@ -15266,18 +15321,6 @@ msgstr "آ&خر تعديل:" msgid "Cop&yright:" msgstr "الح&قوق:" -#: winefile.rc:170 -msgid "Size:" -msgstr "الح&جم:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "م&خفي" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "أرشي&في" - #: winefile.rc:176 msgid "&System" msgstr "ن&ظام" diff --git a/po/bg.po b/po/bg.po index 3cdbb3ef70a..f357bdd537f 100644 --- a/po/bg.po +++ b/po/bg.po @@ -442,7 +442,8 @@ msgstr "&Тип файлове:" msgid "Dri&ves:" msgstr "&Устройства:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Само за &четене" @@ -2097,7 +2098,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8669,6 +8670,59 @@ msgstr "" msgid "&Browse..." msgstr "&Избери..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +msgid "File type:" +msgstr "Файл" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +#, fuzzy +msgid "Location:" +msgstr "LAN връзка" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +#, fuzzy +msgid "Size:" +msgstr "Размер" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "Отвори файл.\n" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +msgid "Attributes:" +msgstr "Атрибути" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +#, fuzzy +msgid "Open with:" +msgstr "Отвори" + +#: shell32.rc:389 +#, fuzzy +msgid "&Change..." +msgstr "Подреди &иконите" + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Променен" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Размер" @@ -9105,11 +9159,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "Искате ли да симулирате рестартиране на Windows?" -#: urlmon.rc:37 explorer.rc:32 -#, fuzzy -msgid "Location:" -msgstr "LAN връзка" - #: urlmon.rc:39 #, fuzzy msgid "Don't install" @@ -14771,19 +14820,6 @@ msgstr "" msgid "Cop&yright:" msgstr "Дя&сна:" -#: winefile.rc:170 -#, fuzzy -msgid "Size:" -msgstr "Размер" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 #, fuzzy msgid "&System" diff --git a/po/ca.po b/po/ca.po index fbc89b2ea1c..c39a36a4f4b 100644 --- a/po/ca.po +++ b/po/ca.po @@ -440,7 +440,8 @@ msgstr "Llista els fitxers del &tipus:" msgid "Dri&ves:" msgstr "&Unitats:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Només lectura" @@ -2087,7 +2088,7 @@ msgstr "Número d'anunci=" msgid "Notice Text=" msgstr "Text d'anunci=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "General" @@ -8518,6 +8519,64 @@ msgstr "&Obrir:" msgid "&Browse..." msgstr "&Navega..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Tipus de fitxer" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Ubicació:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Mida:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Data de creació" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Atributs:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "A&magat" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Arxiu" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Obre:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "&Canvia d'icona..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Modificat" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Últim canvi:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Mida" @@ -8955,10 +9014,6 @@ msgstr "Advertència de seguretat" msgid "Do you want to install this software?" msgstr "Voleu instal·lar aquest programari?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Ubicació:" - #: urlmon.rc:39 msgid "Don't install" msgstr "No instal·lis" @@ -14994,18 +15049,6 @@ msgstr "Últim canvi:" msgid "Cop&yright:" msgstr "&Drets d'autor:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Mida:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "A&magat" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Arxiu" - #: winefile.rc:176 msgid "&System" msgstr "&Sistema" diff --git a/po/cs.po b/po/cs.po index dbdfe265331..f9116d3b094 100644 --- a/po/cs.po +++ b/po/cs.po @@ -437,7 +437,8 @@ msgstr "Vypsat soubory &typu:" msgid "Dri&ves:" msgstr "&Diskové jednotky:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Pouze pro čtení" @@ -2085,7 +2086,7 @@ msgstr "Číslo oznámení =" msgid "Notice Text=" msgstr "Text oznámení =" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Obecné" @@ -8532,6 +8533,64 @@ msgstr "&Otevřít:" msgid "&Browse..." msgstr "&Procházet..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Typ souboru" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Umístění:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Velikost:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Datum vytvoření" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Atributy:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "Skryté" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Archiv" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Otevřít:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Změnit &ikonu..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Změněno" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Poslední změna:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Velikost" @@ -8968,10 +9027,6 @@ msgstr "Varování zabezpečení" msgid "Do you want to install this software?" msgstr "Chcete instalovat tento software?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Umístění:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Neinstalovat" @@ -14921,18 +14976,6 @@ msgstr "Poslední změna:" msgid "Cop&yright:" msgstr "Autorská práva:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Velikost:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "Skryté" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Archiv" - #: winefile.rc:176 msgid "&System" msgstr "Systém" diff --git a/po/da.po b/po/da.po index 69aab26bf8f..0da339a8ae9 100644 --- a/po/da.po +++ b/po/da.po @@ -445,7 +445,8 @@ msgstr "&Oversigt over filer af type:" msgid "Dri&ves:" msgstr "&Drev:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Sk&rivebeskyttet" @@ -2093,7 +2094,7 @@ msgstr "Notits nummer=" msgid "Notice Text=" msgstr "Notits tekst=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Generel fejl" @@ -8688,6 +8689,64 @@ msgstr "&Åbn:" msgid "&Browse..." msgstr "&Gennemse..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Filtype" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Placering:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Størrelse:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation failed.\n" +msgid "Creation date:" +msgstr "Åbning mislykkede.\n" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Attributter:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "Sk&jult" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Arkiv" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Åbn:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Ændre &ikon..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Modificeret" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Sidst ændret:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Størrelse" @@ -9126,10 +9185,6 @@ msgstr "Sikkerhedsadvarsel" msgid "Do you want to install this software?" msgstr "Vil du fortsætte alligevel?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Placering:" - #: urlmon.rc:39 #, fuzzy #| msgid "Install/Uninstall" @@ -15239,18 +15294,6 @@ msgstr "Sidst ændret:" msgid "Cop&yright:" msgstr "&Ophavsret:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Størrelse:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "Sk&jult" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Arkiv" - #: winefile.rc:176 msgid "&System" msgstr "&System" diff --git a/po/de.po b/po/de.po index 0ccdad18986..28dd97029ff 100644 --- a/po/de.po +++ b/po/de.po @@ -438,7 +438,8 @@ msgstr "Liste der Datei&typen:" msgid "Dri&ves:" msgstr "&Laufwerke:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Schreibgeschützt" @@ -2083,7 +2084,7 @@ msgstr "Seriennummer des Zertifikats=" msgid "Notice Text=" msgstr "Benachrichtigungstext=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Allgemein" @@ -8502,6 +8503,64 @@ msgstr "Ö&ffnen:" msgid "&Browse..." msgstr "&Durchsuchen..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Dateityp" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Ort:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "&Größe:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Erstellungsdatum" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Attribute:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "&Versteckt" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Archiv" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Öffnen:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "&Symbol ändern..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Geändert" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Letzte &Änderung:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Größe" @@ -8938,10 +8997,6 @@ msgstr "Sicherheitswarnung" msgid "Do you want to install this software?" msgstr "Möchten Sie diese Software installieren?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Ort:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Nicht installieren" @@ -14968,18 +15023,6 @@ msgstr "Letzte &Änderung:" msgid "Cop&yright:" msgstr "&Copyright:" -#: winefile.rc:170 -msgid "Size:" -msgstr "&Größe:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "&Versteckt" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Archiv" - #: winefile.rc:176 msgid "&System" msgstr "Sys&tem" diff --git a/po/el.po b/po/el.po index ff298519d2a..cec289cc350 100644 --- a/po/el.po +++ b/po/el.po @@ -422,7 +422,8 @@ msgstr "Λίστα Αρχείων του &Τύπου:" msgid "Dri&ves:" msgstr "" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Μόνο για Ανάγνωση" @@ -2063,7 +2064,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8509,6 +8510,55 @@ msgstr "" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +msgid "File type:" +msgstr "&Περιεχόμενα" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +#, fuzzy +msgid "Location:" +msgstr "Επιλογές" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "Άνοιγμα Αρχείου.\n" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open File" +msgid "Open with:" +msgstr "Άνοιγμα Αρχείου" + +#: shell32.rc:389 +msgid "&Change..." +msgstr "" + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "" @@ -8928,11 +8978,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -#, fuzzy -msgid "Location:" -msgstr "Επιλογές" - #: urlmon.rc:39 msgid "Don't install" msgstr "" @@ -14416,18 +14461,6 @@ msgstr "" msgid "Cop&yright:" msgstr "" -#: winefile.rc:170 -msgid "Size:" -msgstr "" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 msgid "&System" msgstr "" diff --git a/po/en.po b/po/en.po index b37dd2150ab..4aa6cc43414 100644 --- a/po/en.po +++ b/po/en.po @@ -437,7 +437,8 @@ msgstr "List Files of &Type:" msgid "Dri&ves:" msgstr "Dri&ves:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Read Only" @@ -2082,7 +2083,7 @@ msgstr "Notice Number=" msgid "Notice Text=" msgstr "Notice Text=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "General" @@ -8490,6 +8491,50 @@ msgstr "&Open:" msgid "&Browse..." msgstr "&Browse..." +#: shell32.rc:355 shell32.rc:384 +msgid "File type:" +msgstr "File type:" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Location:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Size:" + +#: shell32.rc:365 shell32.rc:398 +msgid "Creation date:" +msgstr "Creation date:" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "Attributes:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "H&idden" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Archive" + +#: shell32.rc:386 +msgid "Open with:" +msgstr "Open with:" + +#: shell32.rc:389 +msgid "&Change..." +msgstr "&Change..." + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "Last modified:" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "Last accessed:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Size" @@ -8920,10 +8965,6 @@ msgstr "Security Warning" msgid "Do you want to install this software?" msgstr "Do you want to install this software?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Location:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Don't install" @@ -14858,18 +14899,6 @@ msgstr "Last Change:" msgid "Cop&yright:" msgstr "Cop&yright:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Size:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "H&idden" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Archive" - #: winefile.rc:176 msgid "&System" msgstr "&System" diff --git a/po/en_US.po b/po/en_US.po index 34ab27da7c4..d8aea4aa7ef 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -437,7 +437,8 @@ msgstr "List Files of &Type:" msgid "Dri&ves:" msgstr "Dri&ves:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Read Only" @@ -2082,7 +2083,7 @@ msgstr "Notice Number=" msgid "Notice Text=" msgstr "Notice Text=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "General" @@ -8490,6 +8491,50 @@ msgstr "&Open:" msgid "&Browse..." msgstr "&Browse..." +#: shell32.rc:355 shell32.rc:384 +msgid "File type:" +msgstr "File type:" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Location:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Size:" + +#: shell32.rc:365 shell32.rc:398 +msgid "Creation date:" +msgstr "Creation date:" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "Attributes:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "H&idden" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Archive" + +#: shell32.rc:386 +msgid "Open with:" +msgstr "Open with:" + +#: shell32.rc:389 +msgid "&Change..." +msgstr "&Change..." + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "Last modified:" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "Last accessed:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Size" @@ -8920,10 +8965,6 @@ msgstr "Security Warning" msgid "Do you want to install this software?" msgstr "Do you want to install this software?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Location:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Don't install" @@ -14858,18 +14899,6 @@ msgstr "Last Change:" msgid "Cop&yright:" msgstr "Cop&yright:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Size:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "H&idden" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Archive" - #: winefile.rc:176 msgid "&System" msgstr "&System" diff --git a/po/eo.po b/po/eo.po index d116576fc2d..abef45b2901 100644 --- a/po/eo.po +++ b/po/eo.po @@ -427,7 +427,8 @@ msgstr "Dosier&speco:" msgid "Dri&ves:" msgstr "&Aparatoj:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Nur &legebla" @@ -2071,7 +2072,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8445,6 +8446,62 @@ msgstr "&Malfermi:" msgid "&Browse..." msgstr "&Foliumi..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Dosiertipo" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Loko:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Grando:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation failed.\n" +msgid "Creation date:" +msgstr "Kreado malsukcesis.\n" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Atributoj:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Malfermi:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Ŝanĝi &piktogramon..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Modifita" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Grando" @@ -8856,10 +8913,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "Ĉu vi volas malgraŭe daŭri?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Loko:" - #: urlmon.rc:39 #, fuzzy #| msgid "Install/Uninstall" @@ -14409,18 +14462,6 @@ msgstr "" msgid "Cop&yright:" msgstr "Kop&irajto:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Grando:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 msgid "&System" msgstr "&Sistemo" diff --git a/po/es.po b/po/es.po index 9013db19257..b06271103db 100644 --- a/po/es.po +++ b/po/es.po @@ -448,7 +448,8 @@ msgstr "&Mostrar archivos de tipo:" msgid "Dri&ves:" msgstr "U&nidades:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Sólo &lectura" @@ -2097,7 +2098,7 @@ msgstr "Número de Notificación=" msgid "Notice Text=" msgstr "Texto de Notificación=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "General" @@ -8701,6 +8702,64 @@ msgstr "&Abrir:" msgid "&Browse..." msgstr "&Examinar..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Tipo de archivo" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Ubicación:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Tamaño:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation failed.\n" +msgid "Creation date:" +msgstr "La creación ha fallado.\n" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "A&tributos:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "&Oculto" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "A&rchivar" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Abrir:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Cambiar &icono..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Modificado" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Último cambio:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Tamaño" @@ -9140,10 +9199,6 @@ msgstr "Advertencia de Seguridad" msgid "Do you want to install this software?" msgstr "¿Quieres continuar igualmente?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Ubicación:" - #: urlmon.rc:39 #, fuzzy #| msgid "Install/Uninstall" @@ -15334,18 +15389,6 @@ msgstr "Último cambio:" msgid "Cop&yright:" msgstr "Cop&yright:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Tamaño:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "&Oculto" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "A&rchivar" - #: winefile.rc:176 msgid "&System" msgstr "&Sistema" diff --git a/po/fa.po b/po/fa.po index 2bfc4dac767..e26a6340c50 100644 --- a/po/fa.po +++ b/po/fa.po @@ -424,7 +424,8 @@ msgstr "&پرونده" msgid "Dri&ves:" msgstr "" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "" @@ -2094,7 +2095,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8495,6 +8496,54 @@ msgstr "&باز‌کردن...\tCtrl+O" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +msgid "File type:" +msgstr "&پرونده" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +#, fuzzy +msgid "Location:" +msgstr "اطلاعات" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "&پرونده.\n" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +#, fuzzy +msgid "Open with:" +msgstr "&باز‌کردن...\tCtrl+O" + +#: shell32.rc:389 +msgid "&Change..." +msgstr "" + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "" @@ -8917,11 +8966,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -#, fuzzy -msgid "Location:" -msgstr "اطلاعات" - #: urlmon.rc:39 msgid "Don't install" msgstr "" @@ -14426,18 +14470,6 @@ msgstr "" msgid "Cop&yright:" msgstr "&راست:" -#: winefile.rc:170 -msgid "Size:" -msgstr "" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 #, fuzzy msgid "&System" diff --git a/po/fi.po b/po/fi.po index 6de3f878ec0..5da10ac9b4c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -432,7 +432,8 @@ msgstr "&Luettele tiedostot tyypeittäin:" msgid "Dri&ves:" msgstr "&Asemat:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Vain luku" @@ -2077,7 +2078,7 @@ msgstr "Huomautusnumero=" msgid "Notice Text=" msgstr "Huomautusteksti=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Yleiset" @@ -8482,6 +8483,64 @@ msgstr "&Avaa:" msgid "&Browse..." msgstr "&Selaa..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Tiedostotyyppi" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Sijainti:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Koko:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Luotu" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Ominaisuudet:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "P&iilotettu" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Arkisto" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Avaa:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "&Vaihda kuvaketta..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Muokattu" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Viimeisin muutos:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Koko" @@ -8913,10 +8972,6 @@ msgstr "Turvallisuusvaroitus" msgid "Do you want to install this software?" msgstr "Haluatko asentaa tämän ohjelmiston?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Sijainti:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Älä asenna" @@ -14822,18 +14877,6 @@ msgstr "Viimeisin muutos:" msgid "Cop&yright:" msgstr "Te&kijänoikeus:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Koko:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "P&iilotettu" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Arkisto" - #: winefile.rc:176 msgid "&System" msgstr "&Järjestelmä" diff --git a/po/fr.po b/po/fr.po index 48d632e7c3f..68fbe278d6c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -440,7 +440,8 @@ msgstr "Liste des fichiers de &type :" msgid "Dri&ves:" msgstr "&Lecteurs :" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Lectu&re seule" @@ -2088,7 +2089,7 @@ msgstr "Numéro de la notice =" msgid "Notice Text=" msgstr "Texte de la notice =" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Général" @@ -8610,6 +8611,64 @@ msgstr "&Ouvrir :" msgid "&Browse..." msgstr "&Parcourir..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Type de fichier" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Emplacement :" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Taille :" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Création" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Attributs :" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "Cac&hé" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Archive" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Ouvrir :" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Changer l'&icône..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Modifié" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Modification :" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Taille" @@ -9048,10 +9107,6 @@ msgstr "Alerte de sécurité" msgid "Do you want to install this software?" msgstr "Voulez-vous installer ce logiciel ?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Emplacement :" - #: urlmon.rc:39 msgid "Don't install" msgstr "Ne pas installer" @@ -15266,18 +15321,6 @@ msgstr "Modification :" msgid "Cop&yright:" msgstr "Cop&yright :" -#: winefile.rc:170 -msgid "Size:" -msgstr "Taille :" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "Cac&hé" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Archive" - #: winefile.rc:176 msgid "&System" msgstr "&Système" diff --git a/po/he.po b/po/he.po index 94b639af817..a0db7ecc90f 100644 --- a/po/he.po +++ b/po/he.po @@ -441,7 +441,8 @@ msgstr "הצגת קבצים מ&סוג:" msgid "Dri&ves:" msgstr "&כוננים:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&קריאה בלבד" @@ -2097,7 +2098,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "כללי" @@ -8816,6 +8817,62 @@ msgstr "&פתיחה:" msgid "&Browse..." msgstr "&עיון..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +msgid "File type:" +msgstr "סוג הקובץ" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "מיקום:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "גודל:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "פתיחת קובץ.\n" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "מ&אפיינים:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "מו&סתר" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&ארכיון" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "פתיחה:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "החלפת ה&סמל..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "תאריך השינוי" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "שינוי אחרון:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "גודל" @@ -9262,10 +9319,6 @@ msgstr "אזהרת אבטחה" msgid "Do you want to install this software?" msgstr "האם ברצונך להמשיך בכל זאת?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "מיקום:" - #: urlmon.rc:39 #, fuzzy #| msgid "Install/Uninstall" @@ -15049,18 +15102,6 @@ msgstr "שינוי אחרון:" msgid "Cop&yright:" msgstr "&זכויות יוצרים:" -#: winefile.rc:170 -msgid "Size:" -msgstr "גודל:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "מו&סתר" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&ארכיון" - #: winefile.rc:176 msgid "&System" msgstr "&מערכת" diff --git a/po/hi.po b/po/hi.po index 9f58dbd8662..db15ae256e7 100644 --- a/po/hi.po +++ b/po/hi.po @@ -416,7 +416,8 @@ msgstr "" msgid "Dri&ves:" msgstr "" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "" @@ -2048,7 +2049,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8363,6 +8364,51 @@ msgstr "" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +msgid "File type:" +msgstr "" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "दिनांक (&D)" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +msgid "Open with:" +msgstr "" + +#: shell32.rc:389 +msgid "&Change..." +msgstr "" + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "" @@ -8764,10 +8810,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "" - #: urlmon.rc:39 msgid "Don't install" msgstr "" @@ -14158,18 +14200,6 @@ msgstr "" msgid "Cop&yright:" msgstr "" -#: winefile.rc:170 -msgid "Size:" -msgstr "" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 msgid "&System" msgstr "" diff --git a/po/hr.po b/po/hr.po index fa8b2b2a81d..e315a7d1d44 100644 --- a/po/hr.po +++ b/po/hr.po @@ -435,7 +435,8 @@ msgstr "Popis datoteka po &vrsti:" msgid "Dri&ves:" msgstr "Po&goni:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Samo za č&itanje" @@ -2082,7 +2083,7 @@ msgstr "Broj obavijesti=" msgid "Notice Text=" msgstr "Tekst obavijesti=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Opće" @@ -8613,6 +8614,64 @@ msgstr "&Otvori:" msgid "&Browse..." msgstr "&Nađi..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Vrsta datoteke" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Lokacija:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Veličina:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Datum stvaranja" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Atributi:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "Skriv&eno" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "Arhi&va" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Otvori:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Promijeni &ikonicu..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Izmjenjeno" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Zadnja promjena:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Veličina" @@ -9045,10 +9104,6 @@ msgstr "Sigurnosno upozorenje" msgid "Do you want to install this software?" msgstr "Želite li instalirati ovaj software?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Lokacija:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Nemoj instalirati" @@ -14690,18 +14745,6 @@ msgstr "Zadnja promjena:" msgid "Cop&yright:" msgstr "&Autorsko pravo:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Veličina:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "Skriv&eno" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "Arhi&va" - #: winefile.rc:176 msgid "&System" msgstr "&Sustav" diff --git a/po/hu.po b/po/hu.po index 7d09300b1b4..d127093d74f 100644 --- a/po/hu.po +++ b/po/hu.po @@ -449,7 +449,8 @@ msgstr "Fájl&típus:" msgid "Dri&ves:" msgstr "&Meghajtó:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Csak olvasható" @@ -2098,7 +2099,7 @@ msgstr "Kulcsazonosító=" msgid "Notice Text=" msgstr "Tanúsítvány szöveg=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Általános" @@ -8649,6 +8650,64 @@ msgstr "&Megnyitás:" msgid "&Browse..." msgstr "&Tallózás..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Fájltípus" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Hely:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Méret:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation failed.\n" +msgid "Creation date:" +msgstr "Létrehozás sikertelen.\n" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Attribútumok:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "Re&jtett" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Archivált" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Megnyitás:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "&Ikon megváltoztatása..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Módosítva" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Utolsó módosítás:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Méret" @@ -9085,10 +9144,6 @@ msgstr "Biztonsági figyelmeztetés" msgid "Do you want to install this software?" msgstr "Folytatni akarja mindenképpen?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Hely:" - #: urlmon.rc:39 #, fuzzy #| msgid "Install/Uninstall" @@ -15236,18 +15291,6 @@ msgstr "Utolsó módosítás:" msgid "Cop&yright:" msgstr "Szerzői &jog:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Méret:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "Re&jtett" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Archivált" - #: winefile.rc:176 msgid "&System" msgstr "&Rendszer" diff --git a/po/it.po b/po/it.po index 2a6482a77e4..b9660dcbcfe 100644 --- a/po/it.po +++ b/po/it.po @@ -455,7 +455,8 @@ msgstr "&Tipo del file:" msgid "Dri&ves:" msgstr "&Unità:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Sola lettura" @@ -2104,7 +2105,7 @@ msgstr "Numero della notifica=" msgid "Notice Text=" msgstr "Testo della notifica=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Generale" @@ -8717,6 +8718,64 @@ msgstr "&Apri:" msgid "&Browse..." msgstr "&Naviga..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Tipo di file" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Locazione:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Dimensione:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Data di creazione" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Attributi:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "&Nascosto" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Archivio" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Apri:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Cambia &icona..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Modificato" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Ultima modifica:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Dimensione" @@ -9155,10 +9214,6 @@ msgstr "Avviso di sicurezza" msgid "Do you want to install this software?" msgstr "Vuoi continuare comunque?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Locazione:" - #: urlmon.rc:39 #, fuzzy #| msgid "Install/Uninstall" @@ -15337,18 +15392,6 @@ msgstr "Ultima modifica:" msgid "Cop&yright:" msgstr "&Copyright:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Dimensione:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "&Nascosto" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Archivio" - #: winefile.rc:176 msgid "&System" msgstr "&Di sistema" diff --git a/po/ja.po b/po/ja.po index 6fb15ff5543..91959f2f39e 100644 --- a/po/ja.po +++ b/po/ja.po @@ -438,7 +438,8 @@ msgstr "ファイルの種類(&T):" msgid "Dri&ves:" msgstr "ドライブ(&V):" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "読み取り専用(&R)" @@ -2085,7 +2086,7 @@ msgstr "通知番号=" msgid "Notice Text=" msgstr "通知テキスト=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "全般" @@ -8482,6 +8483,64 @@ msgstr "名前(&O):" msgid "&Browse..." msgstr "参照(&B)..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "ファイルの種類" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "場所:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "サイズ:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "作成日" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "属性(&A):" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "隠し(&I)" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "アーカイブ(&A)" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "URL:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "アイコンの変更(&I)..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "更新日時" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "最終変更日時:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "サイズ" @@ -8910,10 +8969,6 @@ msgstr "セキュリティ警告" msgid "Do you want to install this software?" msgstr "このソフトウェアをインストールしますか?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "場所:" - #: urlmon.rc:39 msgid "Don't install" msgstr "インストールしない" @@ -14845,18 +14900,6 @@ msgstr "最終変更日時:" msgid "Cop&yright:" msgstr "著作権(&Y):" -#: winefile.rc:170 -msgid "Size:" -msgstr "サイズ:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "隠し(&I)" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "アーカイブ(&A)" - #: winefile.rc:176 msgid "&System" msgstr "システム(&S)" diff --git a/po/ko.po b/po/ko.po index 5fe79c545cd..3c8cbf97775 100644 --- a/po/ko.po +++ b/po/ko.po @@ -437,7 +437,8 @@ msgstr "파일 형식 목록(&T):" msgid "Dri&ves:" msgstr "드라이브(&V):" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "읽기 전용(&R)" @@ -2084,7 +2085,7 @@ msgstr "인증서 시리얼 번호=" msgid "Notice Text=" msgstr "공지 사항=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "일반" @@ -8618,6 +8619,64 @@ msgstr "열기(&O):" msgid "&Browse..." msgstr "찾기(&B)..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "파일 타입" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "위치:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "크기:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "만든 날짜" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "속성(&A):" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "숨김(&I)" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "아카이브(&A)" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "열기:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "아이콘 바꾸기(&I)..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "수정날짜" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "마지막 변화:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "크기" @@ -9049,10 +9108,6 @@ msgstr "보안 경고" msgid "Do you want to install this software?" msgstr "이 소프트웨어를 설치하기를 원합니까?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "위치:" - #: urlmon.rc:39 msgid "Don't install" msgstr "설치 안 함" @@ -15282,18 +15337,6 @@ msgstr "마지막 변화:" msgid "Cop&yright:" msgstr "저작권(&Y):" -#: winefile.rc:170 -msgid "Size:" -msgstr "크기:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "숨김(&I)" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "아카이브(&A)" - #: winefile.rc:176 msgid "&System" msgstr "시스템(&S)" diff --git a/po/lt.po b/po/lt.po index bb3ed3dc274..1435191ef53 100644 --- a/po/lt.po +++ b/po/lt.po @@ -437,7 +437,8 @@ msgstr "Rodyti šių &tipų failus:" msgid "Dri&ves:" msgstr "&Diskai:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Tik skaitymui" @@ -2085,7 +2086,7 @@ msgstr "Pranešimo numeris=" msgid "Notice Text=" msgstr "Pranešimo tekstas=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Bendrosios" @@ -8492,6 +8493,64 @@ msgstr "&Atverti:" msgid "&Browse..." msgstr "&Parinkti..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Failo tipas" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Vieta:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Dydis:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Sukūrimo data" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "A&tributai:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "&Paslėptas" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Archyvuotinas" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Atverti:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Keisti &piktogramą..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Modifikuotas" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Pask. keitimas:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Dydis" @@ -8922,10 +8981,6 @@ msgstr "Įspėjimas apie saugumą" msgid "Do you want to install this software?" msgstr "Ar norite įdiegti šią programinę įrangą?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Vieta:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Neįdiegti" @@ -14864,18 +14919,6 @@ msgstr "Pask. keitimas:" msgid "Cop&yright:" msgstr "&Autoriaus teisės:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Dydis:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "&Paslėptas" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Archyvuotinas" - #: winefile.rc:176 msgid "&System" msgstr "&Sisteminis" diff --git a/po/ml.po b/po/ml.po index 0a9fcec81fa..154eb40e55d 100644 --- a/po/ml.po +++ b/po/ml.po @@ -416,7 +416,8 @@ msgstr "" msgid "Dri&ves:" msgstr "" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "" @@ -2048,7 +2049,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8363,6 +8364,51 @@ msgstr "" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +msgid "File type:" +msgstr "" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "_തീയതി" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +msgid "Open with:" +msgstr "" + +#: shell32.rc:389 +msgid "&Change..." +msgstr "" + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "" @@ -8764,10 +8810,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "" - #: urlmon.rc:39 msgid "Don't install" msgstr "" @@ -14158,18 +14200,6 @@ msgstr "" msgid "Cop&yright:" msgstr "" -#: winefile.rc:170 -msgid "Size:" -msgstr "" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 msgid "&System" msgstr "" diff --git a/po/nb_NO.po b/po/nb_NO.po index 0ecd59aa175..83ac42f6819 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -436,7 +436,8 @@ msgstr "Vis filer av &typen:" msgid "Dri&ves:" msgstr "&Stasjoner:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Sk&rivebeskyttet" @@ -2081,7 +2082,7 @@ msgstr "Serienummer=" msgid "Notice Text=" msgstr "Notistekst=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Generelt" @@ -8494,6 +8495,64 @@ msgstr "&Åpne:" msgid "&Browse..." msgstr "&Bla..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Filtype" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Plassering:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Størrelse:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Dato opprettet" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Attributter:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "Sk&jult" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Arkiv" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Åpne:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Endre &ikon..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Endret" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Sist endret:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Størrelse" @@ -8923,10 +8982,6 @@ msgstr "Sikkerhetsadvarsel" msgid "Do you want to install this software?" msgstr "Vil du installere dette programmet?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Plassering:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Ikke installer" @@ -14869,18 +14924,6 @@ msgstr "Sist endret:" msgid "Cop&yright:" msgstr "Oppha&vsrett:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Størrelse:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "Sk&jult" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Arkiv" - #: winefile.rc:176 msgid "&System" msgstr "&System" diff --git a/po/nl.po b/po/nl.po index 22a6a5ed006..1ffce8bf66c 100644 --- a/po/nl.po +++ b/po/nl.po @@ -439,7 +439,8 @@ msgstr "Bestands&typen:" msgid "Dri&ves:" msgstr "Schij&ven:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "A&lleen-lezen" @@ -2089,7 +2090,7 @@ msgstr "Verklaringsnummer=" msgid "Notice Text=" msgstr "Verklaring tekst=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Algemeen" @@ -8693,6 +8694,64 @@ msgstr "&Openen:" msgid "&Browse..." msgstr "&Bladeren..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Bestandstype" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Locatie:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Grootte:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Aanmaakdatum" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Attributen:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "V&erborgen" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Archiveren" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Open:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Wijzig p&ictogram..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Gewijzigd" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Laatste wijziging:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Grootte" @@ -9124,10 +9183,6 @@ msgstr "Veiligheidswaarschuwing" msgid "Do you want to install this software?" msgstr "Wilt U deze software installeren?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Locatie:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Niet installeren" @@ -15267,18 +15322,6 @@ msgstr "Laatste wijziging:" msgid "Cop&yright:" msgstr "Cop&yright:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Grootte:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "V&erborgen" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Archiveren" - #: winefile.rc:176 msgid "&System" msgstr "&Systeem" diff --git a/po/or.po b/po/or.po index fce9d07e0ed..49fb2fb8b7c 100644 --- a/po/or.po +++ b/po/or.po @@ -416,7 +416,8 @@ msgstr "" msgid "Dri&ves:" msgstr "" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "" @@ -2048,7 +2049,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8363,6 +8364,51 @@ msgstr "" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +msgid "File type:" +msgstr "" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "ତାରିଖ (&D)" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +msgid "Open with:" +msgstr "" + +#: shell32.rc:389 +msgid "&Change..." +msgstr "" + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "" @@ -8764,10 +8810,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "" - #: urlmon.rc:39 msgid "Don't install" msgstr "" @@ -14158,18 +14200,6 @@ msgstr "" msgid "Cop&yright:" msgstr "" -#: winefile.rc:170 -msgid "Size:" -msgstr "" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 msgid "&System" msgstr "" diff --git a/po/pa.po b/po/pa.po index 88bc8bd8ef1..e8c651eff05 100644 --- a/po/pa.po +++ b/po/pa.po @@ -416,7 +416,8 @@ msgstr "" msgid "Dri&ves:" msgstr "" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "" @@ -2048,7 +2049,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8363,6 +8364,51 @@ msgstr "" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +msgid "File type:" +msgstr "" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "ਮਿਤੀ(&D)" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +msgid "Open with:" +msgstr "" + +#: shell32.rc:389 +msgid "&Change..." +msgstr "" + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "" @@ -8764,10 +8810,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "" - #: urlmon.rc:39 msgid "Don't install" msgstr "" @@ -14158,18 +14200,6 @@ msgstr "" msgid "Cop&yright:" msgstr "" -#: winefile.rc:170 -msgid "Size:" -msgstr "" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 msgid "&System" msgstr "" diff --git a/po/pl.po b/po/pl.po index 7977ffa297c..b6fc0de38ea 100644 --- a/po/pl.po +++ b/po/pl.po @@ -443,7 +443,8 @@ msgstr "Wyświetl pliki &typu:" msgid "Dri&ves:" msgstr "&Dyski:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Tylko do &odczytu" @@ -2089,7 +2090,7 @@ msgstr "Numer uwagi=" msgid "Notice Text=" msgstr "Tekst Uwagi=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Ogólne" @@ -8511,6 +8512,64 @@ msgstr "&Otwórz:" msgid "&Browse..." msgstr "&Przeglądaj..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Typ pliku" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Położenie:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Wie&lkość:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Data utworzenia" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Atrybuty:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "&Ukryty" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Archiwalny" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Otwórz:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Zmień &ikonę..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Zmieniony" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Ostatnio zmieniony:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Rozmiar" @@ -8945,10 +9004,6 @@ msgstr "Ostrzeżenie o zabezpieczeniach" msgid "Do you want to install this software?" msgstr "Czy chcesz zainstalować to oprogramowanie?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Położenie:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Nie instaluj" @@ -14911,18 +14966,6 @@ msgstr "Ostatnio zmieniony:" msgid "Cop&yright:" msgstr "Prawa a&utorskie:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Wie&lkość:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "&Ukryty" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Archiwalny" - #: winefile.rc:176 msgid "&System" msgstr "&Systemowy" diff --git a/po/pt_BR.po b/po/pt_BR.po index 4867d0cb9f1..086e6373e17 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -438,7 +438,8 @@ msgstr "Listar Arquivos do &Tipo:" msgid "Dri&ves:" msgstr "&Unidades:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Apenas leitura" @@ -2084,7 +2085,7 @@ msgstr "Número de Aviso=" msgid "Notice Text=" msgstr "Texto de Aviso=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Geral" @@ -8576,6 +8577,64 @@ msgstr "&Abrir:" msgid "&Browse..." msgstr "&Procurar..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Tipo de arquivo" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Localização:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Tamanho:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Data de criação" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Atributos:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "&Oculto" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "Ar&quivo" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Abrir:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Mudar &Ícone..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Modificado" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Última Alteração:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Tamanho" @@ -9011,10 +9070,6 @@ msgstr "Aviso de Segurança" msgid "Do you want to install this software?" msgstr "Deseja instalar esse software?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Localização:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Não instalar" @@ -15162,18 +15217,6 @@ msgstr "Última Alteração:" msgid "Cop&yright:" msgstr "Direitos de Autor:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Tamanho:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "&Oculto" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "Ar&quivo" - #: winefile.rc:176 msgid "&System" msgstr "&Sistema" diff --git a/po/pt_PT.po b/po/pt_PT.po index 7c0de06912f..06e7974f85d 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -449,7 +449,8 @@ msgstr "Listar Ficheiros do &Tipo:" msgid "Dri&ves:" msgstr "Con&troladores:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Apenas de leitura" @@ -2096,7 +2097,7 @@ msgstr "Número do Aviso=" msgid "Notice Text=" msgstr "Texto do Aviso=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Geral" @@ -8488,6 +8489,64 @@ msgstr "&Abrir:" msgid "&Browse..." msgstr "&Procurar..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Tipo de ficheiro" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Localização:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Tamanho:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Data de criação" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Atributos:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "&Oculto" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "Ar&quivo" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Abrir:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Mudar &Ícone..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Modificado" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Última alteração:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Tamanho" @@ -8920,10 +8979,6 @@ msgstr "Aviso de Segurança" msgid "Do you want to install this software?" msgstr "Quer instalar este programa?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Localização:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Não instalar" @@ -14873,18 +14928,6 @@ msgstr "Última alteração:" msgid "Cop&yright:" msgstr "Direitos de autor:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Tamanho:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "&Oculto" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "Ar&quivo" - #: winefile.rc:176 msgid "&System" msgstr "&Sistema" diff --git a/po/rm.po b/po/rm.po index 7ceb20bdec1..6cce7d18ea1 100644 --- a/po/rm.po +++ b/po/rm.po @@ -426,7 +426,8 @@ msgstr "&Datoteca" msgid "Dri&ves:" msgstr "" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "" @@ -2073,7 +2074,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8427,6 +8428,54 @@ msgstr "&Rivir" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +msgid "File type:" +msgstr "&Datoteca" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "Wine ag�d.\n" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +#, fuzzy +msgid "Open with:" +msgstr "&Rivir" + +#: shell32.rc:389 +#, fuzzy +msgid "&Change..." +msgstr "&Definir..." + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "" @@ -8831,10 +8880,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "" - #: urlmon.rc:39 msgid "Don't install" msgstr "" @@ -14279,18 +14324,6 @@ msgstr "" msgid "Cop&yright:" msgstr "" -#: winefile.rc:170 -msgid "Size:" -msgstr "" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 msgid "&System" msgstr "" diff --git a/po/ro.po b/po/ro.po index a4a45167ffd..60ac147f6af 100644 --- a/po/ro.po +++ b/po/ro.po @@ -424,7 +424,8 @@ msgstr "&Tip de fișier:" msgid "Dri&ves:" msgstr "D&iscuri:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Doar citi&re" @@ -2069,7 +2070,7 @@ msgstr "Numărul notiței=" msgid "Notice Text=" msgstr "Textul notiței=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "General" @@ -8599,6 +8600,64 @@ msgstr "&Deschide:" msgid "&Browse..." msgstr "Navi&gare..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Tip fișier" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Locația:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Dimensiune:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Ultima schimbare de stare (ctime)" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Atribute:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "Ascu&ns" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Arhivă" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Deschide:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Schimbare p&ictogramă..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Modificat" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Ultima modificare:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Mărime" @@ -9043,10 +9102,6 @@ msgstr "Avertizare de securitate" msgid "Do you want to install this software?" msgstr "Doriți să instalați acest program?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Locația:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Nu instalează" @@ -14997,18 +15052,6 @@ msgstr "Ultima modificare:" msgid "Cop&yright:" msgstr "Drep&t de autor:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Dimensiune:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "Ascu&ns" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Arhivă" - #: winefile.rc:176 msgid "&System" msgstr "&Sistem" diff --git a/po/ru.po b/po/ru.po index 66613209076..ac652dfbb73 100644 --- a/po/ru.po +++ b/po/ru.po @@ -439,7 +439,8 @@ msgstr "Показывать файлы &типа:" msgid "Dri&ves:" msgstr "&Диски:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Только для чтения" @@ -2083,7 +2084,7 @@ msgstr "Номер уведомления=" msgid "Notice Text=" msgstr "Текст уведомления=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Общие" @@ -8496,6 +8497,64 @@ msgstr "&Открыть:" msgid "&Browse..." msgstr "&Обзор..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Тип файла" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Путь:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Размер:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Дата создания" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Свойства:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "С&крытый" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Архивный" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Открыть:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Изменить &значок..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Изменён" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Последнее изменение:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Размер" @@ -8923,10 +8982,6 @@ msgstr "Предупреждение о безопасности" msgid "Do you want to install this software?" msgstr "Хотите установить этот компонент?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Путь:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Не устанавливать" @@ -14854,18 +14909,6 @@ msgstr "Последнее изменение:" msgid "Cop&yright:" msgstr "Cop&yright:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Размер:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "С&крытый" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Архивный" - #: winefile.rc:176 msgid "&System" msgstr "&Системный" diff --git a/po/sk.po b/po/sk.po index 88e3c9ba3aa..ea16f4fe885 100644 --- a/po/sk.po +++ b/po/sk.po @@ -455,7 +455,8 @@ msgstr "&Typ zobrazených súborov:" msgid "Dri&ves:" msgstr "&Diskové jednotky:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Len na čítanie" @@ -2096,7 +2097,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8564,6 +8565,62 @@ msgstr "" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +msgid "File type:" +msgstr "Súbor" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +#, fuzzy +msgid "Location:" +msgstr "Informácie" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Veľkosť:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "&Dátum" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +msgid "Attributes:" +msgstr "Atribúty" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "S&kryté" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Otvoriť:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &icon..." +msgid "&Change..." +msgstr "Zmeniť &ikonu..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Modifikovaný" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Posledná zmena:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Veľkosť" @@ -8980,11 +9037,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -#, fuzzy -msgid "Location:" -msgstr "Informácie" - #: urlmon.rc:39 #, fuzzy #| msgid "Install/Uninstall" @@ -14606,18 +14658,6 @@ msgstr "Posledná zmena:" msgid "Cop&yright:" msgstr "" -#: winefile.rc:170 -msgid "Size:" -msgstr "Veľkosť:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "S&kryté" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 msgid "&System" msgstr "&Systém" diff --git a/po/sl.po b/po/sl.po index 147ebad3e6a..39755ff92dd 100644 --- a/po/sl.po +++ b/po/sl.po @@ -454,7 +454,8 @@ msgstr "&Vrsta datotek:" msgid "Dri&ves:" msgstr "Pog&oni:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Samo za &branje" @@ -2102,7 +2103,7 @@ msgstr "Število obvestila=" msgid "Notice Text=" msgstr "Besedilo obvestila=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Splošno" @@ -8705,6 +8706,64 @@ msgstr "&Odpri:" msgid "&Browse..." msgstr "&Brskaj ..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Vrsta datoteke" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Mesto:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Velikost:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation failed.\n" +msgid "Creation date:" +msgstr "Ustvarjanje je spodletelo.\n" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Atributi:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "S&krito" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Arhiv" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Odpri:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Spremeni &ikono ..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Spremenjeno" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Nazadnje spremenjeno:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Velikost" @@ -9140,10 +9199,6 @@ msgstr "Varnostno opozorilo" msgid "Do you want to install this software?" msgstr "Ali vseeno želite nadaljevati?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Mesto:" - #: urlmon.rc:39 #, fuzzy #| msgid "Install/Uninstall" @@ -15263,18 +15318,6 @@ msgstr "Nazadnje spremenjeno:" msgid "Cop&yright:" msgstr "&Avtorske pravice:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Velikost:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "S&krito" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Arhiv" - #: winefile.rc:176 msgid "&System" msgstr "&Sistemsko" diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index 55acf30b5b9..21d50b13d0c 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -442,7 +442,8 @@ msgstr "Списак датотека &врсте:" msgid "Dri&ves:" msgstr "&Јединице:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Само за читање" @@ -2103,7 +2104,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Опште" @@ -8870,6 +8871,62 @@ msgstr "&Отвори:" msgid "&Browse..." msgstr "&Разгледај..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +msgid "File type:" +msgstr "Датотека" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +#, fuzzy +msgid "Location:" +msgstr "Локација" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +#, fuzzy +msgid "Size:" +msgstr "Величина" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "&Датум" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Особине:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Отвори:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Промени &иконицу..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Измењено" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Величина" @@ -9311,11 +9368,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "Желите ли да симулирате поновно покретање Windows-а?" -#: urlmon.rc:37 explorer.rc:32 -#, fuzzy -msgid "Location:" -msgstr "Локација" - #: urlmon.rc:39 #, fuzzy #| msgid "Install/Uninstall" @@ -15070,19 +15122,6 @@ msgstr "" msgid "Cop&yright:" msgstr "&Десно:" -#: winefile.rc:170 -#, fuzzy -msgid "Size:" -msgstr "Величина" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 #, fuzzy msgid "&System" diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index b53f9a4c163..afdbeb5eaf5 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -453,7 +453,8 @@ msgstr "Po &vrsti" msgid "Dri&ves:" msgstr "" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 #, fuzzy msgid "&Read Only" msgstr "Spremno" @@ -2178,7 +2179,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Opšte" @@ -8987,6 +8988,66 @@ msgstr "&Otvori:" msgid "&Browse..." msgstr "&Nađi..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +msgid "File type:" +msgstr "" +"#-#-#-#-# sr_RS@latin.po (Wine) #-#-#-#-#\n" +"&Datoteka\n" +"#-#-#-#-# sr_RS@latin.po (Wine) #-#-#-#-#\n" +"&Fajl" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +#, fuzzy +msgid "Location:" +msgstr "Lokacija" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +#, fuzzy +msgid "Size:" +msgstr "Veličina" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "&Datum" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Osobine:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Otvori:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Promeni &ikonicu..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Izmenjeno" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Veličina" @@ -9429,11 +9490,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "Želite li da simulirate ponovno pokretanje Windows-a?" -#: urlmon.rc:37 explorer.rc:32 -#, fuzzy -msgid "Location:" -msgstr "Lokacija" - #: urlmon.rc:39 #, fuzzy #| msgid "Install/Uninstall" @@ -15245,19 +15301,6 @@ msgstr "" msgid "Cop&yright:" msgstr "&Desno:" -#: winefile.rc:170 -#, fuzzy -msgid "Size:" -msgstr "Veličina" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 #, fuzzy msgid "&System" diff --git a/po/sv.po b/po/sv.po index 9682d158277..8cd4011dbf7 100644 --- a/po/sv.po +++ b/po/sv.po @@ -436,7 +436,8 @@ msgstr "Lista filer av &typen:" msgid "Dri&ves:" msgstr "&Enheter:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Sk&rivskyddad" @@ -2081,7 +2082,7 @@ msgstr "Meddelandenummer=" msgid "Notice Text=" msgstr "Meddelandetext=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Allmänt" @@ -8491,6 +8492,64 @@ msgstr "&Öppna:" msgid "&Browse..." msgstr "&Bläddra..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Filtyp" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Plats:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Storlek:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Skapad" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Attribut:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "&Dold" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Arkiv" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Öppna:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Byt &ikon..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Ändrad" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Sist ändrad:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Storlek" @@ -8921,10 +8980,6 @@ msgstr "Säkerhetsvarning" msgid "Do you want to install this software?" msgstr "Vill du installera denna programvara?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Plats:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Installera inte" @@ -14869,18 +14924,6 @@ msgstr "Sist ändrad:" msgid "Cop&yright:" msgstr "Cop&yright:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Storlek:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "&Dold" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Arkiv" - #: winefile.rc:176 msgid "&System" msgstr "&System" diff --git a/po/te.po b/po/te.po index 00b086b4e3e..5dc67655e36 100644 --- a/po/te.po +++ b/po/te.po @@ -416,7 +416,8 @@ msgstr "" msgid "Dri&ves:" msgstr "" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "" @@ -2048,7 +2049,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8363,6 +8364,51 @@ msgstr "" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +msgid "File type:" +msgstr "" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "తేది (&D)" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +msgid "Open with:" +msgstr "" + +#: shell32.rc:389 +msgid "&Change..." +msgstr "" + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "" @@ -8764,10 +8810,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "" - #: urlmon.rc:39 msgid "Don't install" msgstr "" @@ -14158,18 +14200,6 @@ msgstr "" msgid "Cop&yright:" msgstr "" -#: winefile.rc:170 -msgid "Size:" -msgstr "" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 msgid "&System" msgstr "" diff --git a/po/th.po b/po/th.po index 7c397928761..85b5f802dd9 100644 --- a/po/th.po +++ b/po/th.po @@ -421,7 +421,8 @@ msgstr "ตัวกรอง:" msgid "Dri&ves:" msgstr "ดิสก์:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "อ่านอย่างเดียว" @@ -2062,7 +2063,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8537,6 +8538,54 @@ msgstr "เปิด...\tCtrl+O" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +msgid "File type:" +msgstr "แฟ้ม" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +#, fuzzy +msgid "Location:" +msgstr "รายละเอียด" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "วันที่" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +#, fuzzy +msgid "Open with:" +msgstr "เปิด...\tCtrl+O" + +#: shell32.rc:389 +msgid "&Change..." +msgstr "" + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "" @@ -8954,11 +9003,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -#, fuzzy -msgid "Location:" -msgstr "รายละเอียด" - #: urlmon.rc:39 msgid "Don't install" msgstr "" @@ -14478,18 +14522,6 @@ msgstr "" msgid "Cop&yright:" msgstr "ขวา:" -#: winefile.rc:170 -msgid "Size:" -msgstr "" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 #, fuzzy msgid "&System" diff --git a/po/tr.po b/po/tr.po index c85b696d649..3afbb82b153 100644 --- a/po/tr.po +++ b/po/tr.po @@ -438,7 +438,8 @@ msgstr "Listelenecek Dosya &Türleri:" msgid "Dri&ves:" msgstr "Sürü&cüler:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Salt Okunur" @@ -2083,7 +2084,7 @@ msgstr "Bilgi Numarası=" msgid "Notice Text=" msgstr "Bildirim Metni=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Genel" @@ -8491,6 +8492,64 @@ msgstr "&Aç:" msgid "&Browse..." msgstr "&Gözat..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Dosya türü" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Konum:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Boyut:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Oluşturma tarihi" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Öznitelikler:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "&Gizli" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Arşiv" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Aç:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "Simge &değiştir..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Düzenlenme" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Son Değişiklik:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Boyut" @@ -8921,10 +8980,6 @@ msgstr "Güvenlik Uyarısı" msgid "Do you want to install this software?" msgstr "Bu yazılımı yüklemek istiyor musunuz?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Konum:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Yükleme" @@ -14886,18 +14941,6 @@ msgstr "Son Değişiklik:" msgid "Cop&yright:" msgstr "&Telif Hakkı:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Boyut:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "&Gizli" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Arşiv" - #: winefile.rc:176 msgid "&System" msgstr "&Sistem" diff --git a/po/uk.po b/po/uk.po index 70e3191a213..c50f0de0a9b 100644 --- a/po/uk.po +++ b/po/uk.po @@ -433,7 +433,8 @@ msgstr "Показувати файли &типу:" msgid "Dri&ves:" msgstr "&Диски:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "&Лише для читання" @@ -2080,7 +2081,7 @@ msgstr "Номер Оповіщення=" msgid "Notice Text=" msgstr "Текст Оповіщення=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "Загальні" @@ -8573,6 +8574,64 @@ msgstr "&Відкрити:" msgid "&Browse..." msgstr "&Огляд..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "Тип файлу" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "Розміщення:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "Розмір:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "Дата створення" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "&Властивості:" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "Пр&ихований" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "&Архівний" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "Відкрити:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "З&мінити значок..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "Змінено" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "Останні зміни:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "Розмір" @@ -9001,10 +9060,6 @@ msgstr "Попередження безпеки" msgid "Do you want to install this software?" msgstr "Встановити це ПЗ?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "Розміщення:" - #: urlmon.rc:39 msgid "Don't install" msgstr "Не встановлювати" @@ -14940,18 +14995,6 @@ msgstr "Останні зміни:" msgid "Cop&yright:" msgstr "Авторське право:" -#: winefile.rc:170 -msgid "Size:" -msgstr "Розмір:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "Пр&ихований" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "&Архівний" - #: winefile.rc:176 msgid "&System" msgstr "&Системний" diff --git a/po/wa.po b/po/wa.po index 625f4d3981a..9b7b0829f50 100644 --- a/po/wa.po +++ b/po/wa.po @@ -427,7 +427,8 @@ msgstr "Djîveye des fitchîs del sôr&te:" msgid "Dri&ves:" msgstr "&Plakes:" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "Rén ki &lere" @@ -2077,7 +2078,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8468,6 +8469,55 @@ msgstr "&Drovî:" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +msgid "File type:" +msgstr "&Fitchî" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +#, fuzzy +msgid "Size:" +msgstr "&Grandeu" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +msgid "Creation date:" +msgstr "&Date" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +#, fuzzy +msgid "Open with:" +msgstr "&Drovî..." + +#: shell32.rc:389 +#, fuzzy +msgid "&Change..." +msgstr "&Defini..." + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "" @@ -8881,10 +8931,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "" - #: urlmon.rc:39 msgid "Don't install" msgstr "" @@ -14365,19 +14411,6 @@ msgstr "" msgid "Cop&yright:" msgstr "&Droete:" -#: winefile.rc:170 -#, fuzzy -msgid "Size:" -msgstr "&Grandeu" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 #, fuzzy msgid "&System" diff --git a/po/wine.pot b/po/wine.pot index 4ccd092d42e..7c71e41c320 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -409,7 +409,8 @@ msgstr "" msgid "Dri&ves:" msgstr "" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "" @@ -2034,7 +2035,7 @@ msgstr "" msgid "Notice Text=" msgstr "" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "" @@ -8300,6 +8301,50 @@ msgstr "" msgid "&Browse..." msgstr "" +#: shell32.rc:355 shell32.rc:384 +msgid "File type:" +msgstr "" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "" + +#: shell32.rc:365 shell32.rc:398 +msgid "Creation date:" +msgstr "" + +#: shell32.rc:369 shell32.rc:406 +msgid "Attributes:" +msgstr "" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "" + +#: shell32.rc:386 +msgid "Open with:" +msgstr "" + +#: shell32.rc:389 +msgid "&Change..." +msgstr "" + +#: shell32.rc:400 +msgid "Last modified:" +msgstr "" + +#: shell32.rc:402 +msgid "Last accessed:" +msgstr "" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "" @@ -8701,10 +8746,6 @@ msgstr "" msgid "Do you want to install this software?" msgstr "" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "" - #: urlmon.rc:39 msgid "Don't install" msgstr "" @@ -14075,18 +14116,6 @@ msgstr "" msgid "Cop&yright:" msgstr "" -#: winefile.rc:170 -msgid "Size:" -msgstr "" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "" - #: winefile.rc:176 msgid "&System" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index f1b9142d29e..90f54425027 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -424,7 +424,8 @@ msgstr "文件类型(&T):" msgid "Dri&ves:" msgstr "驱动器(&V):" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "只读(&R)" @@ -2066,7 +2067,7 @@ msgstr "公告号码=" msgid "Notice Text=" msgstr "公告文本=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "通用" @@ -8421,6 +8422,64 @@ msgstr "打开(&O):" msgid "&Browse..." msgstr "浏览(&B)..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "文件类型" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "位置:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "大小:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "创建日期" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "属性(&A):" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "隐藏(&I)" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "存档(&A)" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "打开:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "改变图标(&I)..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "修改" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "最后更改:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "大小" @@ -8844,10 +8903,6 @@ msgstr "安全警告" msgid "Do you want to install this software?" msgstr "是否安装该软件?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "位置:" - #: urlmon.rc:39 msgid "Don't install" msgstr "不要安装" @@ -14620,18 +14675,6 @@ msgstr "最后更改:" msgid "Cop&yright:" msgstr "版权(&Y):" -#: winefile.rc:170 -msgid "Size:" -msgstr "大小:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "隐藏(&I)" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "存档(&A)" - #: winefile.rc:176 msgid "&System" msgstr "系统(&S)" diff --git a/po/zh_TW.po b/po/zh_TW.po index 466ceef6606..ecb24a9e26e 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -425,7 +425,8 @@ msgstr "檔案類型(&T):" msgid "Dri&ves:" msgstr "磁碟機(&V):" -#: comdlg32.rc:173 comdlg32.rc:195 winefile.rc:173 +#: comdlg32.rc:173 comdlg32.rc:195 shell32.rc:370 shell32.rc:407 +#: winefile.rc:173 msgid "&Read Only" msgstr "唯讀(&R)" @@ -2072,7 +2073,7 @@ msgstr "通知數字=" msgid "Notice Text=" msgstr "通知文字=" -#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 +#: cryptui.rc:180 cryptui.rc:235 inetcpl.rc:46 shell32.rc:348 shell32.rc:377 msgid "General" msgstr "一般" @@ -8571,6 +8572,64 @@ msgstr "開啟(&O):" msgid "&Browse..." msgstr "瀏覽(&B)..." +#: shell32.rc:355 shell32.rc:384 +#, fuzzy +#| msgid "File type" +msgid "File type:" +msgstr "檔案類型" + +#: shell32.rc:359 shell32.rc:392 urlmon.rc:37 explorer.rc:32 +msgid "Location:" +msgstr "位址:" + +#: shell32.rc:361 shell32.rc:394 winefile.rc:170 +msgid "Size:" +msgstr "大小:" + +#: shell32.rc:365 shell32.rc:398 +#, fuzzy +#| msgid "Creation date" +msgid "Creation date:" +msgstr "建立日期" + +#: shell32.rc:369 shell32.rc:406 +#, fuzzy +#| msgid "&Attributes:" +msgid "Attributes:" +msgstr "屬性(&A):" + +#: shell32.rc:371 shell32.rc:408 winefile.rc:174 +msgid "H&idden" +msgstr "隱藏(&I)" + +#: shell32.rc:372 shell32.rc:409 winefile.rc:175 +msgid "&Archive" +msgstr "保存(&A)" + +#: shell32.rc:386 +#, fuzzy +#| msgid "Open:" +msgid "Open with:" +msgstr "開啟:" + +#: shell32.rc:389 +#, fuzzy +#| msgid "Change &Icon..." +msgid "&Change..." +msgstr "變更圖示(&I)..." + +#: shell32.rc:400 +#, fuzzy +#| msgid "Modified" +msgid "Last modified:" +msgstr "已修改" + +#: shell32.rc:402 +#, fuzzy +#| msgid "Last Change:" +msgid "Last accessed:" +msgstr "最後修改:" + #: shell32.rc:138 shell32.rc:142 winefile.rc:108 msgid "Size" msgstr "大小" @@ -9000,10 +9059,6 @@ msgstr "安全警告" msgid "Do you want to install this software?" msgstr "您要安裝這個軟體?" -#: urlmon.rc:37 explorer.rc:32 -msgid "Location:" -msgstr "位址:" - #: urlmon.rc:39 msgid "Don't install" msgstr "不要安裝" @@ -15152,18 +15207,6 @@ msgstr "最後修改:" msgid "Cop&yright:" msgstr "著作權(&Y):" -#: winefile.rc:170 -msgid "Size:" -msgstr "大小:" - -#: winefile.rc:174 -msgid "H&idden" -msgstr "隱藏(&I)" - -#: winefile.rc:175 -msgid "&Archive" -msgstr "保存(&A)" - #: winefile.rc:176 msgid "&System" msgstr "系統(&S)" -- 2.11.4.GIT