mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
add missing strings
This commit is contained in:
parent
a8fa4e8bcc
commit
af9d1007fa
1 changed files with 11 additions and 0 deletions
|
@ -832,6 +832,7 @@ BEGIN
|
|||
IDS_OK "OK" // <- translate
|
||||
IDS_DONE "Gotowe" // <- translate
|
||||
IDS_LANGUAGE_NAME "Polish"
|
||||
IDS_NEW_GAME "New Game"
|
||||
IDS_ABOUT "CROSSWORDS " ABOUT_VERSION " (REV " SVN_REV ") "\
|
||||
"dla Windows Mobile. COPYRIGHT 1998-2009 BY "\
|
||||
"ERIC HOUSE. Oprogramowanie wydane na "\
|
||||
|
@ -855,6 +856,10 @@ BEGIN
|
|||
IDS_TURN_SCORE "punktacja za kolejkę: %d" XP_CR // <- translate
|
||||
IDS_COMMIT_CONFIRM "wykonać ruch?" XP_CR // <- translate
|
||||
IDS_LOCAL_NAME "%s" // <- translate
|
||||
IDS_REM "Rem"
|
||||
IDS_IGNORE_L "Ignore"
|
||||
IDS_WARN_L "Warn"
|
||||
IDS_DISALLOW_L "Disallow"
|
||||
IDS_NONLOCAL_NAME "%s (zdalne)" // <- translate
|
||||
IDS_TIME_PENALTY_SUB " - %d [czas]" // <- translate
|
||||
IDS_CUMULATIVE_SCORE "wynik kumulowany: %d" XP_CR // <- translate
|
||||
|
@ -923,6 +928,12 @@ BEGIN
|
|||
IDS_ROLE_GUEST "Goťć" // <- translate
|
||||
IDS_PLAYER_FORMAT "Gracz %d" // <- translate
|
||||
IDS_UNTITLED_FORMAT "Beznazwy %d" // <- translate
|
||||
IDS_PASSWDFMT_L "Enter password for %ls:"
|
||||
IDS_FILEEXISTSFMT_L "File %s already exists."
|
||||
IDS_NEED_TOUCH "This feature requires a touch screen."
|
||||
IDS_EDITCOLOR_FORMAT "Edit color for %s"
|
||||
IDS_LANG_CHANGE_RESTART "You must restart Crosswords for this change to take effect."
|
||||
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
IDS_CONN_RELAY_L "Proxy" // <- translate
|
||||
IDS_CONN_DIRECT "Bezpoťrednie" // <- translate
|
||||
|
|
Loading…
Reference in a new issue