Changeset 1574


Ignore:
Timestamp:
01/17/12 03:50:03 (16 months ago)
Author:
reyalp
Message:

lang and polish translation updates from outslider in http://chdk.setepontos.com/index.php?topic=650.msg80034#msg80034

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHDK/LANG/english.lng

    r1569 r1574  
    594594479 "Enter name of directory:" 
    595595480 "Enter new name of file:" 
     596481 "Remove dir" 
  • trunk/CHDK/LANG/polish.lng

    r719 r1574  
    320320 
    321321 
    322 238 "Dod.opcje fotogr.(silniej.od 'ustawien Canona')" 
     322238 "Dodatkowe opcje fotograficzne" 
    323323239 "Wymuszone opcje naswietlania" 
    324324240 "Wymuszony czas ekspozycji" 
     
    571571452 "Uruchom ponownie aparat..." 
    572572453 "Wymuszaj recznie lampe blyskowa" 
     573454 "Wymuszona jakosc" 
     574455 "Restart Lua gdy blad" 
     575456 "Filtruj krawedzie" 
     576457 "Zawsze pokaz" 
     577458 "   Nakladka panoramy (%)" 
     578459 "Utworz badpixel.bin" 
     579460 "Aparat musi byc w trybie REC\naby wykonac czynnosc" 
     580461 "%s zablokowano przy kompilacji" 
     581462 "Ekran dotykowy" 
     582463 "Kontlola AE wideo" 
     583464 "Przyciski trybu <ALT>" 
     584465 "USB - zdalny pilot" 
     585466 "Pokazuj status USB" 
     586 
     587467 "Zapis log pamieci ROM" 
     588468 "BLAD: SystemEventInit and System.Create failed" 
     589469 "ROMLOG nie moze byc zapisany" 
     590470 "ROMLOG zapisany do ROMLOG.LOG" 
     591 
     592471 "Zmien typ" 
     593472 "Tryb kontroli" 
     594473 "Opcje" 
     595 
     596474 "Wybierz profil klawiatury" 
     597475 "Zaladuj profil klawiatury" 
     598476 "Wiecej ->" 
     599477 "Utworz katalog" 
     600478 "Zmien nazwe" 
     601479 "Wpisz nazwe katalogu:" 
     602480 "Wpisz nowa nazwe pliku:" 
     603481 "Usun katalog" 
     604 
  • trunk/core/gui_fselect.c

    r1569 r1574  
    123123        { MPOPUP_CHDK_REPLACE,  (int)"Set this CHDK" }, 
    124124        { MPOPUP_RAWOPS,                (int)"Raw ops ->" }, 
    125         { MPOPUP_MORE,                  (int)"More -> " }, 
     125        { MPOPUP_MORE,                  LANG_POPUP_MORE }, 
    126126        { 0,                                    0 }, 
    127127}; 
     
    148148static struct mpopup_item popup_more[]= { 
    149149        { MPOPUP_MKDIR,         LANG_POPUP_MKDIR }, 
    150         { MPOPUP_RMDIR,                 (int)"Remove dir" }, 
     150        { MPOPUP_RMDIR,                 LANG_POPUP_RMDIR }, 
    151151        { MPOPUP_RENAME,                LANG_POPUP_RENAME }, 
    152152        { 0,                                    0 }, 
  • trunk/core/gui_lang.h

    r1569 r1574  
    601601#define LANG_PROMPT_MKDIR                       479 
    602602#define LANG_PROMPT_RENAME                      480 
     603#define LANG_POPUP_RMDIR           481 
    603604 
    604605//------------------------------------------------------------------- 
    605606 
    606 #define GUI_LANG_ITEMS                  480 
     607#define GUI_LANG_ITEMS                  481 
    607608 
    608609//------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.