From b6e78c4e7f8d9b20ac7b629d45c6c3bf5e1e72d2 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 12 Jan 2011 15:19:02 +0100 Subject: [PATCH] credui: Convert string table resources to po files. --- configure | 2 +- configure.ac | 2 +- dlls/credui/Makefile.in | 2 ++ dlls/credui/credui.rc | 14 ++++++++++++++ dlls/credui/credui_Da.rc | 10 ---------- dlls/credui/credui_De.rc | 10 ---------- dlls/credui/credui_En.rc | 10 ---------- dlls/credui/credui_Es.rc | 10 ---------- dlls/credui/credui_Fr.rc | 10 ---------- dlls/credui/credui_He.rc | 10 ---------- dlls/credui/credui_Hu.rc | 10 ---------- dlls/credui/credui_It.rc | 10 ---------- dlls/credui/credui_Ko.rc | 11 ----------- dlls/credui/credui_Lt.rc | 10 ---------- dlls/credui/credui_Nl.rc | 10 ---------- dlls/credui/credui_No.rc | 10 ---------- dlls/credui/credui_Pl.rc | 10 ---------- dlls/credui/credui_Pt.rc | 25 ------------------------- dlls/credui/credui_Ro.rc | 10 ---------- dlls/credui/credui_Ru.rc | 10 ---------- dlls/credui/credui_Si.rc | 10 ---------- dlls/credui/credui_Sr.rc | 20 -------------------- dlls/credui/credui_Sv.rc | 10 ---------- dlls/credui/credui_Uk.rc | 10 ---------- dlls/credui/credui_Zh.rc | 20 -------------------- po/ar.po | 30 ++++++++++++++++++++++++++++++ po/bg.po | 30 ++++++++++++++++++++++++++++++ po/cs.po | 31 +++++++++++++++++++++++++++++++ po/da.po | 36 ++++++++++++++++++++++++++++++++++++ po/de.po | 35 +++++++++++++++++++++++++++++++++++ po/el.po | 30 ++++++++++++++++++++++++++++++ po/en.po | 30 ++++++++++++++++++++++++++++++ po/en_US.po | 36 ++++++++++++++++++++++++++++++++++++ po/eo.po | 30 ++++++++++++++++++++++++++++++ po/es.po | 36 ++++++++++++++++++++++++++++++++++++ po/fa.po | 30 ++++++++++++++++++++++++++++++ po/fi.po | 30 ++++++++++++++++++++++++++++++ po/fr.po | 38 ++++++++++++++++++++++++++++++++++++++ po/he.po | 36 ++++++++++++++++++++++++++++++++++++ po/hi.po | 30 ++++++++++++++++++++++++++++++ po/hu.po | 37 +++++++++++++++++++++++++++++++++++++ po/it.po | 37 +++++++++++++++++++++++++++++++++++++ po/ja.po | 31 +++++++++++++++++++++++++++++++ po/ko.po | 36 ++++++++++++++++++++++++++++++++++++ po/lt.po | 38 ++++++++++++++++++++++++++++++++++++++ po/ml.po | 30 ++++++++++++++++++++++++++++++ po/nb_NO.po | 36 ++++++++++++++++++++++++++++++++++++ po/nl.po | 36 ++++++++++++++++++++++++++++++++++++ po/or.po | 30 ++++++++++++++++++++++++++++++ po/pa.po | 30 ++++++++++++++++++++++++++++++ po/pl.po | 36 ++++++++++++++++++++++++++++++++++++ po/pt_BR.po | 36 ++++++++++++++++++++++++++++++++++++ po/pt_PT.po | 37 +++++++++++++++++++++++++++++++++++++ po/rm.po | 30 ++++++++++++++++++++++++++++++ po/ro.po | 35 +++++++++++++++++++++++++++++++++++ po/ru.po | 35 +++++++++++++++++++++++++++++++++++ po/sk.po | 30 ++++++++++++++++++++++++++++++ po/sl.po | 34 ++++++++++++++++++++++++++++++++++ po/sr_RS@cyrillic.po | 37 +++++++++++++++++++++++++++++++++++++ po/sr_RS@latin.po | 37 +++++++++++++++++++++++++++++++++++++ po/sv.po | 36 ++++++++++++++++++++++++++++++++++++ po/te.po | 30 ++++++++++++++++++++++++++++++ po/th.po | 30 ++++++++++++++++++++++++++++++ po/tr.po | 31 +++++++++++++++++++++++++++++++ po/uk.po | 36 ++++++++++++++++++++++++++++++++++++ po/wa.po | 30 ++++++++++++++++++++++++++++++ po/wine.pot | 30 ++++++++++++++++++++++++++++++ po/zh_CN.po | 32 ++++++++++++++++++++++++++++++++ po/zh_TW.po | 32 ++++++++++++++++++++++++++++++++ 69 files changed, 1481 insertions(+), 248 deletions(-) diff --git a/configure b/configure index 05ee915dbd4..4c5b1af1ba2 100755 --- a/configure +++ b/configure @@ -14825,7 +14825,7 @@ wine_fn_config_dll comm.drv16 enable_win16 wine_fn_config_dll commdlg.dll16 enable_win16 wine_fn_config_dll compobj.dll16 enable_win16 wine_fn_config_dll compstui enable_compstui implib -wine_fn_config_dll credui enable_credui implib +wine_fn_config_dll credui enable_credui po,implib wine_fn_config_test dlls/credui/tests credui_test wine_fn_config_dll crtdll enable_crtdll implib wine_fn_config_dll crypt32 enable_crypt32 po,implib diff --git a/configure.ac b/configure.ac index 8b9119e8a4b..942eda5ba38 100644 --- a/configure.ac +++ b/configure.ac @@ -2354,7 +2354,7 @@ WINE_CONFIG_DLL(comm.drv16,enable_win16) WINE_CONFIG_DLL(commdlg.dll16,enable_win16) WINE_CONFIG_DLL(compobj.dll16,enable_win16) WINE_CONFIG_DLL(compstui,,[implib]) -WINE_CONFIG_DLL(credui,,[implib]) +WINE_CONFIG_DLL(credui,,[po,implib]) WINE_CONFIG_TEST(dlls/credui/tests) WINE_CONFIG_DLL(crtdll,,[implib]) WINE_CONFIG_DLL(crypt32,,[po,implib]) diff --git a/dlls/credui/Makefile.in b/dlls/credui/Makefile.in index 09bfacbde64..d300b3b48c0 100644 --- a/dlls/credui/Makefile.in +++ b/dlls/credui/Makefile.in @@ -29,6 +29,8 @@ RC_SRCS = \ credui_Uk.rc \ credui_Zh.rc +PO_SRCS = credui.rc + SVG_SRCS = \ banner.svg diff --git a/dlls/credui/credui.rc b/dlls/credui/credui.rc index ed05c971cff..278966dd0d0 100644 --- a/dlls/credui/credui.rc +++ b/dlls/credui/credui.rc @@ -20,5 +20,19 @@ #include "credui_resources.h" +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT + +STRINGTABLE +{ + IDS_TITLEFORMAT "Connect to %s" + IDS_MESSAGEFORMAT "Connecting to %s" + IDS_INCORRECTPASSWORDTITLE "Logon unsuccessful" + IDS_INCORRECTPASSWORD "Make sure that your user name\nand password are correct." + IDS_CAPSLOCKONTITLE "Caps Lock is On" + IDS_CAPSLOCKON "Having Caps Lock on may cause you to enter your password incorrectly.\n\nPress the Caps Lock key on your keyboard to turn off Caps Lock before\nentering your password." +} + +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + /* @makedep: banner.bmp */ IDB_BANNER BITMAP banner.bmp diff --git a/dlls/credui/credui_Da.rc b/dlls/credui/credui_Da.rc index 7c3013c90d1..76c6a4b6224 100644 --- a/dlls/credui/credui_Da.rc +++ b/dlls/credui/credui_Da.rc @@ -43,13 +43,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Annuller",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Tilslut til %s" - IDS_MESSAGEFORMAT "Tilslutter til %s" - IDS_INCORRECTPASSWORDTITLE "Tilslutning fejlede" - IDS_INCORRECTPASSWORD "Vær sikker på at dit brugernavn\nog kodeord er korrekt." - IDS_CAPSLOCKONTITLE "Caps Lock er på" - IDS_CAPSLOCKON "Du har sat Caps Lock til, dette kan være årsagen til at du indtaster kodeordet forkert.\n\nTryk på Caps Lock tasten for at slå det fra før du indtaster dit kodeord." -} diff --git a/dlls/credui/credui_De.rc b/dlls/credui/credui_De.rc index dbf385f013c..e315825842b 100644 --- a/dlls/credui/credui_De.rc +++ b/dlls/credui/credui_De.rc @@ -42,13 +42,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Abbrechen",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Mit %s verbinden" - IDS_MESSAGEFORMAT "Verbindung mit %s wird hergestellt" - IDS_INCORRECTPASSWORDTITLE "Anmeldung fehlgeschlagen" - IDS_INCORRECTPASSWORD "Bitte überprüfen Sie Ihren Benutzernamen\nund geben Sie das Kennwort neu ein." - IDS_CAPSLOCKONTITLE "Die Feststelltaste ist aktiviert" - IDS_CAPSLOCKON "Mit aktivierter Feststelltaste könnte das Kennwort falsch eingeben werden.\n\nVor der Eingabe des Kennworts sollten Sie die Feststelltaste deaktivieren." -} diff --git a/dlls/credui/credui_En.rc b/dlls/credui/credui_En.rc index a874e2ee457..9fce5235b47 100644 --- a/dlls/credui/credui_En.rc +++ b/dlls/credui/credui_En.rc @@ -40,13 +40,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Cancel",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Connect to %s" - IDS_MESSAGEFORMAT "Connecting to %s" - IDS_INCORRECTPASSWORDTITLE "Logon unsuccessful" - IDS_INCORRECTPASSWORD "Make sure that your user name\nand password are correct." - IDS_CAPSLOCKONTITLE "Caps Lock is On" - IDS_CAPSLOCKON "Having Caps Lock on may cause you to enter your password incorrectly.\n\nPress the Caps Lock key on your keyboard to turn off Caps Lock before\nentering your password." -} diff --git a/dlls/credui/credui_Es.rc b/dlls/credui/credui_Es.rc index 3e35815b595..9ec6a9ea462 100644 --- a/dlls/credui/credui_Es.rc +++ b/dlls/credui/credui_Es.rc @@ -43,13 +43,3 @@ BEGIN DEFPUSHBUTTON "Aceptar",IDOK,97,128,50,14 PUSHBUTTON "Cancelar",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Conectar a %s" - IDS_MESSAGEFORMAT "Conectando to %s" - IDS_INCORRECTPASSWORDTITLE "Identificación incorrecta" - IDS_INCORRECTPASSWORD "Asegúrese que su nombre de usuario\ny contraseña son correctos." - IDS_CAPSLOCKONTITLE "Bloq Mayus está activado" - IDS_CAPSLOCKON "El Bloq Mayus activado puede hacer que entre su contraseña incorrectamente.\n\nPulse la tecla Bloq Mayus de su teclado para desactivar Bloq Mayus antes\n de introducir su contraseña." -} diff --git a/dlls/credui/credui_Fr.rc b/dlls/credui/credui_Fr.rc index 3e899bf1fbc..e9f4d39b7f0 100644 --- a/dlls/credui/credui_Fr.rc +++ b/dlls/credui/credui_Fr.rc @@ -42,13 +42,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Annuler",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Se connecter à %s" - IDS_MESSAGEFORMAT "Connexion à %s" - IDS_INCORRECTPASSWORDTITLE "Échec lors de la connexion" - IDS_INCORRECTPASSWORD "Assurez-vous que votre nom d'utilisateur\net votre mot de passe sont corrects." - IDS_CAPSLOCKONTITLE "VERR.MAJ est activé" - IDS_CAPSLOCKON "Le verrouillage majuscule étant activé, cela pourrait provoquer une erreur lors de la saisie de votre mot de passe.\n\nAppuyez sur la touche VERR.MAJ de votre clavier afin de désactiver le verrouilage majuscule avant\nde saisir votre mot de passe." -} diff --git a/dlls/credui/credui_He.rc b/dlls/credui/credui_He.rc index b2412f81698..432860a5302 100644 --- a/dlls/credui/credui_He.rc +++ b/dlls/credui/credui_He.rc @@ -44,13 +44,3 @@ BEGIN DEFPUSHBUTTON "אישור",IDOK,97,128,50,14 PUSHBUTTON "ביטול",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "התחברות אל %s" - IDS_MESSAGEFORMAT "בהליכי התחברות אל %s" - IDS_INCORRECTPASSWORDTITLE "הכניסה נכשלה" - IDS_INCORRECTPASSWORD "נא לוודא כי שם המשתמש\nוהססמה שלך נכונים." - IDS_CAPSLOCKONTITLE "ה־Caps Lock פעיל" - IDS_CAPSLOCKON "כאשר מקש ה־Caps Lock פעיל יתכן שהזנת ססמה לא נכונה.\n\nנא ללחוץ על מקש ה־Caps Lock במקלדת שלך כדי לכבות את ה־Caps Lock בטרם\nהזנת הססמה שלך." -} diff --git a/dlls/credui/credui_Hu.rc b/dlls/credui/credui_Hu.rc index 2bb413683f5..5c32b2668b5 100644 --- a/dlls/credui/credui_Hu.rc +++ b/dlls/credui/credui_Hu.rc @@ -43,13 +43,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Mégse",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Kapcsolódás: %s" - IDS_MESSAGEFORMAT "Kapcsolódás: %s" - IDS_INCORRECTPASSWORDTITLE "Bejelentkezés sikertelen" - IDS_INCORRECTPASSWORD "Kérem ellenőrizze a felhasználóneve\nés a jelszava helyességét." - IDS_CAPSLOCKONTITLE "A Caps Lock be van kapcsolva" - IDS_CAPSLOCKON "Ha Caps Lock be van kapcsolva, elképzelhető hogy hibásan írja be a jelszavát.\n\nNyomja meg a Caps Lock gombot a billentyűzetén a Caps Lock kikapcsolásához\nmielőtt megadja a jelszavát." -} diff --git a/dlls/credui/credui_It.rc b/dlls/credui/credui_It.rc index f42eb9e51a5..c54a484ab48 100644 --- a/dlls/credui/credui_It.rc +++ b/dlls/credui/credui_It.rc @@ -43,13 +43,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Annulla",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Connetti a %s" - IDS_MESSAGEFORMAT "Connettendo a %s" - IDS_INCORRECTPASSWORDTITLE "Accesso fallito" - IDS_INCORRECTPASSWORD "Assicurati che il tuo nome utente\ne password siano corrette." - IDS_CAPSLOCKONTITLE "Il Caps Lock è acceso" - IDS_CAPSLOCKON "Avere Caps Lock acceso può portarti a immettere la password incorrettamente.\n\nPremere il tasto Caps Lock sulla tua tastiera per spegnere Caps Lock prima\n di immettere la tua password." -} diff --git a/dlls/credui/credui_Ko.rc b/dlls/credui/credui_Ko.rc index 1cc2e4cbde0..ab2e76fbf36 100644 --- a/dlls/credui/credui_Ko.rc +++ b/dlls/credui/credui_Ko.rc @@ -43,14 +43,3 @@ BEGIN DEFPUSHBUTTON "확인",IDOK,97,128,50,14 PUSHBUTTON "취소",IDCANCEL,156,128,50,14 END - - -STRINGTABLE -{ - IDS_TITLEFORMAT " %s 연결" - IDS_MESSAGEFORMAT " %s 연결중" - IDS_INCORRECTPASSWORDTITLE "로그온 실패" - IDS_INCORRECTPASSWORD "당신의 사용자 이름과 암호가\n올바른지 확인하십시오" - IDS_CAPSLOCKONTITLE "Caps Lock 커짐" - IDS_CAPSLOCKON "Caps Lock 이 커져 있으면 암호가 잘못입력될 수 있습니다.\n\n 암호를 입력하기 전에\n키보드의 Caps Lock 키를 끄시기 바랍니다." -} diff --git a/dlls/credui/credui_Lt.rc b/dlls/credui/credui_Lt.rc index a892ca05d80..c416c6c193e 100644 --- a/dlls/credui/credui_Lt.rc +++ b/dlls/credui/credui_Lt.rc @@ -43,13 +43,3 @@ BEGIN DEFPUSHBUTTON "Gerai",IDOK,97,128,50,14 PUSHBUTTON "Atsisakyti",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Užmegzti ryšį su %s" - IDS_MESSAGEFORMAT "Jungiamasi prie %s" - IDS_INCORRECTPASSWORDTITLE "Prisijungimas nesėkmingas" - IDS_INCORRECTPASSWORD "Įsitikinkite, kad naudotojo vardas\nir slaptažodis yra teisingi." - IDS_CAPSLOCKONTITLE "Didžiųjų raidžių būsena įjungta" - IDS_CAPSLOCKON "Kai įjungta didžiųjų raidžių būsena, savo slaptažodį galite įvesti neteisingai.\n\nPaspauskite didžiųjų raidžių klaviatūros klavišą didžiųjų raidžių būsenai išjungti\nprieš rinkdami savo slaptažodį." -} diff --git a/dlls/credui/credui_Nl.rc b/dlls/credui/credui_Nl.rc index 1a96a27fd5e..594dbc40b8e 100644 --- a/dlls/credui/credui_Nl.rc +++ b/dlls/credui/credui_Nl.rc @@ -40,13 +40,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Annuleren",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Verbind met %s" - IDS_MESSAGEFORMAT "Verbinden met %s" - IDS_INCORRECTPASSWORDTITLE "Inloggen mislukt" - IDS_INCORRECTPASSWORD "Controleer of uw gebruikersnaam\nen wachtwoord correct zijn." - IDS_CAPSLOCKONTITLE "Caps Lock staat Aan" - IDS_CAPSLOCKON "Met Caps Lock aan kan uw wachtwoord verkeerd worden ingevoerd.\n\nDruk op de Caps Lock toets op uw toetsenbord om Caps Lock uit\nte zetten voor invoer van uw wachtwoord." -} diff --git a/dlls/credui/credui_No.rc b/dlls/credui/credui_No.rc index 7f25a1ab0e9..4757caba653 100644 --- a/dlls/credui/credui_No.rc +++ b/dlls/credui/credui_No.rc @@ -40,13 +40,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Avbryt",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Koble til %s" - IDS_MESSAGEFORMAT "Kobler til %s" - IDS_INCORRECTPASSWORDTITLE "Klarte ikke logge p" - IDS_INCORRECTPASSWORD "Srg for at du oppga riktig\nbrukernavn og passord." - IDS_CAPSLOCKONTITLE "Caps Lock er p" - IDS_CAPSLOCKON " ha Caps Lock p kan fre til at du skriver inn passordet p feil mte.\n\nTrykk p Caps Lock-knappen p tastaturet for sl av Caps Lock fr du\nskriver inn passordet p nytt." -} diff --git a/dlls/credui/credui_Pl.rc b/dlls/credui/credui_Pl.rc index c7112b914f2..51be78f7fdf 100644 --- a/dlls/credui/credui_Pl.rc +++ b/dlls/credui/credui_Pl.rc @@ -41,13 +41,3 @@ BEGIN DEFPUSHBUTTON "&OK",IDOK,97,128,50,14 PUSHBUTTON "&Anuluj",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Pocz z %s" - IDS_MESSAGEFORMAT "czenie z %s" - IDS_INCORRECTPASSWORDTITLE "Logowanie nie powiodo si" - IDS_INCORRECTPASSWORD "Upewnij si, e nazwa uytkownika\ni haso s poprawne." - IDS_CAPSLOCKONTITLE "Caps Lock jest wczony" - IDS_CAPSLOCKON "Wczony tryb Caps Lock moe spowodowa, e wpiszesz haso niepoprawnie.\n\nNacinik klawisz Caps Lock key na klawiaturze, aby go wyczy\nprzed wprowadzeniem hasa." -} diff --git a/dlls/credui/credui_Pt.rc b/dlls/credui/credui_Pt.rc index e99f1ee4aeb..d2ca6cba7d7 100644 --- a/dlls/credui/credui_Pt.rc +++ b/dlls/credui/credui_Pt.rc @@ -64,28 +64,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Cancelar",IDCANCEL,156,128,50,14 END - - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN - -STRINGTABLE -{ - IDS_TITLEFORMAT "Conectar a %s" - IDS_MESSAGEFORMAT "Conectando a %s" - IDS_INCORRECTPASSWORDTITLE "Logon mal sucedido" - IDS_INCORRECTPASSWORD "Certifique-se de que nome de usuário\ne senha estão corretos." - IDS_CAPSLOCKONTITLE "Caps Lock ligado" - IDS_CAPSLOCKON "Ter o Caps Lock ligado pode provocar a introdução incorreta da sua senha.\n\nPressione a tecla Caps Lock no seu teclado para desligar o Caps Lock antes\nde introduzir a senha." -} - -LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE - -STRINGTABLE -{ - IDS_TITLEFORMAT "Ligar a %s" - IDS_MESSAGEFORMAT "A ligar a %s" - IDS_INCORRECTPASSWORDTITLE "Logon mal sucedido" - IDS_INCORRECTPASSWORD "Verifique que o seu nome de utilizador\ne password estão correctos." - IDS_CAPSLOCKONTITLE "Caps Lock ligado" - IDS_CAPSLOCKON "Tendo o Caps Lock ligado pode provocar que introduza a sua password incorrectamente.\n\nPressione a tecla Caps Lock no seu teclado para desligar o Caps Lock antes\nde introduzir a password." -} diff --git a/dlls/credui/credui_Ro.rc b/dlls/credui/credui_Ro.rc index 5cb1df06dae..26e2a5d5a97 100644 --- a/dlls/credui/credui_Ro.rc +++ b/dlls/credui/credui_Ro.rc @@ -41,13 +41,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Renunță",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Conectare la %s" - IDS_MESSAGEFORMAT "Conectez la %s" - IDS_INCORRECTPASSWORDTITLE "Autentificare eșuată" - IDS_INCORRECTPASSWORD "Verificați numele de utilizator și parola." - IDS_CAPSLOCKONTITLE "Tasta Caps Lock este activată" - IDS_CAPSLOCKON "Cu tasta Caps Lock activată este foarte probabil că veți introduce parola greșit.\n\nInainte de a introduce parola apăsați tasta Caps Lock pentru a dezactiva scrierea cu majuscule." -} diff --git a/dlls/credui/credui_Ru.rc b/dlls/credui/credui_Ru.rc index a3401ff3096..ec65ad7f992 100644 --- a/dlls/credui/credui_Ru.rc +++ b/dlls/credui/credui_Ru.rc @@ -43,13 +43,3 @@ BEGIN DEFPUSHBUTTON "ОК",IDOK,97,128,50,14 PUSHBUTTON "Отмена",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Подключение к %s" - IDS_MESSAGEFORMAT "Подключение к %s" - IDS_INCORRECTPASSWORDTITLE "Вход не был произведён" - IDS_INCORRECTPASSWORD "Убедитесь, что имя пользователя\nи пароль верны." - IDS_CAPSLOCKONTITLE "Caps Lock включен" - IDS_CAPSLOCKON "Пароль может быть введён неправильно из-за нажатой клавиши Caps Lock.\n\nОтключите Caps Lock перед тем, как вводить пароль." -} diff --git a/dlls/credui/credui_Si.rc b/dlls/credui/credui_Si.rc index 4b3c6553907..00d182df3b8 100644 --- a/dlls/credui/credui_Si.rc +++ b/dlls/credui/credui_Si.rc @@ -42,13 +42,3 @@ BEGIN DEFPUSHBUTTON "V redu",IDOK,97,128,50,14 PUSHBUTTON "Prekliči",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Poveži se na %s" - IDS_MESSAGEFORMAT "Povezovanje na %s" - IDS_INCORRECTPASSWORDTITLE "Prijava ni uspela" - IDS_INCORRECTPASSWORD "Preverite, ali ste vnesli pravilno uporabniško ime in/ali geslo." - IDS_CAPSLOCKONTITLE "Caps Lock je vključen" - IDS_CAPSLOCKON "Vključen Caps Lock je lahko vzrok nepravilnega vnosa gesla.\n\nPritisnite tipko Caps Lock, s čimer ga izklopite\nin ponovno vnesite geslo." -} diff --git a/dlls/credui/credui_Sr.rc b/dlls/credui/credui_Sr.rc index 6b579ab1cf8..3617290f8e4 100644 --- a/dlls/credui/credui_Sr.rc +++ b/dlls/credui/credui_Sr.rc @@ -44,16 +44,6 @@ BEGIN PUSHBUTTON "Откажи",IDCANCEL,156,128,50,14 END -STRINGTABLE -{ - IDS_TITLEFORMAT "Повежи се са %s" - IDS_MESSAGEFORMAT "Повезивање на %s" - IDS_INCORRECTPASSWORDTITLE "Пријављивање није успело" - IDS_INCORRECTPASSWORD "Проверите да ли су подаци\nкоје сте унели исправни." - IDS_CAPSLOCKONTITLE "Caps Lock је укључен" - IDS_CAPSLOCKON "Caps Lock може бити разлог неисправности унетих података.\n\nПритисните тастер Caps Lock на тастатури да бисте искључили велика слова пре\nуношења лозинке." -} - LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN IDD_CREDDIALOG DIALOG 0, 0, 213, 149 @@ -74,13 +64,3 @@ BEGIN DEFPUSHBUTTON "U redu",IDOK,97,128,50,14 PUSHBUTTON "Otkaži",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Poveži se sa %s" - IDS_MESSAGEFORMAT "Povezivanje na %s" - IDS_INCORRECTPASSWORDTITLE "Prijavljivanje nije uspelo" - IDS_INCORRECTPASSWORD "Proverite da li su podaci\nkoje ste uneli ispravni." - IDS_CAPSLOCKONTITLE "Caps Lock je uključen" - IDS_CAPSLOCKON "Caps Lock može biti razlog neispravnosti unetih podataka.\n\nPritisnite taster Caps Lock na tastaturi da biste isključili velika slova pre\nunošenja lozinke." -} diff --git a/dlls/credui/credui_Sv.rc b/dlls/credui/credui_Sv.rc index 85b272996a3..7c00baf3deb 100644 --- a/dlls/credui/credui_Sv.rc +++ b/dlls/credui/credui_Sv.rc @@ -40,13 +40,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Avbryt",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Anslut till %s" - IDS_MESSAGEFORMAT "Ansluter till %s" - IDS_INCORRECTPASSWORDTITLE "Inloggningen misslyckades" - IDS_INCORRECTPASSWORD "Kontrollera att anvndarnamn\noch lsenord stmmer." - IDS_CAPSLOCKONTITLE "Caps Lock r p" - IDS_CAPSLOCKON "Om Caps Lock r p kan det leda till att lsenordet skrivs in felaktigt.\n\nTryck Caps Lock p tangentbordet fr att sl av Caps Lock innan\ndu skriver in ditt lsenord." -} diff --git a/dlls/credui/credui_Uk.rc b/dlls/credui/credui_Uk.rc index 44a649f973f..90329fc4b03 100644 --- a/dlls/credui/credui_Uk.rc +++ b/dlls/credui/credui_Uk.rc @@ -44,13 +44,3 @@ BEGIN DEFPUSHBUTTON "OK",IDOK,97,128,50,14 PUSHBUTTON "Скасувати",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "Під'єднатись до %s" - IDS_MESSAGEFORMAT "Під'єднуюсь до %s" - IDS_INCORRECTPASSWORDTITLE "Вхід не відбувся" - IDS_INCORRECTPASSWORD "Переконайтесь що ім'я користувача\nі пароль правильні." - IDS_CAPSLOCKONTITLE "Caps Lock включений" - IDS_CAPSLOCKON "Пароль може бути введений неправильно через натиснену клавішу Caps Lock.\n\nВимкніть Caps Lock перед\nвведенням паролю." -} diff --git a/dlls/credui/credui_Zh.rc b/dlls/credui/credui_Zh.rc index 472be284cb9..d2ea3bdd78e 100644 --- a/dlls/credui/credui_Zh.rc +++ b/dlls/credui/credui_Zh.rc @@ -44,16 +44,6 @@ BEGIN PUSHBUTTON "取消",IDCANCEL,156,128,50,14 END -STRINGTABLE -{ - IDS_TITLEFORMAT "连接到 %s" - IDS_MESSAGEFORMAT "正在连接到 %s" - IDS_INCORRECTPASSWORDTITLE "登录失败" - IDS_INCORRECTPASSWORD "请确认你输入的用户名和密码\n是否正确." - IDS_CAPSLOCKONTITLE "大写锁定开着" - IDS_CAPSLOCKON "开着大写锁定可能导致你输入错误的密码." -} - LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL IDD_CREDDIALOG DIALOG 0, 0, 213, 149 @@ -74,13 +64,3 @@ BEGIN DEFPUSHBUTTON "確定",IDOK,97,128,50,14 PUSHBUTTON "取消",IDCANCEL,156,128,50,14 END - -STRINGTABLE -{ - IDS_TITLEFORMAT "連接到 %s" - IDS_MESSAGEFORMAT "正在連接到 %s" - IDS_INCORRECTPASSWORDTITLE "登錄失敗" - IDS_INCORRECTPASSWORD "請確認你輸入的用戶名和密碼\n是否正確." - IDS_CAPSLOCKONTITLE "大寫鎖定開著" - IDS_CAPSLOCKON "開著大寫鎖定可能導致你輸入錯誤的密碼." -} diff --git a/po/ar.po b/po/ar.po index 015b33d1028..0c942dd9489 100644 --- a/po/ar.po +++ b/po/ar.po @@ -37,6 +37,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/bg.po b/po/bg.po index 7546a91e019..bba083a631b 100644 --- a/po/bg.po +++ b/po/bg.po @@ -37,6 +37,36 @@ msgstr "Днес:" msgid "Go to today" msgstr "Иди на днес" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/cs.po b/po/cs.po index 8159b5c10e9..ab8ed1cf730 100644 --- a/po/cs.po +++ b/po/cs.po @@ -42,6 +42,37 @@ msgstr "Dnes:" msgid "Go to today" msgstr "Jdi na dnešek" +#: credui.rc:27 +#, fuzzy +msgid "Connect to %s" +msgstr "Připojit &síťové zařízení" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/da.po b/po/da.po index 44e1ca6ec53..75f19dcc455 100644 --- a/po/da.po +++ b/po/da.po @@ -37,6 +37,42 @@ msgstr "Idag:" msgid "Go to today" msgstr "Gå til i dag" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Tilslut til %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Tilslutter til %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Tilslutning fejlede" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Vær sikker på at dit brugernavn\n" +"og kodeord er korrekt." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Du har sat Caps Lock til, dette kan være årsagen til at du indtaster " +"kodeordet forkert.\n" +"\n" +"Tryk på Caps Lock tasten for at slå det fra før du indtaster dit kodeord." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock er på" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/de.po b/po/de.po index 16b7896db49..daf8adecbbc 100644 --- a/po/de.po +++ b/po/de.po @@ -37,6 +37,41 @@ msgstr "Heute:" msgid "Go to today" msgstr "Gehe zu Heute" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Mit %s verbinden" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Verbindung mit %s wird hergestellt" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Anmeldung fehlgeschlagen" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Bitte überprüfen Sie Ihren Benutzernamen\n" +"und geben Sie das Kennwort neu ein." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Mit aktivierter Feststelltaste könnte das Kennwort falsch eingeben werden.\n" +"\n" +"Vor der Eingabe des Kennworts sollten Sie die Feststelltaste deaktivieren." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Die Feststelltaste ist aktiviert" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Autoritätsschlüsselkennung" diff --git a/po/el.po b/po/el.po index 6eb16abfc11..7482881dfff 100644 --- a/po/el.po +++ b/po/el.po @@ -37,6 +37,36 @@ msgstr "Σήμερα:" msgid "Go to today" msgstr "Μετάβαση στα σημερινά" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/en.po b/po/en.po index db932606653..454f0c3015c 100644 --- a/po/en.po +++ b/po/en.po @@ -37,6 +37,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Authority Key Identifier" diff --git a/po/en_US.po b/po/en_US.po index ca55834866c..473bc4f82e2 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -37,6 +37,42 @@ msgstr "Today:" msgid "Go to today" msgstr "Go to today" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Connect to %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Connecting to %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Logon unsuccessful" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Make sure that your user name\n" +"and password are correct." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock is On" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Authority Key Identifier" diff --git a/po/eo.po b/po/eo.po index 3448aa42ef8..2460363a26a 100644 --- a/po/eo.po +++ b/po/eo.po @@ -37,6 +37,36 @@ msgstr "Hodiaý:" msgid "Go to today" msgstr "Iru a la hodiaý" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/es.po b/po/es.po index b9b328c975d..6edd4d3b00e 100644 --- a/po/es.po +++ b/po/es.po @@ -42,6 +42,42 @@ msgstr "Hoy:" msgid "Go to today" msgstr "Ir a hoy" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Conectar a %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Conectando to %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Identificación incorrecta" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Asegúrese que su nombre de usuario\n" +"y contraseña son correctos." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"El Bloq Mayus activado puede hacer que entre su contraseña incorrectamente.\n" +"\n" +"Pulse la tecla Bloq Mayus de su teclado para desactivar Bloq Mayus antes\n" +" de introducir su contraseña." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Bloq Mayus está activado" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/fa.po b/po/fa.po index bbfa2206259..1457431481c 100644 --- a/po/fa.po +++ b/po/fa.po @@ -37,6 +37,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/fi.po b/po/fi.po index 7a034c23ee9..2c9f47cd74e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -37,6 +37,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/fr.po b/po/fr.po index 5053386720e..21a246454ad 100644 --- a/po/fr.po +++ b/po/fr.po @@ -42,6 +42,44 @@ msgstr "Aujourd'hui :" msgid "Go to today" msgstr "Aller à aujourd'hui" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Se connecter à %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Connexion à %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Échec lors de la connexion" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Assurez-vous que votre nom d'utilisateur\n" +"et votre mot de passe sont corrects." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Le verrouillage majuscule étant activé, cela pourrait provoquer une erreur " +"lors de la saisie de votre mot de passe.\n" +"\n" +"Appuyez sur la touche VERR.MAJ de votre clavier afin de désactiver le " +"verrouilage majuscule avant\n" +"de saisir votre mot de passe." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "VERR.MAJ est activé" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Identifiant de l'autorité de la clé" diff --git a/po/he.po b/po/he.po index f156f72cef5..32fac6e6b2c 100644 --- a/po/he.po +++ b/po/he.po @@ -42,6 +42,42 @@ msgstr "היום:" msgid "Go to today" msgstr "מעבר ליום הנוכחי" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "התחברות אל %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "בהליכי התחברות אל %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "הכניסה נכשלה" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"נא לוודא כי שם המשתמש\n" +"והססמה שלך נכונים." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"כאשר מקש ה־Caps Lock פעיל יתכן שהזנת ססמה לא נכונה.\n" +"\n" +"נא ללחוץ על מקש ה־Caps Lock במקלדת שלך כדי לכבות את ה־Caps Lock בטרם\n" +"הזנת הססמה שלך." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "ה־Caps Lock פעיל" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/hi.po b/po/hi.po index e0930fe6330..d3bae179271 100644 --- a/po/hi.po +++ b/po/hi.po @@ -37,6 +37,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/hu.po b/po/hu.po index f96d6ef3570..0b1be1a1af5 100644 --- a/po/hu.po +++ b/po/hu.po @@ -42,6 +42,43 @@ msgstr "Ma:" msgid "Go to today" msgstr "Ugrás mára" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Kapcsolódás: %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Kapcsolódás: %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Bejelentkezés sikertelen" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Kérem ellenőrizze a felhasználóneve\n" +"és a jelszava helyességét." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Ha Caps Lock be van kapcsolva, elképzelhető hogy hibásan írja be a " +"jelszavát.\n" +"\n" +"Nyomja meg a Caps Lock gombot a billentyűzetén a Caps Lock kikapcsolásához\n" +"mielőtt megadja a jelszavát." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "A Caps Lock be van kapcsolva" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Hitelesítési kulcs azonosító" diff --git a/po/it.po b/po/it.po index 22aff18c1a7..2668eb4a870 100644 --- a/po/it.po +++ b/po/it.po @@ -37,6 +37,43 @@ msgstr "Oggi:" msgid "Go to today" msgstr "Vai a oggi" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Connetti a %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Connettendo a %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Accesso fallito" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Assicurati che il tuo nome utente\n" +"e password siano corrette." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Avere Caps Lock acceso può portarti a immettere la password " +"incorrettamente.\n" +"\n" +"Premere il tasto Caps Lock sulla tua tastiera per spegnere Caps Lock prima\n" +" di immettere la tua password." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Il Caps Lock è acceso" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Identificatore chiave autorità" diff --git a/po/ja.po b/po/ja.po index fe403614925..bfa66923e72 100644 --- a/po/ja.po +++ b/po/ja.po @@ -42,6 +42,37 @@ msgstr "今日:" msgid "Go to today" msgstr "今日へ移動" +#: credui.rc:27 +#, fuzzy +msgid "Connect to %s" +msgstr "ネットワークドライブに接続(&N)" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "認証局鍵識別子" diff --git a/po/ko.po b/po/ko.po index 710c6162771..5260b722fae 100644 --- a/po/ko.po +++ b/po/ko.po @@ -37,6 +37,42 @@ msgstr "오늘:" msgid "Go to today" msgstr "오늘로 가기" +#: credui.rc:27 +msgid "Connect to %s" +msgstr " %s 연결" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr " %s 연결중" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "로그온 실패" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"당신의 사용자 이름과 암호가\n" +"올바른지 확인하십시오" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Caps Lock 이 커져 있으면 암호가 잘못입력될 수 있습니다.\n" +"\n" +" 암호를 입력하기 전에\n" +"키보드의 Caps Lock 키를 끄시기 바랍니다." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock 커짐" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "접근 키 식별자" diff --git a/po/lt.po b/po/lt.po index 45aa51a45da..24f745b3ad6 100644 --- a/po/lt.po +++ b/po/lt.po @@ -43,6 +43,44 @@ msgstr "Šiandien:" msgid "Go to today" msgstr "Eiti į šiandien" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Užmegzti ryšį su %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Jungiamasi prie %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Prisijungimas nesėkmingas" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Įsitikinkite, kad naudotojo vardas\n" +"ir slaptažodis yra teisingi." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Kai įjungta didžiųjų raidžių būsena, savo slaptažodį galite įvesti " +"neteisingai.\n" +"\n" +"Paspauskite didžiųjų raidžių klaviatūros klavišą didžiųjų raidžių būsenai " +"išjungti\n" +"prieš rinkdami savo slaptažodį." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Didžiųjų raidžių būsena įjungta" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Įstaigos rakto identifikatorius" diff --git a/po/ml.po b/po/ml.po index 2916c41ea27..9b4e9e5cf0d 100644 --- a/po/ml.po +++ b/po/ml.po @@ -37,6 +37,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/nb_NO.po b/po/nb_NO.po index d3ccd78a990..09d9d184d50 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -37,6 +37,42 @@ msgstr "Idag:" msgid "Go to today" msgstr "Gå til idag" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Koble til %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Kobler til %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Klarte ikke logge på" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Sørg for at du oppga riktig\n" +"brukernavn og passord." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Å ha Caps Lock på kan føre til at du skriver inn passordet på feil måte.\n" +"\n" +"Trykk på Caps Lock-knappen på tastaturet for å slå av Caps Lock før du\n" +"skriver inn passordet på nytt." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock er på" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Identifikator for autentiseringsnøkkel" diff --git a/po/nl.po b/po/nl.po index 581275da0a0..a145afb836e 100644 --- a/po/nl.po +++ b/po/nl.po @@ -37,6 +37,42 @@ msgstr "Vandaag:" msgid "Go to today" msgstr "Ga naar vandaag" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Verbind met %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Verbinden met %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Inloggen mislukt" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Controleer of uw gebruikersnaam\n" +"en wachtwoord correct zijn." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Met Caps Lock aan kan uw wachtwoord verkeerd worden ingevoerd.\n" +"\n" +"Druk op de Caps Lock toets op uw toetsenbord om Caps Lock uit\n" +"te zetten voor invoer van uw wachtwoord." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock staat Aan" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Autoriteits Sleutel Identificatie nummer" diff --git a/po/or.po b/po/or.po index 974d1143c4c..30c85de0d3a 100644 --- a/po/or.po +++ b/po/or.po @@ -37,6 +37,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/pa.po b/po/pa.po index a3e8b09a1a4..6e7d964090d 100644 --- a/po/pa.po +++ b/po/pa.po @@ -37,6 +37,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/pl.po b/po/pl.po index 4e86a5e6b90..dac81f371f2 100644 --- a/po/pl.po +++ b/po/pl.po @@ -37,6 +37,42 @@ msgstr "Dziś:" msgid "Go to today" msgstr "Idź do dziś" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Połącz z %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Łączenie z %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Logowanie nie powiodło się" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Upewnij się, że nazwa użytkownika\n" +"i hasło są poprawne." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Włączony tryb Caps Lock może spowodować, że wpiszesz hasło niepoprawnie.\n" +"\n" +"Naciśnik klawisz Caps Lock key na klawiaturze, aby go wyłączyć\n" +"przed wprowadzeniem hasła." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock jest włączony" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Identyfikator klucza urzędu" diff --git a/po/pt_BR.po b/po/pt_BR.po index ff28796a66c..c6477e79398 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -42,6 +42,42 @@ msgstr "Hoje:" msgid "Go to today" msgstr "Ir para hoje" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Conectar a %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Conectando a %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Logon mal sucedido" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Certifique-se de que nome de usuário\n" +"e senha estão corretos." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Ter o Caps Lock ligado pode provocar a introdução incorreta da sua senha.\n" +"\n" +"Pressione a tecla Caps Lock no seu teclado para desligar o Caps Lock antes\n" +"de introduzir a senha." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock ligado" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Identificador da Chave de Autoridade" diff --git a/po/pt_PT.po b/po/pt_PT.po index 79166faaa0e..1ff981e8c05 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -42,6 +42,43 @@ msgstr "Hoje:" msgid "Go to today" msgstr "Ir para hoje" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Ligar a %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "A ligar a %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Logon mal sucedido" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Verifique que o seu nome de utilizador\n" +"e password estão correctos." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Tendo o Caps Lock ligado pode provocar que introduza a sua password " +"incorrectamente.\n" +"\n" +"Pressione a tecla Caps Lock no seu teclado para desligar o Caps Lock antes\n" +"de introduzir a password." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock ligado" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Identificador da Chave de Autoridade" diff --git a/po/rm.po b/po/rm.po index bfca6d2ca6b..c00e52362ba 100644 --- a/po/rm.po +++ b/po/rm.po @@ -37,6 +37,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/ro.po b/po/ro.po index fb100957db7..7f200d6c6e8 100644 --- a/po/ro.po +++ b/po/ro.po @@ -42,6 +42,41 @@ msgstr "Azi:" msgid "Go to today" msgstr "Mergi la Azi" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Conectare la %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Conectez la %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Autentificare eșuată" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "Verificați numele de utilizator și parola." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Cu tasta Caps Lock activată este foarte probabil că veți introduce parola " +"greșit.\n" +"\n" +"Inainte de a introduce parola apăsați tasta Caps Lock pentru a dezactiva " +"scrierea cu majuscule." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Tasta Caps Lock este activată" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Identificatorul cheii autorității" diff --git a/po/ru.po b/po/ru.po index 8f5b1735619..c5f5b581057 100644 --- a/po/ru.po +++ b/po/ru.po @@ -37,6 +37,41 @@ msgstr "Сегодня:" msgid "Go to today" msgstr "Текущая дата" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Подключение к %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Подключение к %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Вход не был произведён" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Убедитесь, что имя пользователя\n" +"и пароль верны." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Пароль может быть введён неправильно из-за нажатой клавиши Caps Lock.\n" +"\n" +"Отключите Caps Lock перед тем, как вводить пароль." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock включен" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/sk.po b/po/sk.po index ea8a3f15c8c..fa3b0ab0158 100644 --- a/po/sk.po +++ b/po/sk.po @@ -37,6 +37,36 @@ msgstr "Dnes:" msgid "Go to today" msgstr "Choď na dnešok" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/sl.po b/po/sl.po index d6e7a7b14f4..2a58353788f 100644 --- a/po/sl.po +++ b/po/sl.po @@ -37,6 +37,40 @@ msgstr "Danes:" msgid "Go to today" msgstr "Pojdi na danes" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Poveži se na %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Povezovanje na %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Prijava ni uspela" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "Preverite, ali ste vnesli pravilno uporabniško ime in/ali geslo." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Vključen Caps Lock je lahko vzrok nepravilnega vnosa gesla.\n" +"\n" +"Pritisnite tipko Caps Lock, s čimer ga izklopite\n" +"in ponovno vnesite geslo." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock je vključen" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index 64c6e10041e..32b6c659ba4 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -37,6 +37,43 @@ msgstr "Данас:" msgid "Go to today" msgstr "Пређи на данашњи дан" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Повежи се са %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Повезивање на %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Пријављивање није успело" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Проверите да ли су подаци\n" +"које сте унели исправни." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Caps Lock може бити разлог неисправности унетих података.\n" +"\n" +"Притисните тастер Caps Lock на тастатури да бисте искључили велика слова " +"пре\n" +"уношења лозинке." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock је укључен" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index 8a06f63987d..929a79ec5b1 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -37,6 +37,43 @@ msgstr "Danas:" msgid "Go to today" msgstr "Pređi na današnji dan" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Poveži se sa %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Povezivanje na %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Prijavljivanje nije uspelo" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Proverite da li su podaci\n" +"koje ste uneli ispravni." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Caps Lock može biti razlog neispravnosti unetih podataka.\n" +"\n" +"Pritisnite taster Caps Lock na tastaturi da biste isključili velika slova " +"pre\n" +"unošenja lozinke." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock je uključen" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/sv.po b/po/sv.po index 0549443e3a2..bb4f4c023e0 100644 --- a/po/sv.po +++ b/po/sv.po @@ -37,6 +37,42 @@ msgstr "Idag:" msgid "Go to today" msgstr "Gå till idag" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Anslut till %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Ansluter till %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Inloggningen misslyckades" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Kontrollera att användarnamn\n" +"och lösenord stämmer." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Om Caps Lock är på kan det leda till att lösenordet skrivs in felaktigt.\n" +"\n" +"Tryck Caps Lock på tangentbordet för att slå av Caps Lock innan\n" +"du skriver in ditt lösenord." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock är på" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Authority Key Identifier" diff --git a/po/te.po b/po/te.po index c3cc99ceaf8..d9a762cd1df 100644 --- a/po/te.po +++ b/po/te.po @@ -37,6 +37,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/th.po b/po/th.po index 24b5f230eb3..70b028edc05 100644 --- a/po/th.po +++ b/po/th.po @@ -37,6 +37,36 @@ msgstr "วันนี้:" msgid "Go to today" msgstr "ไปถึงวันนี้" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/tr.po b/po/tr.po index 7c786bcddc9..ec23fc6ea7a 100644 --- a/po/tr.po +++ b/po/tr.po @@ -37,6 +37,37 @@ msgstr "Bugün:" msgid "Go to today" msgstr "Bugüne git" +#: credui.rc:27 +#, fuzzy +msgid "Connect to %s" +msgstr "&Ağ Sürücüsüne Bağlan" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/uk.po b/po/uk.po index 35d4998c074..e849a120845 100644 --- a/po/uk.po +++ b/po/uk.po @@ -42,6 +42,42 @@ msgstr "Сьогодні:" msgid "Go to today" msgstr "Поточна дата" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "Під'єднатись до %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "Під'єднуюсь до %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "Вхід не відбувся" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"Переконайтесь що ім'я користувача\n" +"і пароль правильні." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" +"Пароль може бути введений неправильно через натиснену клавішу Caps Lock.\n" +"\n" +"Вимкніть Caps Lock перед\n" +"введенням паролю." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "Caps Lock включений" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "Ідентифікатор ключа органу" diff --git a/po/wa.po b/po/wa.po index faa26b794f2..147d799a5f9 100644 --- a/po/wa.po +++ b/po/wa.po @@ -37,6 +37,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/wine.pot b/po/wine.pot index fed3f5e5be7..239ae8f2f54 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -34,6 +34,36 @@ msgstr "" msgid "Go to today" msgstr "" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "" + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 5cae4bdd284..e691e78e5d7 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -42,6 +42,38 @@ msgstr "今天:" msgid "Go to today" msgstr "转到今天" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "连接到 %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "正在连接到 %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "登录失败" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"请确认你输入的用户名和密码\n" +"是否正确." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "开着大写锁定可能导致你输入错误的密码." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "大写锁定开着" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 0cc6663d955..02c920a3282 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -42,6 +42,38 @@ msgstr "今天:" msgid "Go to today" msgstr "轉到今天" +#: credui.rc:27 +msgid "Connect to %s" +msgstr "連接到 %s" + +#: credui.rc:28 +msgid "Connecting to %s" +msgstr "正在連接到 %s" + +#: credui.rc:29 +msgid "Logon unsuccessful" +msgstr "登錄失敗" + +#: credui.rc:30 +msgid "" +"Make sure that your user name\n" +"and password are correct." +msgstr "" +"請確認你輸入的用戶名和密碼\n" +"是否正確." + +#: credui.rc:32 +msgid "" +"Having Caps Lock on may cause you to enter your password incorrectly.\n" +"\n" +"Press the Caps Lock key on your keyboard to turn off Caps Lock before\n" +"entering your password." +msgstr "開著大寫鎖定可能導致你輸入錯誤的密碼." + +#: credui.rc:31 +msgid "Caps Lock is On" +msgstr "大寫鎖定開著" + #: crypt32.rc:27 msgid "Authority Key Identifier" msgstr ""