mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
Sync Winfile to Wine 1.1.40
svn path=/trunk/; revision=45953
This commit is contained in:
parent
2097d927f1
commit
e739983b34
9 changed files with 9 additions and 15 deletions
|
@ -243,4 +243,3 @@ STRINGTABLE
|
|||
|
||||
IDS_FREE_SPACE_FMT "%s von %s frei"
|
||||
}
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -250,4 +250,3 @@ STRINGTABLE
|
|||
|
||||
IDS_FREE_SPACE_FMT "%s sur %s libre"
|
||||
}
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -248,4 +248,3 @@ STRINGTABLE
|
|||
|
||||
IDS_FREE_SPACE_FMT "%s of %s free"
|
||||
}
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -246,4 +246,3 @@ STRINGTABLE
|
|||
|
||||
IDS_FREE_SPACE_FMT "%s iš %s laisva"
|
||||
}
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -396,4 +396,3 @@ STRINGTABLE
|
|||
|
||||
IDS_FREE_SPACE_FMT "%s de %s livre"
|
||||
}
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -246,4 +246,3 @@ STRINGTABLE
|
|||
|
||||
IDS_FREE_SPACE_FMT "%s из %s свободно"
|
||||
}
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -245,4 +245,3 @@ STRINGTABLE
|
|||
|
||||
IDS_FREE_SPACE_FMT "Prosto: %s od %s"
|
||||
}
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -270,4 +270,3 @@ IDM_WINEFILE MENU FIXED IMPURE
|
|||
MENUITEM "&關於 Winefile...", ID_ABOUT
|
||||
}
|
||||
}
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -54,22 +54,24 @@ IDB_IMAGES BITMAP DISCARDABLE images.bmp
|
|||
|
||||
#include "Cs.rc"
|
||||
#include "Da.rc"
|
||||
#include "De.rc"
|
||||
#include "En.rc"
|
||||
#include "Es.rc"
|
||||
#include "Fr.rc"
|
||||
#include "Hu.rc"
|
||||
#include "It.rc"
|
||||
#include "Ja.rc"
|
||||
#include "Ko.rc"
|
||||
#include "Lt.rc"
|
||||
#include "Nl.rc"
|
||||
#include "No.rc"
|
||||
#include "Pl.rc"
|
||||
#include "Sv.rc"
|
||||
#include "Tr.rc"
|
||||
|
||||
/* UTF-8 */
|
||||
#include "De.rc"
|
||||
#include "Fr.rc"
|
||||
#include "It.rc"
|
||||
#include "Ja.rc"
|
||||
#include "Lt.rc"
|
||||
#include "Pt.rc"
|
||||
#include "Ru.rc"
|
||||
#include "Si.rc"
|
||||
#include "Sv.rc"
|
||||
#include "Tr.rc"
|
||||
#include "Uk.rc"
|
||||
#include "Zh.rc"
|
||||
|
|
Loading…
Reference in a new issue