Improve about activity and translate it to French
app/src/main/res/layout/activity_about.xml
6 | 6 | android:layout_height="match_parent" | |
7 | 7 | tools:context=".AboutActivity"> | |
8 | 8 | ||
9 | - | <android.support.constraint.ConstraintLayout | |
9 | + | <LinearLayout | |
10 | 10 | android:layout_width="match_parent" | |
11 | 11 | android:layout_height="wrap_content" | |
12 | - | android:layout_margin="8dp"> | |
12 | + | android:layout_margin="8dp" | |
13 | + | android:orientation="vertical" | |
14 | + | android:paddingBottom="16dp"> | |
13 | 15 | ||
14 | 16 | <TextView | |
15 | 17 | android:id="@+id/textView6" | |
16 | 18 | android:layout_width="wrap_content" | |
17 | 19 | android:layout_height="wrap_content" | |
18 | - | android:layout_marginStart="8dp" | |
19 | - | android:layout_marginLeft="8dp" | |
20 | - | android:layout_marginTop="8dp" | |
21 | - | android:layout_marginEnd="8dp" | |
22 | - | android:layout_marginRight="8dp" | |
20 | + | android:layout_gravity="center" | |
23 | 21 | android:text="@string/data_licenses" | |
24 | 22 | android:textColor="@color/colorPrimaryDark" | |
25 | - | android:textSize="@dimen/title_size" | |
26 | - | app:layout_constraintEnd_toEndOf="parent" | |
27 | - | app:layout_constraintStart_toStartOf="parent" | |
28 | - | app:layout_constraintTop_toBottomOf="@+id/linearLayout" /> | |
23 | + | android:textSize="@dimen/title_size" /> | |
29 | 24 | ||
30 | 25 | <TextView | |
31 | 26 | android:id="@+id/textView5" | |
32 | 27 | android:layout_width="wrap_content" | |
33 | 28 | android:layout_height="wrap_content" | |
34 | - | android:layout_marginStart="8dp" | |
35 | - | android:layout_marginLeft="8dp" | |
36 | - | android:layout_marginTop="8dp" | |
37 | - | android:layout_marginEnd="8dp" | |
38 | - | android:layout_marginRight="8dp" | |
29 | + | android:layout_marginTop="16dp" | |
39 | 30 | android:text="@string/action_about" | |
40 | 31 | android:textColor="@color/colorPrimaryDark" | |
41 | - | android:textSize="@dimen/title_size" | |
42 | - | app:layout_constraintEnd_toEndOf="parent" | |
43 | - | app:layout_constraintStart_toStartOf="parent" | |
44 | - | app:layout_constraintTop_toTopOf="parent" /> | |
32 | + | android:textSize="@dimen/title_size" /> | |
45 | 33 | ||
46 | 34 | <TextView | |
47 | - | android:id="@+id/textView4" | |
35 | + | android:id="@+id/textView" | |
48 | 36 | android:layout_width="wrap_content" | |
49 | 37 | android:layout_height="wrap_content" | |
50 | - | android:layout_marginStart="8dp" | |
51 | - | android:layout_marginLeft="8dp" | |
52 | - | android:layout_marginTop="8dp" | |
53 | - | android:layout_marginEnd="8dp" | |
54 | - | android:layout_marginRight="8dp" | |
55 | - | android:text="@string/data_intro" | |
56 | - | app:layout_constraintEnd_toEndOf="parent" | |
57 | - | app:layout_constraintStart_toStartOf="parent" | |
58 | - | app:layout_constraintTop_toBottomOf="@+id/textView6" /> | |
38 | + | android:text="@string/nani_about" | |
39 | + | app:lineHeight="22dp" /> | |
40 | + | ||
41 | + | <TextView | |
42 | + | android:id="@+id/textView8" | |
43 | + | android:layout_width="match_parent" | |
44 | + | android:layout_height="wrap_content" | |
45 | + | android:layout_marginTop="16dp" | |
46 | + | android:text="@string/nani_why" | |
47 | + | app:lineHeight="22dp" /> | |
59 | 48 | ||
60 | 49 | <LinearLayout | |
61 | 50 | android:id="@+id/linearLayout" | |
62 | 51 | android:layout_width="match_parent" | |
63 | 52 | android:layout_height="wrap_content" | |
64 | - | android:layout_marginStart="8dp" | |
65 | - | android:layout_marginLeft="8dp" | |
66 | - | android:layout_marginTop="16dp" | |
67 | - | android:layout_marginEnd="8dp" | |
68 | - | android:layout_marginRight="8dp" | |
69 | - | android:orientation="horizontal" | |
70 | - | app:layout_constraintEnd_toEndOf="parent" | |
71 | - | app:layout_constraintStart_toStartOf="parent" | |
72 | - | app:layout_constraintTop_toBottomOf="@+id/textView3"> | |
53 | + | android:layout_marginTop="8dp" | |
54 | + | android:orientation="horizontal"> | |
73 | 55 | ||
74 | 56 | <Button | |
75 | 57 | android:id="@+id/report_button" | |
76 | 58 | android:layout_width="wrap_content" | |
77 | 59 | android:layout_height="wrap_content" | |
60 | + | android:layout_marginEnd="8dp" | |
78 | 61 | android:layout_marginRight="8dp" | |
79 | 62 | android:layout_weight="1" | |
80 | 63 | android:background="@color/colorAccent" | |
… | |||
85 | 68 | android:id="@+id/sources_button" | |
86 | 69 | android:layout_width="wrap_content" | |
87 | 70 | android:layout_height="wrap_content" | |
71 | + | android:layout_marginStart="8dp" | |
88 | 72 | android:layout_marginLeft="8dp" | |
89 | 73 | android:layout_weight="1" | |
90 | 74 | android:background="@color/colorAccent" | |
… | |||
93 | 77 | </LinearLayout> | |
94 | 78 | ||
95 | 79 | <TextView | |
96 | - | android:id="@+id/textView3" | |
97 | - | android:layout_width="wrap_content" | |
80 | + | android:id="@+id/textView9" | |
81 | + | android:layout_width="match_parent" | |
98 | 82 | android:layout_height="wrap_content" | |
99 | - | android:layout_marginStart="8dp" | |
100 | - | android:layout_marginLeft="8dp" | |
101 | - | android:layout_marginTop="8dp" | |
102 | - | android:layout_marginEnd="8dp" | |
103 | - | android:layout_marginRight="8dp" | |
104 | - | android:text="@string/license_text" | |
105 | - | app:layout_constraintEnd_toEndOf="parent" | |
106 | - | app:layout_constraintStart_toStartOf="parent" | |
107 | - | app:layout_constraintTop_toBottomOf="@+id/textView2" /> | |
83 | + | android:layout_marginTop="16dp" | |
84 | + | android:text="@string/about_recommend" | |
85 | + | app:lineHeight="22dp" /> | |
108 | 86 | ||
109 | 87 | <TextView | |
110 | 88 | android:id="@+id/textView2" | |
111 | 89 | android:layout_width="wrap_content" | |
112 | 90 | android:layout_height="wrap_content" | |
113 | - | android:layout_marginStart="8dp" | |
114 | - | android:layout_marginLeft="8dp" | |
115 | 91 | android:layout_marginTop="16dp" | |
116 | - | android:layout_marginEnd="8dp" | |
117 | - | android:layout_marginRight="8dp" | |
118 | 92 | android:text="@string/license" | |
119 | 93 | android:textColor="@color/colorPrimaryDark" | |
120 | - | android:textSize="@dimen/title_size" | |
121 | - | app:layout_constraintEnd_toEndOf="parent" | |
122 | - | app:layout_constraintStart_toStartOf="parent" | |
123 | - | app:layout_constraintTop_toBottomOf="@+id/textView" /> | |
94 | + | android:textSize="@dimen/title_size" /> | |
124 | 95 | ||
125 | 96 | <TextView | |
126 | - | android:id="@+id/textView" | |
97 | + | android:id="@+id/textView3" | |
127 | 98 | android:layout_width="wrap_content" | |
128 | 99 | android:layout_height="wrap_content" | |
129 | - | android:layout_marginStart="8dp" | |
130 | - | android:layout_marginLeft="8dp" | |
131 | - | android:layout_marginEnd="8dp" | |
132 | - | android:layout_marginRight="8dp" | |
133 | - | android:text="@string/nani_about" | |
134 | - | app:layout_constraintEnd_toEndOf="parent" | |
135 | - | app:layout_constraintStart_toStartOf="parent" | |
136 | - | app:layout_constraintTop_toBottomOf="@+id/textView5" /> | |
137 | - | </android.support.constraint.ConstraintLayout> | |
100 | + | android:text="@string/license_text" | |
101 | + | app:lineHeight="22dp" /> | |
102 | + | ||
103 | + | <TextView | |
104 | + | android:id="@+id/textView7" | |
105 | + | android:layout_width="match_parent" | |
106 | + | android:layout_height="wrap_content" | |
107 | + | android:text="@string/data_licenses" | |
108 | + | android:layout_marginTop="16dp" | |
109 | + | android:textColor="@color/colorPrimaryDark" | |
110 | + | android:textSize="@dimen/title_size" /> | |
111 | + | ||
112 | + | <TextView | |
113 | + | android:id="@+id/textView4" | |
114 | + | android:layout_width="wrap_content" | |
115 | + | android:layout_height="wrap_content" | |
116 | + | android:text="@string/data_intro" | |
117 | + | app:lineHeight="22dp" /> | |
118 | + | ||
119 | + | <TextView | |
120 | + | android:id="@+id/textView10" | |
121 | + | android:layout_width="match_parent" | |
122 | + | android:layout_height="wrap_content" | |
123 | + | android:layout_marginTop="16dp" | |
124 | + | android:text="@string/erdrg_title" | |
125 | + | android:textColor="@color/design_default_color_primary_dark" | |
126 | + | android:textSize="@dimen/subtitle_size" /> | |
127 | + | ||
128 | + | <TextView | |
129 | + | android:id="@+id/textView11" | |
130 | + | android:layout_width="match_parent" | |
131 | + | android:layout_height="wrap_content" | |
132 | + | app:lineHeight="22dp" | |
133 | + | android:text="@string/erdrg_descr" /> | |
134 | + | ||
135 | + | <TextView | |
136 | + | android:id="@+id/textView12" | |
137 | + | android:layout_width="match_parent" | |
138 | + | android:layout_height="wrap_content" | |
139 | + | app:lineHeight="22dp" | |
140 | + | android:textSize="@dimen/subtitle_size" | |
141 | + | android:layout_marginTop="8dp" | |
142 | + | android:text="@string/jmdict_title" /> | |
143 | + | ||
144 | + | <TextView | |
145 | + | android:id="@+id/textView13" | |
146 | + | android:layout_width="match_parent" | |
147 | + | android:layout_height="wrap_content" | |
148 | + | app:lineHeight="22dp" | |
149 | + | android:text="@string/jmdict_descr" /> | |
150 | + | ||
151 | + | <TextView | |
152 | + | android:id="@+id/textView14" | |
153 | + | android:layout_width="match_parent" | |
154 | + | android:layout_height="wrap_content" | |
155 | + | app:lineHeight="22dp" | |
156 | + | android:text="@string/jmdict_license" /> | |
157 | + | ||
158 | + | </LinearLayout> | |
138 | 159 | ||
139 | 160 | </ScrollView> | |
139 | 160 | = | |
140 | 161 | = | \ No newline at end of file |
app/src/main/res/values-fr/strings.xml
1 | - | <?xml version="1.0" encoding="utf-8"?> | |
2 | 1 | <resources> | |
3 | - | <string name="app_name">Nani?</string> | |
4 | 2 | <string name="action_settings">Param??tres</string> | |
5 | 3 | <string name="action_dictionaries">G??rer les dictionnaires</string> | |
6 | 4 | <string name="action_about">?? propos</string> | |
7 | - | <string name="search_hint">Rechercher un mot en japonais, un kanji, un sens, ???</string> | |
5 | + | ||
6 | + | <string name="search_hint">Rechercher un mot en japonais, par kanji, par signification, ???</string> | |
8 | 7 | <string name="search_button">Rechercher</string> | |
9 | 8 | <string name="title_activity_dictionary">Dictionnaires</string> | |
10 | 9 | <string name="no_search">Recherche vide</string> | |
11 | - | <string name="no_dic">Vous n\'avez pas t??l??charg?? de dictionnaire utilisable avec cette fonctionalit?? de recherche. Choisissez un dictionnaire</string> | |
12 | - | <string name="incompatible_format">Le dictionnaire %s n\'est pas compatible avec cette version de l\'application. Mettez ?? jour soit le dictionnaire soit l\'application.</string> | |
10 | + | <string name="no_dic">Vous n\'avez pas encore t??l??charg?? de dictionnaire utilisable avec cette | |
11 | + | fonctionnalit?? de recherche. T??l??chargez un dictionnaire. | |
12 | + | </string> | |
13 | + | <string name="incompatible_format">Le dictionnaire %s est incompatible avec cette version de | |
14 | + | l\'application. Mettez ?? jour soit l'appli, soit le dictionnaire. | |
15 | + | </string> | |
16 | + | ||
13 | 17 | <string name="download">T??l??charger</string> | |
14 | 18 | <string name="remove">Supprimer</string> | |
15 | 19 | <string name="icon_description">Icone</string> | |
16 | 20 | <string name="kanji_description">??criture</string> | |
17 | - | <string name="dictionary_size">Taille r??elle : %d Mo</string> | |
21 | + | ||
22 | + | <string name="dictionary_size">Taille r??elle : %d???Mo</string> | |
23 | + | ||
24 | + | <!-- Dictionnary descriptions --> | |
25 | + | <string name="dico_jmdict_e">Dictionnaire japonais/anglais de l\'Electronic Dictionary Research and Development Group.\n~56???Mo, ~180???000 entr??es.</string> | |
26 | + | <string name="dico_jmdict_dut">Dictionnaire japonais/n??erlandais de l\'Electronic Dictionary Research and Development Group.\n~19 Mo, ~35???000 entr??es.</string> | |
27 | + | <string name="dico_jmdict_fre">Dictionnaire japonais/fran??ais de l\'Electronic Dictionary Research and Development Group.\n~4 Mo, ~15???000 entr??es.</string> | |
28 | + | <string name="dico_jmdict_ger">Dictionnaire japonais/allemand de l\'Electronic Dictionary Research and Development Group.\n~40 Mo, ~120???000 entr??es.</string> | |
29 | + | <string name="dico_jmdict_hun">Dictionnaire japonais/hongrois de l\'Electronic Dictionary Research and Development Group.\n~9 Mo, ~40???000 entr??es.</string> | |
30 | + | <string name="dico_jmdict_rus">Dictionnaire japonais/russe de l\'Electronic Dictionary Research and Development Group.\n~45 Mo, ~65???000 entr??es.</string> | |
31 | + | <string name="dico_jmdict_slv">Dictionnaire japonais/slov??ne de l\'Electronic Dictionary Research and Development Group.\n~2 Mo, ~9???000 entr??es.</string> | |
32 | + | <string name="dico_jmdict_spa">Dictionnaire japonais/espagnol de l\'Electronic Dictionary Research and Development Group.\n~8 Mo, ~35???000 entr??es.</string> | |
33 | + | <string name="dico_jmdict_swe">Dictionnaire japonais/su??dois de l\'Electronic Dictionary Research and Development Group.\n~2 Mo, ~15???000 entr??es.</string> | |
34 | + | <string name="dico_jmdict_long">Ce dictionnaire vous permet d\'effectuer des recherches sur la vue | |
35 | + | principale de cette appli. Si vous n\'en t??l??chargez aucun, l\'appli sera inutilisable puisque | |
36 | + | vous ne pourrez rien rechercher. Ce dictionnaire permet d\'effectuer des recherches par kanji, | |
37 | + | par pronociation (kana) et par signification dans les langues que vous aurez t??l??charg??es. | |
38 | + | </string> | |
39 | + | ||
40 | + | <!-- Result view --> | |
18 | 41 | <string name="sense_number">%d.</string> | |
19 | 42 | <string name="sense_separator">" ; "</string> | |
20 | 43 | <string name="sense_alternatives">Formes alternatives : %s</string> | |
21 | - | <string name="license">Licence</string> | |
22 | - | <string name="license_text">Nani? est un logiciel libre ; vous pouvez le redistribuer ou le modifier suivant les termes de la GNU General Public License telle que publi??e par la Free Software Foundation ; soit la version 3 de la licence, soit (?? votre gr??) toute version ult??rieure. Nani? est distribu?? dans l\'espoir qu\'il sera utile, mais SANS AUCUNE GARANTIE ; sans m??me la garantie tacite de QUALIT?? MARCHANDE ou d\'AD??QUATION ?? UN BUT PARTICULIER. Consultez la GNU General Public License pour plus de d??tails. Vous devez avoir re??u une copie de la GNU General Public License en m??me temps que ce programme ; si ce n\'est pas le cas, consultez <http://www.gnu.org/licenses>.</string> | |
44 | + | ||
45 | + | <!-- About activity --> | |
46 | + | <string name="nani_about">???Nani???? est un dictionnaire japonais hors-ligne pour Android. Il vous | |
47 | + | aide ?? trouver et comprendre des mots sans acc??s internet, en t??l??chargeant des sources de | |
48 | + | dictionnaires.\n\nLes retours sont toujours appr??ci??s ! Vous pouvez les ??crire en fran??ais, | |
49 | + | en anglais, en esp??ranto et bien s??r en japonais. | |
50 | + | </string> | |
51 | + | <string name="nani_why">J\'??tudie le japonais mais je n\'ai jamais r??ussi ?? trouver l\'appli | |
52 | + | ad??quate pour servir de dictionnaire. Mon but est ici de pouvoir acc??der ?? un dictionnaire | |
53 | + | japonais dans diff??rents contextes : lorsque je lis, lorsque je cherche un mot que je ne | |
54 | + | connais pas en japonais, lorsque je veux en apprendre plus sur an kanji, etc.\n\nCette | |
55 | + | appli vous permet de t??l??charger diff??rents types de dictionnaires qui activent certaines | |
56 | + | de ces fonctionnalit??s. | |
57 | + | </string> | |
58 | + | <string name="about_recommend">Je vous recommande d\'utiliser une m??thode d\'entr??e japonaise sur | |
59 | + | votre t??l??phone, comme mozc, pour mieux profiter de cette appli. | |
60 | + | </string> | |
23 | 61 | <string name="report">Rapporter un bogue</string> | |
24 | 62 | <string name="view_source">Voir les sources</string> | |
63 | + | <string name="license">Licence</string> | |
64 | + | <string name="license_text">Nani? est un logiciel libre ; vous pouvez le redistribuer ou le | |
65 | + | modifier suivant les termes de la GNU General Public License telle que publi??e par la | |
66 | + | Free Software Foundation ; soit la version 3 de la licence, soit (?? votre gr??) toute | |
67 | + | version ult??rieure.\n\nNani? est distribu?? dans l\'espoir qu\'il sera utile, mais SANS | |
68 | + | AUCUNE GARANTIE ; sans m??me la garantie tacite de QUALIT?? MARCHANDE ou d'AD??QUATION ?? UN | |
69 | + | BUT PARTICULIER. Consultez la GNU General Public License pour plus de d??tails. | |
70 | + | Vous devez avoir re??u une copie de la GNU General Public License en m??me temps que ce | |
71 | + | programme ; si ce n'est pas le cas, consultez <http://www.gnu.org/licenses/gpl.html>. | |
72 | + | </string> | |
25 | 73 | <string name="data_licenses">Licences des donn??es</string> | |
26 | - | <string name="data_intro">Nani? utilise des donn??es tierces distribu??es sous diff??rentes licenses.</string> | |
27 | - | <string name="dico_jmdict_e">Dictionnaire japonais/anglais du Electronic Dictionary Research and Development Group. ~56???Mo, ~180???000 entr??es.</string> | |
28 | - | <string name="dico_jmdict_dut">Dictionnaire japonais/n??erlandais du Electronic Dictionary Research and Development Group. ~19???Mo, ~35???000 entr??es.</string> | |
29 | - | <string name="dico_jmdict_fre">Dictionnaire japonais/fran??ais du Electronic Dictionary Research and Development Group. ~4???Mo, ~15???000 entr??es.</string> | |
30 | - | <string name="dico_jmdict_ger">Dictionnaire japonais/allemand du Electronic Dictionary Research and Development Group. ~40???Mo, ~120???000 entr??es.</string> | |
31 | - | <string name="dico_jmdict_hun">Dictionnaire japonais/hongrois du Electronic Dictionary Research and Development Group. ~9???Mo, ~40???000 entr??es.</string> | |
32 | - | <string name="dico_jmdict_rus">Dictionnaire japonais/russe du Electronic Dictionary Research and Development Group. ~45???Mo, ~65???000 entr??es.</string> | |
33 | - | <string name="dico_jmdict_slv">Dictionnaire japonais/slov??ne du Electronic Dictionary Research and Development Group. ~2???Mo, ~9???000 entr??es.</string> | |
34 | - | <string name="dico_jmdict_spa">Dictionnaire japonais/espagnol du Electronic Dictionary Research and Development Group. ~8???Mo, ~35???000 entr??es.</string> | |
35 | - | <string name="dico_jmdict_swe">Dictionnaire japonais/su??dois du Electronic Dictionary Research and Development Group. ~2???Mo, ~15???000 entr??es.</string> | |
36 | - | <string name="dico_jmdict_long">Ce dictionnaire vous permet d\'effectuer des recherches dans la vue principale de cette appli. Si vous n\'en t??l??chargez aucun, l\'appli sera inutilisable puisque vous ne pourrez pas effectuer de recherche. Ce dictionnaire vous permet de rechercher par kanji, par prononciation (kana) et par signification dans les langues que vous avez t??l??charg??es.</string> | |
37 | - | </resources> | |
37 | > | ||
38 | 0 | > | \ No newline at end of file |
74 | + | <string name="data_intro">Nani? utilise des donn??es tierces distribu??es sous diff??rentes licences.</string> | |
75 | + | ||
76 | + | <string name="erdrg_title">Electronic Dictionary Research and Development Group</string> | |
77 | + | <string name="erdrg_descr">L\'Electronic Dictionary Research and Development Group a d??marr?? | |
78 | + | en 2000 dans la facult?? des technologies de l\'information de l'universit?? de Monash. Son | |
79 | + | but est de fournir des dictionnaires ??lectroniques et la linguistique informatique. | |
80 | + | </string> | |
81 | + | <string name="jmdict_title">JMdict</string> | |
82 | + | <string name="jmdict_descr">Le projet JMdict a pour but de produire un dictionnaire | |
83 | + | japonais/anglais librement disponible dans un format lisible par une machine. | |
84 | + | </string> | |
85 | + | <string name="jmdict_license">Cette source est disponible sous license Creative Commons | |
86 | + | Share-Alike. Ces donn??es sont disponibles sous forme monolingue (anglais) et multilingue, | |
87 | + | dont le n??erlandais, le fran??ais, l'allemand et d'autres langues. | |
88 | + | </string> | |
89 | + | </resources> |
app/src/main/res/values/dimens.xml
1 | 1 | <resources> | |
2 | 2 | <dimen name="fab_margin">16dp</dimen> | |
3 | 3 | <dimen name="title_size">32sp</dimen> | |
4 | + | <dimen name="subtitle_size">24sp</dimen> | |
4 | 5 | </resources> |
app/src/main/res/values/strings.xml
1 | 1 | <resources> | |
2 | - | <string name="app_name">Nani?</string> | |
2 | + | <string name="app_name" translatable="false">Nani?</string> | |
3 | 3 | <string name="action_settings">Settings</string> | |
4 | 4 | <string name="action_dictionaries">Manage Dictionaries</string> | |
5 | 5 | <string name="action_about">About</string> | |
… | |||
16 | 16 | <string name="icon_description">Icon</string> | |
17 | 17 | <string name="kanji_description">Writing</string> | |
18 | 18 | ||
19 | - | <string name="dictionary_size">Actual size: %d MB</string> | |
19 | + | <string name="dictionary_size">Actual size: %dMB</string> | |
20 | 20 | ||
21 | 21 | <!-- Dictionnary descriptions --> | |
22 | 22 | <string name="dico_jmdict_e">Japanese/English dictionary from the Electronic Dictionary Research and Development Group.\n~56 MB, ~180,000 entries.</string> | |
… | |||
30 | 30 | <string name="dico_jmdict_swe">Japanese/Swedish dictionary from the Electronic Dictionary Research and Development Group.\n~2 MB, ~15,000 entries.</string> | |
31 | 31 | <string name="dico_jmdict_long">This dictionary allows you to do searches on the main view of this app. | |
32 | 32 | Failing to download one of these dictionaries will make the app unusable as you can\'t search for anything. This dictionary can be searched for by | |
33 | - | kanji, reading (kana) and by meaning in the languages you selected.</string> | |
33 | + | kanji, reading (kana) and by meaning in the languages you selected. | |
34 | + | </string> | |
34 | 35 | ||
35 | 36 | <!-- Result view --> | |
36 | 37 | <string name="sense_number">%d.</string> | |
… | |||
38 | 39 | <string name="sense_alternatives">Alternative forms: %s</string> | |
39 | 40 | ||
40 | 41 | <!-- About activity --> | |
41 | - | <string name="nani_about">Hi, tyreunom here!\n | |
42 | - | I\'m a japanese learner and programmer. I found that there were no app for my use case, | |
43 | - | so I built one. I wanted to have an offline japanese dictionnary that would be easy to use | |
44 | - | in every situation. For instance when you are in Japan and you see a danger sign you | |
45 | - | don\'t understand, or to help you have a great conversation.\n | |
46 | - | So this app allows you to look for translations for japanese words, japanese words when | |
47 | - | you only know the English (or some other language), by prononciation or writting. The app | |
48 | - | also helps you enter japanese characters.\n\n | |
49 | - | Feedbacks are always appreciated!</string> | |
42 | + | <string name="nani_about">???Nani???? is an offline Japanese dictionary for Android. It helps | |
43 | + | you find and understand words without internet access, by downloading dictionary | |
44 | + | sources.\n\nFeedbacks are always appreciated! You can send them in English, French, | |
45 | + | Esperanto and obviously in Japanese. | |
46 | + | </string> | |
47 | + | <string name="nani_why">I am a Japanese learner, but never found the right app for this task. | |
48 | + | My goal here is to be able to access a Japanese dictionary in different contexts: when I | |
49 | + | read, when I want to find a word I don\'t know in Japanese, when I want to learn more | |
50 | + | about a kanji, etc.\n\nThis app allows you to download different kinds of dictionaries | |
51 | + | that enable some of these features. | |
52 | + | </string> | |
50 | 53 | <string name="about_recommend">I recommend that you use a Japanese IME on your phone, like mozc | |
51 | - | for a better experience.</string> | |
54 | + | for a better experience. | |
55 | + | </string> | |
56 | + | <string name="report">Report a bug</string> | |
57 | + | <string name="view_source">View sources</string> | |
52 | 58 | <string name="license">License</string> | |
53 | 59 | <string name="license_text">Nani? is free software: you can redistribute it and/or modify | |
54 | 60 | it under the terms of the GNU General Public License as | |
55 | 61 | published by the Free Software Foundation, either version 3 of | |
56 | - | the License, or (at your option) any later version.\n\n | |
57 | - | ||
58 | - | Nani? is distributed in the hope that it will be useful, but | |
59 | - | WITHOUT ANY WARRANTY; without even the implied warranty of | |
62 | + | the License, or (at your option) any later version.\n\nNani? is distributed in the hope | |
63 | + | that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of | |
60 | 64 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
61 | - | General Public License for more details.\n\n | |
62 | - | ||
63 | - | You should have received a copy of the GNU General Public | |
64 | - | License along with this program. If not, see | |
65 | + | General Public License for more details.\n\nYou should have received a copy of | |
66 | + | the GNU General Public License along with this program. If not, see | |
65 | 67 | <http://www.gnu.org/licenses/gpl.html>. | |
66 | 68 | </string> | |
67 | - | <string name="report">Report a bug</string> | |
68 | - | <string name="view_source">View sources</string> | |
69 | 69 | <string name="data_licenses">Data Licenses</string> | |
70 | 70 | <string name="data_intro">Nani? uses data from third party distributed under different licenses.</string> | |
71 | + | ||
72 | + | <string name="erdrg_title">Electronic Dictionary Research and Development Group</string> | |
73 | + | <string name="erdrg_descr">The Electronic Dictionary Research and Development Group was | |
74 | + | established in 2000 within the Faculty of Information Technology, Monash University. | |
75 | + | Its goals are providing electronic dictionaries and computational linguistics. | |
76 | + | </string> | |
77 | + | <string name="jmdict_title">JMdict</string> | |
78 | + | <string name="jmdict_descr">The JMdict project has as its goal the production of a freely | |
79 | + | available Japanese/English Dictionary in machine-readable form. | |
80 | + | </string> | |
81 | + | <string name="jmdict_license">This source is licensed under Creative Commons Share-Alike. | |
82 | + | This data is available in monolingual (English) and multilingual, including Dutch, | |
83 | + | French, German and others. | |
84 | + | </string> | |
71 | 85 | </resources> |