mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
Merge branch 'android_branch' into android_translate
Conflicts: xwords4/android/XWords4/archive/R.java xwords4/android/XWords4/res/values/strings.xml xwords4/android/XWords4/res_src/values-ba_CK/strings.xml xwords4/android/XWords4/res_src/values-ca_PS/strings.xml
This commit is contained in:
commit
75eb955050
8 changed files with 4690 additions and 528 deletions
File diff suppressed because it is too large
Load diff
|
@ -712,7 +712,10 @@
|
|||
<!-- Notifies user of a normal robot move -->
|
||||
<string name="str_robot_moved_fmt">The robot %1$s made this move:\u0020</string>
|
||||
<!-- Notifies user of a robot trade move -->
|
||||
<plurals name="strd_robot_traded_fmt"><item quantity="other">exchanged %1$d tiles.</item></plurals>
|
||||
<plurals name="strd_robot_traded_fmt">
|
||||
<item quantity="one">exchanged one tile.</item>
|
||||
<item quantity="other">exchanged %1$d tiles.</item>
|
||||
</plurals>
|
||||
<!-- title for window you get when you select menu with text
|
||||
board_menu_game_counts -->
|
||||
<string name="strs_values_header_fmt">%1$s counts/values:\n</string>
|
||||
|
@ -1240,8 +1243,12 @@
|
|||
|
||||
<!-- Text of dialog asking user to confirm a move that exchanges
|
||||
tiles (instead of forming a new word to earn points) -->
|
||||
<plurals name="query_trade_fmt"><item quantity="other">Are you sure you want to exchange the
|
||||
%1$d selected tiles (%2$s)?</item></plurals>
|
||||
<plurals name="query_trade_fmt">
|
||||
<item quantity="one">Are you sure you want to exchange the
|
||||
selected tile (%2$s)?</item>
|
||||
<item quantity="other">Are you sure you want to exchange the
|
||||
%1$d selected tiles (%2$s)?</item>
|
||||
</plurals>
|
||||
|
||||
<!-- ############################################################
|
||||
# :Screens:
|
||||
|
@ -1800,11 +1807,11 @@
|
|||
<string name="pick_faceup">Pick tiles face-up</string>
|
||||
|
||||
<!-- -->
|
||||
<plurals name="dict_browse_title_fmt"><item quantity="other">%1$s (%2$d words using %3$d-%4$d
|
||||
tiles)</item></plurals>
|
||||
<string name="dict_browse_title_fmt">%1$s (%2$d words using %3$d-%4$d
|
||||
tiles)</string>
|
||||
<!-- -->
|
||||
<plurals name="dict_browse_title1_fmt"><item quantity="other">%1$s (%2$d words using %3$d
|
||||
tiles)</item></plurals>
|
||||
<string name="dict_browse_title1_fmt">%1$s (%2$d words using %3$d
|
||||
tiles)</string>
|
||||
<!-- -->
|
||||
<string name="dict_browse_nowords_fmt">No word in %1$s starts with
|
||||
%2$s.</string>
|
||||
|
@ -1878,6 +1885,9 @@
|
|||
<string name="new_move_body">One or more moves has arrived</string>
|
||||
<!-- -->
|
||||
<plurals name="invite_bt_desc_fmt">
|
||||
<item quantity="one">Please select the device
|
||||
you want to include in this game. Use the \"%2$s\"
|
||||
button if you don\'t see the device you expect.</item>
|
||||
<item quantity="other">Please select up to %1$d device[s]
|
||||
you want to include in this game. Use the \"%2$s\"
|
||||
button if you don\'t see a device you expect.</item>
|
||||
|
@ -2111,11 +2121,14 @@
|
|||
<string name="group_new_games">New games</string>
|
||||
|
||||
<plurals name="groups_confirm_del_fmt">
|
||||
<item quantity="other">Are you sure you want to delete the %1$d
|
||||
selected group[s]?</item>
|
||||
<item quantity="one">Are you sure you want to delete
|
||||
the selected group?</item>
|
||||
<item quantity="other">Are you sure you want to delete
|
||||
the %1$d selected group[s]?</item>
|
||||
</plurals>
|
||||
<plurals name="groups_confirm_del_games_fmt">
|
||||
<item quantity="other">\n\n(%1$d game[s] will also be
|
||||
<item quantity="one">\n\n(one game will also be deleted.)</item>
|
||||
<item quantity="other">\n\n(%1$d games will also be
|
||||
deleted.)</item>
|
||||
</plurals>
|
||||
|
||||
|
@ -2192,10 +2205,15 @@
|
|||
|
||||
<string name="slmenu_copy_sel">Copy to clipboard</string>
|
||||
<string name="slmenu_clear_sel">Delete selected</string>
|
||||
<plurals name="confirm_studylist_clear_fmt"><item quantity="other">Are you sure you want to
|
||||
delete the %1$d selected word[s]?\n\n(This action cannot be undone.)</item></plurals>
|
||||
<plurals name="confirm_studylist_clear_fmt">
|
||||
<item quantity="one">Are you sure you want to delete the
|
||||
selected word?\n\n(This action cannot be undone.)</item>
|
||||
<item quantity="other">Are you sure you want to delete the %1$d
|
||||
selected words?\n\n(This action cannot be undone.)</item>
|
||||
</plurals>
|
||||
<plurals name="paste_done_fmt">
|
||||
<item quantity="other">%1$d word[s] copied</item>
|
||||
<item quantity="one">One word copied</item>
|
||||
<item quantity="other">%1$d words copied</item>
|
||||
</plurals>
|
||||
<string name="add_done_fmt">%1$s added to %2$s studylist</string>
|
||||
<string name="studylist_title_fmt">Studylist for %1$s</string>
|
||||
|
@ -2221,7 +2239,10 @@
|
|||
<string name="loc_lang_blessed">%1$s (official)</string>
|
||||
<string name="loc_lang_local">%1$s (yours)</string>
|
||||
|
||||
<plurals name="new_xlations_fmt"><item quantity="other">Installed %1$d new translations</item></plurals>
|
||||
<plurals name="new_xlations_fmt">
|
||||
<item quantity="one">Installed one new translation</item>
|
||||
<item quantity="other">Installed %1$d new translations</item>
|
||||
</plurals>
|
||||
|
||||
<string name="xlations_enabled_title">Enable local translating</string>
|
||||
<string name="xlations_enabled_summary">Add option to every screen menu</string>
|
||||
|
@ -2335,13 +2356,12 @@
|
|||
<item quantity="other">%1$s played %2$s for %3$d points</item>
|
||||
</plurals>
|
||||
<plurals name="lmi_trade_fmt">
|
||||
<item quantity="one">%1$s traded one tile</item>
|
||||
<item quantity="other">%1$s traded %2$d tiles</item>
|
||||
</plurals>
|
||||
<string name="lmi_phony_fmt">%1$s lost a turn</string>
|
||||
<string name="lmi_tiles_fmt">Tiles assigned to %1$s</string>
|
||||
|
||||
<plurals name="bt_err_count_fmt"><item quantity="other">%1$d bluetooth errors so far</item></plurals>
|
||||
|
||||
<string name="bt_no_devs">You currently have no paired Bluetooth
|
||||
devices. Would you like to open the Android Settings Panel to add
|
||||
one or more?\n\n(You may also need to open it on the device you
|
||||
|
|
|
@ -606,6 +606,7 @@
|
|||
<string name="str_robot_moved_fmt">Eht tobor %1$s edam siht evom:\u0020</string>
|
||||
<!-- Notifies user of a robot trade move -->
|
||||
<plurals name="strd_robot_traded_fmt">
|
||||
<item quantity="one">degnahcxe eno elit.</item>
|
||||
<item quantity="other">degnahcxe %1$d selit.</item>
|
||||
</plurals>
|
||||
<!-- title for window you get when you select menu with text
|
||||
|
@ -1070,8 +1071,10 @@
|
|||
<!-- Text of dialog asking user to confirm a move that exchanges
|
||||
tiles (instead of forming a new word to earn points) -->
|
||||
<plurals name="query_trade_fmt">
|
||||
<item quantity="one">Era uoy erus uoy tnaw ot egnahcxe eht
|
||||
detceles elit (%2$s?)</item>
|
||||
<item quantity="other">Era uoy erus uoy tnaw ot egnahcxe eht
|
||||
%1$d detceles selit (%2$s?)</item>
|
||||
%1$d detceles selit (%2$s?)</item>
|
||||
</plurals>
|
||||
<!-- ############################################################
|
||||
# :Screens:
|
||||
|
@ -1086,7 +1089,7 @@
|
|||
-->
|
||||
<!-- title of the chat screen. The name of the current game is
|
||||
substituted for %1$s. -->
|
||||
<string name="chat_title_fmt">%1$s egassem yrotsih</string>
|
||||
<string name="chat_title_fmt">%1$s segassem</string>
|
||||
<!-- Prefix for local messages -->
|
||||
<string name="chat_local_id">Em:\u0020</string>
|
||||
<!-- Prefix for remote messages -->
|
||||
|
@ -1550,15 +1553,11 @@
|
|||
<!-- -->
|
||||
<string name="pick_faceup">Kcip selit pu-ecaf</string>
|
||||
<!-- -->
|
||||
<plurals name="dict_browse_title_fmt">
|
||||
<item quantity="other">%1$s (%2$d sdrow gnisu %3$d-%4$d
|
||||
)selit</item>
|
||||
</plurals>
|
||||
<string name="dict_browse_title_fmt">%1$s (%2$d sdrow gnisu %3$d-%4$d
|
||||
)selit</string>
|
||||
<!-- -->
|
||||
<plurals name="dict_browse_title1_fmt">
|
||||
<item quantity="other">%1$s (%2$d sdrow gnisu %3$d
|
||||
)selit</item>
|
||||
</plurals>
|
||||
<string name="dict_browse_title1_fmt">%1$s (%2$d sdrow gnisu %3$d
|
||||
)selit</string>
|
||||
<!-- -->
|
||||
<string name="dict_browse_nowords_fmt">On drow ni %1$s strats htiw
|
||||
%2$s.</string>
|
||||
|
@ -1624,6 +1623,9 @@
|
|||
<string name="new_move_body">Eno ro erom sevom sah devirra</string>
|
||||
<!-- -->
|
||||
<plurals name="invite_bt_desc_fmt">
|
||||
<item quantity="one">Esaelp tceles eht ecived
|
||||
uoy tnaw ot edulcni ni siht emag. Esu eht \"%2$s\"
|
||||
nottub fi uoy nod\'t ees eht ecived uoy tcepxe.</item>
|
||||
<item quantity="other">Esaelp tceles pu ot %1$d ]s[ecived
|
||||
uoy tnaw ot edulcni ni siht emag. Esu eht \"%2$s\"
|
||||
nottub fi uoy nod\'t ees a ecived uoy tcepxe.</item>
|
||||
|
@ -1832,11 +1834,14 @@
|
|||
<string name="group_cur_games">Ym semag</string>
|
||||
<string name="group_new_games">Wen semag</string>
|
||||
<plurals name="groups_confirm_del_fmt">
|
||||
<item quantity="other">Era uoy erus uoy tnaw ot eteled eht %1$d
|
||||
detceles ?]s[puorg</item>
|
||||
<item quantity="one">Era uoy erus uoy tnaw ot eteled
|
||||
eht detceles ?puorg</item>
|
||||
<item quantity="other">Era uoy erus uoy tnaw ot eteled
|
||||
eht %1$d detceles ?]s[puorg</item>
|
||||
</plurals>
|
||||
<plurals name="groups_confirm_del_games_fmt">
|
||||
<item quantity="other">\n\n(%1$d ]s[emag lliw osla eb
|
||||
<item quantity="one">\n\neno( emag lliw osla eb deteled.)</item>
|
||||
<item quantity="other">\n\n(%1$d semag lliw osla eb
|
||||
deteled.)</item>
|
||||
</plurals>
|
||||
<string name="rename_group_label">Egnahc eht eman fo siht puorg ot:</string>
|
||||
|
@ -1892,11 +1897,14 @@
|
|||
<string name="slmenu_copy_sel">Ypoc ot draobpilc</string>
|
||||
<string name="slmenu_clear_sel">Eteled detceles</string>
|
||||
<plurals name="confirm_studylist_clear_fmt">
|
||||
<item quantity="other">Era uoy erus uoy tnaw ot
|
||||
eteled eht %1$d detceles ?]s[drow\n\nsIht( noitca tonnac eb enodnu.)</item>
|
||||
<item quantity="one">Era uoy erus uoy tnaw ot eteled eht
|
||||
detceles ?drow\n\nsIht( noitca tonnac eb enodnu.)</item>
|
||||
<item quantity="other">Era uoy erus uoy tnaw ot eteled eht %1$d
|
||||
detceles ?sdrow\n\nsIht( noitca tonnac eb enodnu.)</item>
|
||||
</plurals>
|
||||
<plurals name="paste_done_fmt">
|
||||
<item quantity="other">%1$d ]s[drow deipoc</item>
|
||||
<item quantity="one">Eno drow deipoc</item>
|
||||
<item quantity="other">%1$d sdrow deipoc</item>
|
||||
</plurals>
|
||||
<string name="add_done_fmt">%1$s dedda ot %2$s tsilyduts</string>
|
||||
<string name="studylist_title_fmt">Tsilyduts rof %1$s</string>
|
||||
|
@ -1916,6 +1924,7 @@
|
|||
<string name="loc_lang_blessed">%1$s )laiciffo(</string>
|
||||
<string name="loc_lang_local">%1$s )sruoy(</string>
|
||||
<plurals name="new_xlations_fmt">
|
||||
<item quantity="one">Dellatsni eno wen noitalsnart</item>
|
||||
<item quantity="other">Dellatsni %1$d wen snoitalsnart</item>
|
||||
</plurals>
|
||||
<string name="xlations_enabled_title">Elbane lacol gnitalsnart</string>
|
||||
|
@ -2014,13 +2023,11 @@
|
|||
<item quantity="other">%1$s deyalp %2$s rof %3$d stniop</item>
|
||||
</plurals>
|
||||
<plurals name="lmi_trade_fmt">
|
||||
<item quantity="one">%1$s dedart eno elit</item>
|
||||
<item quantity="other">%1$s dedart %2$d selit</item>
|
||||
</plurals>
|
||||
<string name="lmi_phony_fmt">%1$s tsol a nrut</string>
|
||||
<string name="lmi_tiles_fmt">Selit dengissa ot %1$s</string>
|
||||
<plurals name="bt_err_count_fmt">
|
||||
<item quantity="other">%1$d htooteulb srorre os raf</item>
|
||||
</plurals>
|
||||
<string name="bt_no_devs">Uoy yltnerruc evah on deriap Htooteulb
|
||||
secived. Dluow uoy ekil ot nepo eht Diordna Sgnittes Lenap ot dda
|
||||
eno ro ?erom\n\nuOy( yam osla deen ot nepo ti no eht ecived uoy
|
||||
|
@ -2186,16 +2193,16 @@
|
|||
<item quantity="one">Eno egassem tnes</item>
|
||||
<item quantity="other">%1$s segassem tnes</item>
|
||||
</plurals>
|
||||
<!-- EXPERIMENATL: A choice of how to invite, along with SMS,
|
||||
Bluetooth, email etc -->
|
||||
<string name="invite_choice_clip">I\'ll esoohc</string>
|
||||
<!-- EXPERIMENATL: Shown as toast when user chooses "My choice" for
|
||||
invitation -->
|
||||
<string name="confirm_clear_chat">Era uoy erus uoy tnaw ot eteled
|
||||
lla tahc yrotsih rof siht ?emag\n\nsIht( noitca tonnac eb
|
||||
enodnu.)</string>
|
||||
<!-- EXPERIMENTAL: Shown as toast when user chooses "Copy to
|
||||
clipboard" for invitation -->
|
||||
<string name="invite_copied">Noitativni ydaer ot etsap</string>
|
||||
<!-- EXPERIMENATL: "label" for invite on clipboard. If it's shown
|
||||
<!-- EXPERIMENTAL: "label" for invite on clipboard. If it's shown
|
||||
it's by some Android utility -->
|
||||
<string name="clip_label">Noitativni LRU</string>
|
||||
<!-- EXPERIMENATL: Newbie hint next when invite_choice_clip shown
|
||||
<!-- EXPERIMENTAL: Newbie hint next when invite_choice_clip shown
|
||||
when chosen -->
|
||||
<string name="not_again_clip_expl_fmt">Eht \"%1$s\" noitpo seipoc na
|
||||
noitativni LRU ot eht draobpilc. Etsap ti otni eht ppa fo ruoy
|
||||
|
|
|
@ -508,12 +508,8 @@
|
|||
<string name="cur_tiles_fmt">Selector de fitxes\n(com a molt:%1$s)</string>
|
||||
<string name="pick_faceup">Tria les fitxes cara amunt</string>
|
||||
|
||||
<plurals name="dict_browse_title_fmt">
|
||||
<item quantity="other">%1$s (%2$d paraules usant %3$d-%4$d fitxes)</item>
|
||||
</plurals>
|
||||
<plurals name="dict_browse_title1_fmt">
|
||||
<item quantity="other">%1$s (%2$d paraules usant %3$d fitxes)</item>
|
||||
</plurals>
|
||||
<string name="dict_browse_title_fmt">%1$s (%2$d paraules usant %3$d-%4$d fitxes)</string>
|
||||
<string name="dict_browse_title1_fmt">%1$s (%2$d paraules usant %3$d fitxes)</string>
|
||||
<string name="dict_browse_nowords_fmt">No hi ha cap paraula a %1$s que comenci amb %2$s.</string>
|
||||
<string name="not_again_browse">Aquest botó obre l\'explorador de diccionaris en el diccionari actual del jugador.</string>
|
||||
<string name="not_again_browseall">Aquest botó obre l\'explorador de diccionaris en el diccionari de la vostra elecció.</string>
|
||||
|
@ -1012,9 +1008,6 @@
|
|||
<string name="db_store_done">S\'ha completat l\'escriptura a la targeta SD.</string>
|
||||
|
||||
<string name="confirm_sms_expl">Atenció: aquesta funcionalitat és per a telèfons amb plans de missatges SMS il·limitats. Si l\'habiliteu, per cada partida jugada, s\'enviaran dotzenes de missatges de text SMS de forma invisible. Si no teniu un pla il·limitat, la vostra operadora us pot cobrar cadascun dels missatges!\n\nVoleu habilitar el joc via SMS?</string>
|
||||
<plurals name="bt_err_count_fmt">
|
||||
<item quantity="other">Fins ara, %1$d errors Bluetooth</item>
|
||||
</plurals>
|
||||
|
||||
<string name="app_not_found_fmt">No es pot connectar al Crosswords en l\'aparell %1$s. Comproveu que l\'aparell és proper i que té el Crosswords instal·lat.</string>
|
||||
|
||||
|
|
|
@ -606,6 +606,7 @@
|
|||
<string name="str_robot_moved_fmt">THE ROBOT %1$s MADE THIS MOVE:\u0020</string>
|
||||
<!-- Notifies user of a robot trade move -->
|
||||
<plurals name="strd_robot_traded_fmt">
|
||||
<item quantity="one">EXCHANGED ONE TILE.</item>
|
||||
<item quantity="other">EXCHANGED %1$d TILES.</item>
|
||||
</plurals>
|
||||
<!-- title for window you get when you select menu with text
|
||||
|
@ -1070,8 +1071,10 @@
|
|||
<!-- Text of dialog asking user to confirm a move that exchanges
|
||||
tiles (instead of forming a new word to earn points) -->
|
||||
<plurals name="query_trade_fmt">
|
||||
<item quantity="one">ARE YOU SURE YOU WANT TO EXCHANGE THE
|
||||
SELECTED TILE (%2$s)?</item>
|
||||
<item quantity="other">ARE YOU SURE YOU WANT TO EXCHANGE THE
|
||||
%1$d SELECTED TILES (%2$s)?</item>
|
||||
%1$d SELECTED TILES (%2$s)?</item>
|
||||
</plurals>
|
||||
<!-- ############################################################
|
||||
# :Screens:
|
||||
|
@ -1086,7 +1089,7 @@
|
|||
-->
|
||||
<!-- title of the chat screen. The name of the current game is
|
||||
substituted for %1$s. -->
|
||||
<string name="chat_title_fmt">%1$s MESSAGE HISTORY</string>
|
||||
<string name="chat_title_fmt">%1$s MESSAGES</string>
|
||||
<!-- Prefix for local messages -->
|
||||
<string name="chat_local_id">ME:\u0020</string>
|
||||
<!-- Prefix for remote messages -->
|
||||
|
@ -1550,15 +1553,11 @@
|
|||
<!-- -->
|
||||
<string name="pick_faceup">PICK TILES FACE-UP</string>
|
||||
<!-- -->
|
||||
<plurals name="dict_browse_title_fmt">
|
||||
<item quantity="other">%1$s (%2$d WORDS USING %3$d-%4$d
|
||||
TILES)</item>
|
||||
</plurals>
|
||||
<string name="dict_browse_title_fmt">%1$s (%2$d WORDS USING %3$d-%4$d
|
||||
TILES)</string>
|
||||
<!-- -->
|
||||
<plurals name="dict_browse_title1_fmt">
|
||||
<item quantity="other">%1$s (%2$d WORDS USING %3$d
|
||||
TILES)</item>
|
||||
</plurals>
|
||||
<string name="dict_browse_title1_fmt">%1$s (%2$d WORDS USING %3$d
|
||||
TILES)</string>
|
||||
<!-- -->
|
||||
<string name="dict_browse_nowords_fmt">NO WORD IN %1$s STARTS WITH
|
||||
%2$s.</string>
|
||||
|
@ -1624,6 +1623,9 @@
|
|||
<string name="new_move_body">ONE OR MORE MOVES HAS ARRIVED</string>
|
||||
<!-- -->
|
||||
<plurals name="invite_bt_desc_fmt">
|
||||
<item quantity="one">PLEASE SELECT THE DEVICE
|
||||
YOU WANT TO INCLUDE IN THIS GAME. USE THE \"%2$s\"
|
||||
BUTTON IF YOU DON\'T SEE THE DEVICE YOU EXPECT.</item>
|
||||
<item quantity="other">PLEASE SELECT UP TO %1$d DEVICE[S]
|
||||
YOU WANT TO INCLUDE IN THIS GAME. USE THE \"%2$s\"
|
||||
BUTTON IF YOU DON\'T SEE A DEVICE YOU EXPECT.</item>
|
||||
|
@ -1832,11 +1834,14 @@
|
|||
<string name="group_cur_games">MY GAMES</string>
|
||||
<string name="group_new_games">NEW GAMES</string>
|
||||
<plurals name="groups_confirm_del_fmt">
|
||||
<item quantity="other">ARE YOU SURE YOU WANT TO DELETE THE %1$d
|
||||
SELECTED GROUP[S]?</item>
|
||||
<item quantity="one">ARE YOU SURE YOU WANT TO DELETE
|
||||
THE SELECTED GROUP?</item>
|
||||
<item quantity="other">ARE YOU SURE YOU WANT TO DELETE
|
||||
THE %1$d SELECTED GROUP[S]?</item>
|
||||
</plurals>
|
||||
<plurals name="groups_confirm_del_games_fmt">
|
||||
<item quantity="other">\n\n(%1$d GAME[S] WILL ALSO BE
|
||||
<item quantity="one">\n\n(ONE GAME WILL ALSO BE DELETED.)</item>
|
||||
<item quantity="other">\n\n(%1$d GAMES WILL ALSO BE
|
||||
DELETED.)</item>
|
||||
</plurals>
|
||||
<string name="rename_group_label">CHANGE THE NAME OF THIS GROUP TO:</string>
|
||||
|
@ -1892,11 +1897,14 @@
|
|||
<string name="slmenu_copy_sel">COPY TO CLIPBOARD</string>
|
||||
<string name="slmenu_clear_sel">DELETE SELECTED</string>
|
||||
<plurals name="confirm_studylist_clear_fmt">
|
||||
<item quantity="other">ARE YOU SURE YOU WANT TO
|
||||
DELETE THE %1$d SELECTED WORD[S]?\n\n(THIS ACTION CANNOT BE UNDONE.)</item>
|
||||
<item quantity="one">ARE YOU SURE YOU WANT TO DELETE THE
|
||||
SELECTED WORD?\n\n(THIS ACTION CANNOT BE UNDONE.)</item>
|
||||
<item quantity="other">ARE YOU SURE YOU WANT TO DELETE THE %1$d
|
||||
SELECTED WORDS?\n\n(THIS ACTION CANNOT BE UNDONE.)</item>
|
||||
</plurals>
|
||||
<plurals name="paste_done_fmt">
|
||||
<item quantity="other">%1$d WORD[S] COPIED</item>
|
||||
<item quantity="one">ONE WORD COPIED</item>
|
||||
<item quantity="other">%1$d WORDS COPIED</item>
|
||||
</plurals>
|
||||
<string name="add_done_fmt">%1$s ADDED TO %2$s STUDYLIST</string>
|
||||
<string name="studylist_title_fmt">STUDYLIST FOR %1$s</string>
|
||||
|
@ -1916,6 +1924,7 @@
|
|||
<string name="loc_lang_blessed">%1$s (OFFICIAL)</string>
|
||||
<string name="loc_lang_local">%1$s (YOURS)</string>
|
||||
<plurals name="new_xlations_fmt">
|
||||
<item quantity="one">INSTALLED ONE NEW TRANSLATION</item>
|
||||
<item quantity="other">INSTALLED %1$d NEW TRANSLATIONS</item>
|
||||
</plurals>
|
||||
<string name="xlations_enabled_title">ENABLE LOCAL TRANSLATING</string>
|
||||
|
@ -2014,13 +2023,11 @@
|
|||
<item quantity="other">%1$s PLAYED %2$s FOR %3$d POINTS</item>
|
||||
</plurals>
|
||||
<plurals name="lmi_trade_fmt">
|
||||
<item quantity="one">%1$s TRADED ONE TILE</item>
|
||||
<item quantity="other">%1$s TRADED %2$d TILES</item>
|
||||
</plurals>
|
||||
<string name="lmi_phony_fmt">%1$s LOST A TURN</string>
|
||||
<string name="lmi_tiles_fmt">TILES ASSIGNED TO %1$s</string>
|
||||
<plurals name="bt_err_count_fmt">
|
||||
<item quantity="other">%1$d BLUETOOTH ERRORS SO FAR</item>
|
||||
</plurals>
|
||||
<string name="bt_no_devs">YOU CURRENTLY HAVE NO PAIRED BLUETOOTH
|
||||
DEVICES. WOULD YOU LIKE TO OPEN THE ANDROID SETTINGS PANEL TO ADD
|
||||
ONE OR MORE?\n\n(YOU MAY ALSO NEED TO OPEN IT ON THE DEVICE YOU
|
||||
|
@ -2186,16 +2193,16 @@
|
|||
<item quantity="one">ONE MESSAGE SENT</item>
|
||||
<item quantity="other">%1$s MESSAGES SENT</item>
|
||||
</plurals>
|
||||
<!-- EXPERIMENATL: A choice of how to invite, along with SMS,
|
||||
Bluetooth, email etc -->
|
||||
<string name="invite_choice_clip">I\'LL CHOOSE</string>
|
||||
<!-- EXPERIMENATL: Shown as toast when user chooses "My choice" for
|
||||
invitation -->
|
||||
<string name="confirm_clear_chat">ARE YOU SURE YOU WANT TO DELETE
|
||||
ALL CHAT HISTORY FOR THIS GAME?\n\n(THIS ACTION CANNOT BE
|
||||
UNDONE.)</string>
|
||||
<!-- EXPERIMENTAL: Shown as toast when user chooses "Copy to
|
||||
clipboard" for invitation -->
|
||||
<string name="invite_copied">INVITATION READY TO PASTE</string>
|
||||
<!-- EXPERIMENATL: "label" for invite on clipboard. If it's shown
|
||||
<!-- EXPERIMENTAL: "label" for invite on clipboard. If it's shown
|
||||
it's by some Android utility -->
|
||||
<string name="clip_label">INVITATION URL</string>
|
||||
<!-- EXPERIMENATL: Newbie hint next when invite_choice_clip shown
|
||||
<!-- EXPERIMENTAL: Newbie hint next when invite_choice_clip shown
|
||||
when chosen -->
|
||||
<string name="not_again_clip_expl_fmt">THE \"%1$s\" OPTION COPIES AN
|
||||
INVITATION URL TO THE CLIPBOARD. PASTE IT INTO THE APP OF YOUR
|
||||
|
|
|
@ -2225,20 +2225,13 @@ ligne, les mots qui viennent d\'être joués.</string>
|
|||
tiles)</string>-->
|
||||
<!--<string name="dict_browse_title_fmt">%1$s (%2$d mots utilisant de %3$d à
|
||||
%4$d jetons)</string>-->
|
||||
<plurals name="dict_browse_title_fmt">
|
||||
<item quantity="one">%1$s (%2$d mot utilisant de %3$d à
|
||||
%4$d jetons)</item>
|
||||
<item quantity="other">%1$s (%2$d mots utilisant de %3$d à
|
||||
%4$d jetons)</item>
|
||||
</plurals>
|
||||
<string name="dict_browse_title_fmt">%1$s (%2$d mots utilisant de
|
||||
%3$d à %4$d jetons)</string>
|
||||
<!-- -->
|
||||
<!--<string name="dict_browse_title1_fmt">%1$s (%2$d words using %3$d
|
||||
tiles)</string>-->
|
||||
<!--<string name="dict_browse_title1_fmt">%1$s (%2$d mots utilisant %3$d jetons)</string>-->
|
||||
<plurals name="dict_browse_title1_fmt">
|
||||
<item quantity="one">%1$s (%2$d mot utilisant %3$d jetons)</item>
|
||||
<item quantity="other">%1$s (%2$d mots utilisant %3$d jetons)</item>
|
||||
</plurals>
|
||||
<string name="dict_browse_title1_fmt">%1$s (%2$d mots utilisant %3$d jetons)</string>
|
||||
<!-- -->
|
||||
<!--<string name="dict_browse_nowords_fmt">No word in %1$s starts with
|
||||
%2$s.</string>-->
|
||||
|
@ -3056,13 +3049,6 @@ pour voir ce qui est disponible.</string>
|
|||
<!--<string name="lmi_tiles_fmt">Tiles assigned to %1$s</string>-->
|
||||
<string name="lmi_tiles_fmt">Jetons attribués à %1$s</string>
|
||||
|
||||
<!--<string name="bt_err_count_fmt">%1$d bluetooth errors so far</string>-->
|
||||
<!--<string name="bt_err_count_fmt">%1$d erreurs Bluetooth jusqu\'à maintenant</string>-->
|
||||
<plurals name="bt_err_count_fmt">
|
||||
<item quantity="one">%1$d erreur Bluetooth jusqu\'à maintenant</item>
|
||||
<item quantity="other">%1$d erreurs Bluetooth jusqu\'à maintenant</item>
|
||||
</plurals>
|
||||
|
||||
<!--<string name="bt_no_devs">You currently have no paired Bluetooth
|
||||
devices. Would you like to open the Android Settings Panel to add
|
||||
one or more?\n\n(You may also need to open it on the device you
|
||||
|
|
|
@ -390,14 +390,8 @@
|
|||
<string name="tilepick_all">Kies voor mij</string>
|
||||
<string name="cur_tiles_fmt">Letter kiezer\n(tot nog toe: %1$s)</string>
|
||||
<string name="pick_faceup">Pak letters met de letter naar boven</string>
|
||||
<plurals name="dict_browse_title_fmt">
|
||||
<item quantity="one">%1$s (%2$d woord met %3$d-%4$d letters)</item>
|
||||
<item quantity="other">%1$s (%2$d woorden met %3$d-%4$d letters)</item>
|
||||
</plurals>
|
||||
<plurals name="dict_browse_title1_fmt">
|
||||
<item quantity="one">%1$s (%2$d woord met %3$d letters)</item>
|
||||
<item quantity="other">%1$s (%2$d woorden met %3$d letters)</item>
|
||||
</plurals>
|
||||
<string name="dict_browse_title_fmt">%1$s (%2$d woorden met %3$d-%4$d letters)</string>
|
||||
<string name="dict_browse_title1_fmt">%1$s (%2$d woorden met %3$d letters)</string>
|
||||
<string name="dict_browse_nowords_fmt">Geen woord in %1$s begint met %2$s.</string>
|
||||
<string name="not_again_browse">Deze knop opent de woordenlijst browser voor de woordenlijst van de speler die aan de beurt is.</string>
|
||||
<string name="not_again_browseall">Deze knop opent de woordenlijst browser voor de woordenlijst van jouw keuze.</string>
|
||||
|
@ -674,10 +668,6 @@
|
|||
</plurals>
|
||||
<string name="lmi_phony_fmt">%1$s heeft een beurt verloren</string>
|
||||
<string name="lmi_tiles_fmt">Letters gedeeld naar %1$s</string>
|
||||
<plurals name="bt_err_count_fmt">
|
||||
<item quantity="one">%1$d bluetooth fout tot nog toe</item>
|
||||
<item quantity="other">%1$d bluetooth fouten tot nog toe</item>
|
||||
</plurals>
|
||||
<string name="bt_no_devs">Je hebt om het moment geen gepaarde Bluetooth apparaten. Wil je de Android instellingen openen om een of meer apparaten te paren?\n\n(Je moet dit mogelijk ook doen op het apparaat waar je mee wilt paren.)</string>
|
||||
<string name="app_not_found_fmt">Kan niet met Crosswords verbinden op apparaat %1$s. Controleer of het apparaat dichtbij genoeg is en dat Crosswords erop geïnstalleerd is.</string>
|
||||
<string name="default_language">Stardaardtaal</string>
|
||||
|
|
|
@ -90,10 +90,10 @@ public class DictBrowseDelegate extends ListDelegateBase
|
|||
m_nWords = XwJNI.dict_iter_wordCount( m_dictClosure );
|
||||
|
||||
int format = m_browseState.m_minShown == m_browseState.m_maxShown ?
|
||||
R.plurals.dict_browse_title1_fmt : R.plurals.dict_browse_title_fmt;
|
||||
setTitle( getQuantityString( format, m_nWords, m_name, m_nWords,
|
||||
m_browseState.m_minShown,
|
||||
m_browseState.m_maxShown ));
|
||||
R.string.dict_browse_title1_fmt : R.string.dict_browse_title_fmt;
|
||||
setTitle( getString( format, m_name, m_nWords,
|
||||
m_browseState.m_minShown,
|
||||
m_browseState.m_maxShown ));
|
||||
|
||||
String desc = XwJNI.dict_iter_getDesc( m_dictClosure );
|
||||
if ( null != desc ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue