Add acknowledgement to Jibiki in app.
app/src/main/res/layout/activity_about.xml
| 14 | 14 | android:paddingBottom="16dp"> | |
| 15 | 15 | ||
| 16 | 16 | <TextView | |
| 17 | - | android:id="@+id/textView6" | |
| 18 | 17 | android:layout_width="wrap_content" | |
| 19 | 18 | android:layout_height="wrap_content" | |
| 20 | 19 | android:layout_gravity="center" | |
… | |||
| 23 | 22 | android:textSize="@dimen/title_size" /> | |
| 24 | 23 | ||
| 25 | 24 | <TextView | |
| 26 | - | android:id="@+id/textView5" | |
| 27 | 25 | android:layout_width="wrap_content" | |
| 28 | 26 | android:layout_height="wrap_content" | |
| 29 | 27 | android:layout_marginTop="16dp" | |
… | |||
| 39 | 37 | app:lineHeight="22dp" /> | |
| 40 | 38 | ||
| 41 | 39 | <TextView | |
| 42 | - | android:id="@+id/textView8" | |
| 43 | 40 | android:layout_width="match_parent" | |
| 44 | 41 | android:layout_height="wrap_content" | |
| 45 | 42 | android:layout_marginTop="16dp" | |
… | |||
| 77 | 74 | </LinearLayout> | |
| 78 | 75 | ||
| 79 | 76 | <TextView | |
| 80 | - | android:id="@+id/textView9" | |
| 81 | 77 | android:layout_width="match_parent" | |
| 82 | 78 | android:layout_height="wrap_content" | |
| 83 | 79 | android:layout_marginTop="16dp" | |
… | |||
| 96 | 92 | android:textColor="@color/colorGrey" /> | |
| 97 | 93 | ||
| 98 | 94 | <TextView | |
| 99 | - | android:id="@+id/textView2" | |
| 100 | 95 | android:layout_width="wrap_content" | |
| 101 | 96 | android:layout_height="wrap_content" | |
| 102 | 97 | android:layout_marginTop="16dp" | |
… | |||
| 105 | 100 | android:textSize="@dimen/title_size" /> | |
| 106 | 101 | ||
| 107 | 102 | <TextView | |
| 108 | - | android:id="@+id/textView3" | |
| 109 | 103 | android:layout_width="wrap_content" | |
| 110 | 104 | android:layout_height="wrap_content" | |
| 111 | 105 | android:text="@string/license_text" | |
| 112 | 106 | app:lineHeight="22dp" /> | |
| 113 | 107 | ||
| 114 | 108 | <TextView | |
| 115 | - | android:id="@+id/textView7" | |
| 116 | 109 | android:layout_width="match_parent" | |
| 117 | 110 | android:layout_height="wrap_content" | |
| 118 | 111 | android:text="@string/data_licenses" | |
… | |||
| 121 | 114 | android:textSize="@dimen/title_size" /> | |
| 122 | 115 | ||
| 123 | 116 | <TextView | |
| 124 | - | android:id="@+id/textView4" | |
| 125 | 117 | android:layout_width="wrap_content" | |
| 126 | 118 | android:layout_height="wrap_content" | |
| 127 | 119 | android:text="@string/data_intro" | |
… | |||
| 137 | 129 | android:textSize="@dimen/subtitle_size" /> | |
| 138 | 130 | ||
| 139 | 131 | <TextView | |
| 140 | - | android:id="@+id/textView11" | |
| 141 | 132 | android:layout_width="match_parent" | |
| 142 | 133 | android:layout_height="wrap_content" | |
| 143 | 134 | app:lineHeight="22dp" | |
| 144 | 135 | android:text="@string/erdrg_descr" /> | |
| 145 | 136 | ||
| 146 | 137 | <TextView | |
| 147 | - | android:id="@+id/textView12" | |
| 148 | 138 | android:layout_width="match_parent" | |
| 149 | 139 | android:layout_height="wrap_content" | |
| 150 | 140 | app:lineHeight="22dp" | |
… | |||
| 153 | 143 | android:text="@string/jmdict_title" /> | |
| 154 | 144 | ||
| 155 | 145 | <TextView | |
| 156 | - | android:id="@+id/textView13" | |
| 157 | 146 | android:layout_width="match_parent" | |
| 158 | 147 | android:layout_height="wrap_content" | |
| 159 | 148 | app:lineHeight="22dp" | |
| 160 | 149 | android:text="@string/jmdict_descr" /> | |
| 161 | 150 | ||
| 162 | 151 | <TextView | |
| 163 | - | android:id="@+id/textView14" | |
| 164 | 152 | android:layout_width="match_parent" | |
| 165 | 153 | android:layout_height="wrap_content" | |
| 166 | 154 | app:lineHeight="22dp" | |
| 167 | 155 | android:text="@string/jmdict_license" /> | |
| 168 | 156 | ||
| 169 | 157 | <TextView | |
| 170 | - | android:id="@+id/textView15" | |
| 171 | 158 | android:layout_width="match_parent" | |
| 172 | 159 | android:layout_height="wrap_content" | |
| 173 | 160 | android:layout_marginTop="8dp" | |
… | |||
| 176 | 163 | android:text="@string/radk_title" /> | |
| 177 | 164 | ||
| 178 | 165 | <TextView | |
| 179 | - | android:id="@+id/textView16" | |
| 180 | 166 | android:layout_width="match_parent" | |
| 181 | 167 | android:layout_height="wrap_content" | |
| 182 | 168 | app:lineHeight="22dp" | |
| 183 | 169 | android:text="@string/radk_descr" /> | |
| 184 | 170 | ||
| 185 | 171 | <TextView | |
| 186 | - | android:id="@+id/textView17" | |
| 187 | 172 | android:layout_width="match_parent" | |
| 188 | 173 | android:layout_height="wrap_content" | |
| 189 | 174 | app:lineHeight="22dp" | |
| 190 | 175 | android:text="@string/radk_license" /> | |
| 191 | 176 | ||
| 192 | 177 | <TextView | |
| 193 | - | android:id="@+id/textView18" | |
| 194 | 178 | android:layout_width="match_parent" | |
| 195 | 179 | android:layout_height="wrap_content" | |
| 196 | 180 | android:layout_marginTop="8dp" | |
… | |||
| 199 | 183 | android:text="@string/kanjidic_title" /> | |
| 200 | 184 | ||
| 201 | 185 | <TextView | |
| 202 | - | android:id="@+id/textView19" | |
| 203 | 186 | android:layout_width="match_parent" | |
| 204 | 187 | android:layout_height="wrap_content" | |
| 205 | 188 | app:lineHeight="22dp" | |
| 206 | 189 | android:text="@string/kanjidic_descr" /> | |
| 207 | 190 | ||
| 208 | 191 | <TextView | |
| 209 | - | android:id="@+id/textView20" | |
| 210 | 192 | android:layout_width="match_parent" | |
| 211 | 193 | android:layout_height="wrap_content" | |
| 212 | 194 | app:lineHeight="22dp" | |
… | |||
| 214 | 196 | ||
| 215 | 197 | ||
| 216 | 198 | <TextView | |
| 217 | - | android:id="@+id/textView21" | |
| 218 | 199 | android:layout_width="match_parent" | |
| 219 | 200 | android:layout_height="wrap_content" | |
| 220 | 201 | android:layout_marginTop="16dp" | |
… | |||
| 223 | 204 | android:textSize="@dimen/subtitle_size" /> | |
| 224 | 205 | ||
| 225 | 206 | <TextView | |
| 226 | - | android:id="@+id/textView22" | |
| 227 | 207 | android:layout_width="match_parent" | |
| 228 | 208 | android:layout_height="wrap_content" | |
| 229 | 209 | app:lineHeight="22dp" | |
| 230 | 210 | android:text="@string/wadoku_descr" /> | |
| 231 | 211 | ||
| 232 | 212 | <TextView | |
| 233 | - | android:id="@+id/textView23" | |
| 234 | 213 | android:layout_width="match_parent" | |
| 235 | 214 | android:layout_height="wrap_content" | |
| 236 | 215 | app:lineHeight="22dp" | |
| 237 | 216 | android:text="@string/wadoku_license" /> | |
| 238 | 217 | ||
| 218 | + | <TextView | |
| 219 | + | android:layout_width="match_parent" | |
| 220 | + | android:layout_height="wrap_content" | |
| 221 | + | android:layout_marginTop="16dp" | |
| 222 | + | android:text="@string/jibiki_title" | |
| 223 | + | android:textColor="@color/design_default_color_primary_dark" | |
| 224 | + | android:textSize="@dimen/subtitle_size" /> | |
| 225 | + | ||
| 226 | + | <TextView | |
| 227 | + | android:layout_width="match_parent" | |
| 228 | + | android:layout_height="wrap_content" | |
| 229 | + | app:lineHeight="22dp" | |
| 230 | + | android:text="@string/jibiki_descr" /> | |
| 231 | + | ||
| 232 | + | <TextView | |
| 233 | + | android:layout_width="match_parent" | |
| 234 | + | android:layout_height="wrap_content" | |
| 235 | + | app:lineHeight="22dp" | |
| 236 | + | android:text="@string/jibiki_license" /> | |
| 237 | + | ||
| 239 | 238 | </LinearLayout> | |
| 240 | 239 | ||
| 241 | 240 | </ScrollView> | |
| 241 | 240 | = | |
| 242 | 241 | = | \ No newline at end of file |
app/src/main/res/values-fr/strings.xml
| 116 | 116 | notre format interne, en accord avec la licence. Voir | |
| 117 | 117 | https://www.wadoku.de/wiki/display/WAD/Wadoku.de-Daten+Lizenz pour le texte complet de | |
| 118 | 118 | la licence.</string> | |
| 119 | + | <string name="jibiki_title">Jibiki.fr</string> | |
| 120 | + | <string name="jibiki_descr">Le but du projet Jibiki.fr est de construire un dictionnaire | |
| 121 | + | japonais-fran??ais collaboratif de bonne qualit?? et avec une grande couverture ainsi qu\'un | |
| 122 | + | corpus de textes parall??les bilingues. Les donn??es de base proviennent de plusieurs sources | |
| 123 | + | comme le dictionnaire Cesselin japonais-fran??ais, le dictionnaire Raguet-Martin fran??ais-japonais, | |
| 124 | + | le dictionnaire japonais-anglais JMdict et les liens Wikipedia.</string> | |
| 125 | + | <string name="jibiki_license">Cette source est disponible sous licence Creative Commons 0 | |
| 126 | + | (domaine public).</string> | |
| 119 | 127 | <!-- Help Activities --> | |
| 120 | 128 | <string name="help_intro">Bienvenue dans le centre d\'aide de Nani !</string> | |
| 121 | 129 | <string name="help_info">Cet ??cran et les diff??rents sujets vous aideront ?? mieux comprendre et |
app/src/main/res/values/strings.xml
| 137 | 137 | changes to the database to convert it to our internal format, in accordance with the license | |
| 138 | 138 | agreement. See https://www.wadoku.de/wiki/display/WAD/Wadoku.de-Daten+Lizenz for the full | |
| 139 | 139 | text of the license.</string> | |
| 140 | + | <string name="jibiki_title">Jibiki.fr</string> | |
| 141 | + | <string name="jibiki_descr">The aims of the Jibiki.fr project are to build collaboratively a | |
| 142 | + | good quality and broad coverage Japanese-French dictionary as well as a bilingual parallel | |
| 143 | + | corpus. The initial data comes from several sources such as the Japanese???French Cesselin | |
| 144 | + | dictionary, the French???Japanese Raguet-Martin dictionary, the Japanese???English JMdict | |
| 145 | + | dictionary and Wikipedia links.</string> | |
| 146 | + | <string name="jibiki_license">This source is licensed under Creative Commons 0 (public domain).</string> | |
| 140 | 147 | ||
| 141 | 148 | <!-- Help Activities --> | |
| 142 | 149 | <string name="help_intro">Welcome to Nani\'s Help Center!</string> |