gdi32: Enumerate a default charset if no other valid charset was found.

This commit is contained in:
Alexandre Julliard 2012-09-27 13:07:01 +02:00
parent f0e4062773
commit 7eb49ae703
48 changed files with 203 additions and 185 deletions

View File

@ -5011,6 +5011,7 @@ static DWORD create_enum_charset_list(DWORD charset, struct enum_charset_list *l
}
else { /* charset is DEFAULT_CHARSET or invalid. */
INT acp, i;
DWORD mask = 0;
/* Set the current codepage's charset as the first element. */
acp = GetACP();
@ -5019,6 +5020,7 @@ static DWORD create_enum_charset_list(DWORD charset, struct enum_charset_list *l
list->element[n].mask = csi.fs.fsCsb[0];
list->element[n].charset = csi.ciCharset;
load_script_name( ffs(csi.fs.fsCsb[0]) - 1, list->element[n].name );
mask |= csi.fs.fsCsb[0];
n++;
}
@ -5027,7 +5029,7 @@ static DWORD create_enum_charset_list(DWORD charset, struct enum_charset_list *l
FONTSIGNATURE fs;
fs.fsCsb[0] = 1L << i;
fs.fsCsb[1] = 0;
if (n > 0 && fs.fsCsb[0] == list->element[0].mask)
if (fs.fsCsb[0] & mask)
continue; /* skip, already added. */
if (!TranslateCharsetInfo(fs.fsCsb, &csi, TCI_SRCFONTSIG))
continue; /* skip, this is an invalid fsCsb bit. */
@ -5035,6 +5037,16 @@ static DWORD create_enum_charset_list(DWORD charset, struct enum_charset_list *l
list->element[n].mask = fs.fsCsb[0];
list->element[n].charset = csi.ciCharset;
load_script_name( i, list->element[n].name );
mask |= fs.fsCsb[0];
n++;
}
/* add catch all mask for remaining bits */
if (~mask)
{
list->element[n].mask = ~mask;
list->element[n].charset = DEFAULT_CHARSET;
load_script_name( IDS_OTHER - IDS_FIRST_SCRIPT, list->element[n].name );
n++;
}
}
@ -5186,11 +5198,15 @@ static BOOL enum_face_charsets(const Family *family, Face *face, struct enum_cha
for(i = 0; i < list->total; i++) {
if(!face->scalable && face->fs.fsCsb[0] == 0) { /* OEM bitmap */
elf.elfLogFont.lfCharSet = ntm.ntmTm.tmCharSet = OEM_CHARSET;
load_script_name( IDS_OEM_DOS, elf.elfScript );
load_script_name( IDS_OEM_DOS - IDS_FIRST_SCRIPT, elf.elfScript );
i = list->total; /* break out of loop after enumeration */
} else if(!(face->fs.fsCsb[0] & list->element[i].mask))
continue;
else {
}
else
{
if(!(face->fs.fsCsb[0] & list->element[i].mask)) continue;
/* use the DEFAULT_CHARSET case only if no other charset is present */
if (list->element[i].charset == DEFAULT_CHARSET &&
(face->fs.fsCsb[0] & ~list->element[i].mask)) continue;
elf.elfLogFont.lfCharSet = ntm.ntmTm.tmCharSet = list->element[i].charset;
strcpyW(elf.elfScript, list->element[i].name);
if (!elf.elfScript[0])

View File

@ -39,6 +39,7 @@ STRINGTABLE
IDS_HANGUL_JOHAB "Hangul(Johab)"
IDS_SYMBOL "Symbol"
IDS_OEM_DOS "OEM/DOS"
IDS_OTHER "Other"
}
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL

View File

@ -37,3 +37,4 @@
#define IDS_HANGUL_JOHAB (IDS_FIRST_SCRIPT + 21)
#define IDS_SYMBOL (IDS_FIRST_SCRIPT + 31)
#define IDS_OEM_DOS (IDS_FIRST_SCRIPT + 32)
#define IDS_OTHER (IDS_FIRST_SCRIPT + 33)

View File

@ -3019,6 +3019,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
#, fuzzy
msgid "Files on Camera"
@ -9027,10 +9031,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -3031,6 +3031,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
#, fuzzy
msgid "Files on Camera"
@ -9164,10 +9168,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
#, fuzzy
msgid "Server Down"

View File

@ -3090,6 +3090,10 @@ msgstr "Símbol"
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Altre"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Arxius en Càmera"
@ -9271,10 +9275,6 @@ msgstr "Resultats Massa Grans"
msgid "Affects Multiple DSAs"
msgstr "Afecta DSAs Múltiples"
#: wldap32.rc:107
msgid "Other"
msgstr "Altre"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Servidor Fora de Línia"

View File

@ -3074,6 +3074,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
#, fuzzy
msgid "Files on Camera"
@ -9349,10 +9353,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -3061,6 +3061,10 @@ msgstr "Symbol"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Anden"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Filer på kamera"
@ -9202,10 +9206,6 @@ msgstr "Resultaterne er for store"
msgid "Affects Multiple DSAs"
msgstr "Berører flere DSA'er"
#: wldap32.rc:107
msgid "Other"
msgstr "Anden"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Server nede"

View File

@ -3053,6 +3053,10 @@ msgstr "Symbol"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Andere"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Dateien auf der Kamera"
@ -9201,10 +9205,6 @@ msgstr "Ergebnisse zu groß"
msgid "Affects Multiple DSAs"
msgstr "Mehrere DSAs betroffen"
#: wldap32.rc:107
msgid "Other"
msgstr "Andere"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Server heruntergefahren"

View File

@ -2978,6 +2978,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr ""
@ -9022,10 +9026,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -3045,6 +3045,10 @@ msgstr "Symbol"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Other"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Files on Camera"
@ -9149,10 +9153,6 @@ msgstr "Results Too Large"
msgid "Affects Multiple DSAs"
msgstr "Affects Multiple DSAs"
#: wldap32.rc:107
msgid "Other"
msgstr "Other"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Server Down"

View File

@ -3047,6 +3047,10 @@ msgstr "Symbol"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Other"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Files on Camera"
@ -9153,10 +9157,6 @@ msgstr "Results Too Large"
msgid "Affects Multiple DSAs"
msgstr "Affects Multiple DSAs"
#: wldap32.rc:107
msgid "Other"
msgstr "Other"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Server Down"

View File

@ -2969,6 +2969,10 @@ msgstr "Simbola"
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Dosieroj en la fotilo"
@ -8888,10 +8892,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -3075,6 +3075,10 @@ msgstr "Symbol"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Otro"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Archivos de la cámara"
@ -9257,10 +9261,6 @@ msgstr "Resultados demasiado largos"
msgid "Affects Multiple DSAs"
msgstr "Afecta a múltiples DSAs"
#: wldap32.rc:107
msgid "Other"
msgstr "Otro"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Servidor caído"

View File

@ -3019,6 +3019,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
#, fuzzy
msgid "Files on Camera"
@ -9028,10 +9032,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -3042,6 +3042,10 @@ msgstr "Symbolit"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Muu"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Tiedostot kamerassa"
@ -9130,10 +9134,6 @@ msgstr "Tulokset liian suuret"
msgid "Affects Multiple DSAs"
msgstr "Vaikuttaa usean DSA:han"
#: wldap32.rc:107
msgid "Other"
msgstr "Muu"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Palvelin ei toiminnassa"

View File

@ -3069,6 +3069,10 @@ msgstr "Symbole"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Autre"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Fichiers sur l'appareil photo"
@ -9228,10 +9232,6 @@ msgstr "Résultats trop grands"
msgid "Affects Multiple DSAs"
msgstr "Affecte de multiples DSA"
#: wldap32.rc:107
msgid "Other"
msgstr "Autre"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Serveur indisponible"

View File

@ -3050,6 +3050,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "אחר"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "קבצים במצלמה"
@ -9290,10 +9294,6 @@ msgstr "התוצאות גדולות מדי"
msgid "Affects Multiple DSAs"
msgstr "משפיע על מספר DSA"
#: wldap32.rc:107
msgid "Other"
msgstr "אחר"
#: wldap32.rc:108
msgid "Server Down"
msgstr "השרת מושבת"

View File

@ -2962,6 +2962,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr ""
@ -8883,10 +8887,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -3075,6 +3075,10 @@ msgstr "Szimbólum"
msgid "OEM/DOS"
msgstr "OEM/DO"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Egyéb"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Fényképezőgépen lévő fájlok"
@ -9180,10 +9184,6 @@ msgstr "Eredmény túl nagy"
msgid "Affects Multiple DSAs"
msgstr "Több DSA-ra van hatással"
#: wldap32.rc:107
msgid "Other"
msgstr "Egyéb"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Kiszolgáló nem elérhető"

View File

@ -3090,6 +3090,10 @@ msgstr "Symbol"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Altro"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Files sulla videocamera"
@ -9264,10 +9268,6 @@ msgstr "Risultati troppo grandi"
msgid "Affects Multiple DSAs"
msgstr "Ha effetto su molti DSA"
#: wldap32.rc:107
msgid "Other"
msgstr "Altro"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Server irraggiungibile"

View File

@ -3041,6 +3041,10 @@ msgstr "シンボル"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "その他"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "カメラにあるファイル"
@ -9138,10 +9142,6 @@ msgstr "結果が大きすぎる"
msgid "Affects Multiple DSAs"
msgstr "複数のディレクトリ サービス エージェント(DSA)に影響"
#: wldap32.rc:107
msgid "Other"
msgstr "その他"
#: wldap32.rc:108
msgid "Server Down"
msgstr "サーバ ダウン"

View File

@ -3039,6 +3039,10 @@ msgstr "기호"
msgid "OEM/DOS"
msgstr "OEM/도"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "다른 문제"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "카메라에 있는 파"
@ -9116,10 +9120,6 @@ msgstr "결과가 너무 큽니다"
msgid "Affects Multiple DSAs"
msgstr "다양한 DSAs이 작용합니다"
#: wldap32.rc:107
msgid "Other"
msgstr "다른 문제"
#: wldap32.rc:108
msgid "Server Down"
msgstr "서바 다운"

View File

@ -3053,6 +3053,10 @@ msgstr "Simboliai"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Kita"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Failai kameroje"
@ -9170,10 +9174,6 @@ msgstr "Rezultatai per dideli"
msgid "Affects Multiple DSAs"
msgstr "Įtakoja daugelį DSA"
#: wldap32.rc:107
msgid "Other"
msgstr "Kita"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Serveris nepasiekiamas"

View File

@ -2962,6 +2962,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr ""
@ -8883,10 +8887,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -3156,6 +3156,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Annen"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Filer på kamera"
@ -9447,10 +9451,6 @@ msgstr "Resultatene er for store"
msgid "Affects Multiple DSAs"
msgstr "Berører flere DSA'er"
#: wldap32.rc:107
msgid "Other"
msgstr "Annen"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Tjener nede"

View File

@ -3098,6 +3098,10 @@ msgstr "Symbol"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Anders"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Bestanden op de camera"
@ -9300,10 +9304,6 @@ msgstr "Resultaten te groot"
msgid "Affects Multiple DSAs"
msgstr "Betreft meerdere DSA's"
#: wldap32.rc:107
msgid "Other"
msgstr "Anders"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Server plat"

View File

@ -2962,6 +2962,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr ""
@ -8883,10 +8887,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -2962,6 +2962,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr ""
@ -8883,10 +8887,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -3064,6 +3064,10 @@ msgstr "Symbol"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Inne"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Pliki w aparacie"
@ -9187,10 +9191,6 @@ msgstr "Wynik zbyt duży"
msgid "Affects Multiple DSAs"
msgstr "Ma wpływ na wiele agentów DSA"
#: wldap32.rc:107
msgid "Other"
msgstr "Inne"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Serwer wyłączony"

View File

@ -3060,6 +3060,10 @@ msgstr "Símbolo"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Outro"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Arquivos na Câmera"
@ -9190,10 +9194,6 @@ msgstr "Resultados Muito Grandes"
msgid "Affects Multiple DSAs"
msgstr "Afeta Múltiplos DSAs"
#: wldap32.rc:107
msgid "Other"
msgstr "Outro"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Servidor Desligado"

View File

@ -3087,6 +3087,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Outro"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Ficheiros na Câmara"
@ -9204,10 +9208,6 @@ msgstr "Resultados Muito Grandes"
msgid "Affects Multiple DSAs"
msgstr "Afecta Múltiplos DSAs"
#: wldap32.rc:107
msgid "Other"
msgstr "Outro"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Servidor em Baixo"

View File

@ -2987,6 +2987,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
#, fuzzy
msgid "Files on Camera"
@ -8941,10 +8945,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -3058,6 +3058,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Altul"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Fișiere în aparatul foto"
@ -9455,10 +9459,6 @@ msgstr "Rezultate prea mari"
msgid "Affects Multiple DSAs"
msgstr "Afectează mai multe DSA"
#: wldap32.rc:107
msgid "Other"
msgstr "Altul"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Server indisponibil"

View File

@ -3052,6 +3052,10 @@ msgstr "Символьный"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Другой"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Файлы в камере"
@ -9156,10 +9160,6 @@ msgstr "Результаты слишком велики"
msgid "Affects Multiple DSAs"
msgstr "Влияет на несколько DSA"
#: wldap32.rc:107
msgid "Other"
msgstr "Другой"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Сервер недоступен"

View File

@ -2994,6 +2994,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Súbory na fotoaparáte"
@ -9019,10 +9023,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -3079,6 +3079,10 @@ msgstr "Simbol"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Drugo"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Datoteke na fotoaparatu"
@ -9216,10 +9220,6 @@ msgstr "Rezultati so preveliki"
msgid "Affects Multiple DSAs"
msgstr "Vpliva na več DSA-jev"
#: wldap32.rc:107
msgid "Other"
msgstr "Drugo"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Strežnik ni dostopen"

View File

@ -3050,6 +3050,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Остало"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Датотеке на камери"
@ -9353,10 +9357,6 @@ msgstr "Резултати су превелики"
msgid "Affects Multiple DSAs"
msgstr "Утиче на вишеструке алгоритме"
#: wldap32.rc:107
msgid "Other"
msgstr "Остало"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Сервер тренутно не ради"

View File

@ -3131,6 +3131,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Ostalo"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Datoteke na kameri"
@ -9453,10 +9457,6 @@ msgstr "Rezultati su preveliki"
msgid "Affects Multiple DSAs"
msgstr "Utiče na višestruke algoritme"
#: wldap32.rc:107
msgid "Other"
msgstr "Ostalo"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Server trenutno ne radi"

View File

@ -3048,6 +3048,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Filer på kamera"
@ -9120,10 +9124,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -2962,6 +2962,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr ""
@ -8883,10 +8887,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -2994,6 +2994,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
#, fuzzy
msgid "Files on Camera"
@ -9040,10 +9044,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -2958,6 +2958,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Diğer"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr ""
@ -8993,10 +8997,6 @@ msgstr "Sonuçlar Çok Büyük"
msgid "Affects Multiple DSAs"
msgstr "Birden Fazla DSA Etkilenir"
#: wldap32.rc:107
msgid "Other"
msgstr "Diğer"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Sunucu Kapalı"

View File

@ -3068,6 +3068,10 @@ msgstr "Символ"
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "Інший"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "Файли в камері"
@ -9210,10 +9214,6 @@ msgstr "Результати завеликі"
msgid "Affects Multiple DSAs"
msgstr "Впливає на декілька DSA"
#: wldap32.rc:107
msgid "Other"
msgstr "Інший"
#: wldap32.rc:108
msgid "Server Down"
msgstr "Сервер недоступний"

View File

@ -3005,6 +3005,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
#, fuzzy
msgid "Files on Camera"
@ -8981,10 +8985,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -2934,6 +2934,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr ""
@ -8829,10 +8833,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr ""

View File

@ -2979,6 +2979,10 @@ msgstr ""
msgid "OEM/DOS"
msgstr ""
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr ""
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "照相机中的文件"
@ -8946,10 +8950,6 @@ msgstr ""
msgid "Affects Multiple DSAs"
msgstr ""
#: wldap32.rc:107
msgid "Other"
msgstr ""
#: wldap32.rc:108
msgid "Server Down"
msgstr "服务器不可用"

View File

@ -3004,6 +3004,10 @@ msgstr "符號"
msgid "OEM/DOS"
msgstr "OEM/DOS"
#: gdi32.rc:42 wldap32.rc:107
msgid "Other"
msgstr "其他"
#: gphoto2.rc:27
msgid "Files on Camera"
msgstr "照相機中的檔案"
@ -9011,10 +9015,6 @@ msgstr "結果太大"
msgid "Affects Multiple DSAs"
msgstr "影響多重 DSAs"
#: wldap32.rc:107
msgid "Other"
msgstr "其他"
#: wldap32.rc:108
msgid "Server Down"
msgstr "伺服器停機"