File tree Expand file tree Collapse file tree
kotlin/com/simplemobiletools/notes/helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ class Config(context: Context) : BaseConfig(context) {
2525 set(showKeyboard) = prefs.edit().putBoolean(SHOW_KEYBOARD , showKeyboard).apply ()
2626
2727 var showWordCount: Boolean
28- get() = prefs.getBoolean(SHOW_WORDCOUNT , false )
29- set(showWordCount) = prefs.edit().putBoolean(SHOW_WORDCOUNT , showWordCount).apply ()
28+ get() = prefs.getBoolean(SHOW_WORD_COUNT , false )
29+ set(showWordCount) = prefs.edit().putBoolean(SHOW_WORD_COUNT , showWordCount).apply ()
3030
3131 var fontSize: Int
3232 get() = prefs.getInt(FONT_SIZE , FONT_SIZE_MEDIUM )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ val CLICKABLE_LINKS = "clickable_links"
1010val WIDGET_NOTE_ID = " widget_note_id"
1111val MONOSPACED_FONT = " monospaced_font"
1212val SHOW_KEYBOARD = " show_keyboard"
13- val SHOW_WORDCOUNT = " show_word_count"
13+ val SHOW_WORD_COUNT = " show_word_count"
1414val FONT_SIZE = " font_size"
1515val GRAVITY = " gravity"
1616val CURSOR_PLACEMENT = " cursor_placement"
Original file line number Diff line number Diff line change 178178 android : clickable =" false"
179179 android : paddingLeft =" @dimen/medium_margin"
180180 android : paddingStart =" @dimen/medium_margin"
181- android : text =" @string/show_wordcount " />
181+ android : text =" @string/show_word_count " />
182182
183183 </RelativeLayout >
184184
Original file line number Diff line number Diff line change 1313
1414 <RelativeLayout
1515 android : layout_width =" match_parent"
16- android : id =" @+id/notes_relativelayout "
16+ android : id =" @+id/notes_relative_layout "
1717 android : layout_height =" wrap_content" >
1818
1919 <com .simplemobiletools.commons.views.MyEditText
Original file line number Diff line number Diff line change 3232 <string name =" place_cursor_end" >Platziere Cursor am Ende der Notiz</string >
3333 <string name =" monospaced_font" >Benutze Monospace Schrift</string >
3434 <string name =" show_keyboard" >Zeige Tastatur beim Start</string >
35- <string name =" show_wordcount " >Zeige Wort Zähler</string >
35+ <string name =" show_word_count " >Zeige Wort Zähler</string >
3636 <string name =" alignment" >Ausrichtung</string >
3737 <string name =" left" >Linksbündig</string >
3838 <string name =" center" >Zentriert</string >
Original file line number Diff line number Diff line change 3232 <string name =" place_cursor_end" >Place cursor to the end of note</string >
3333 <string name =" monospaced_font" >Use monospaced font</string >
3434 <string name =" show_keyboard" >Show keyboard on startup</string >
35- <string name =" show_wordcount " >Show word counter</string >
35+ <string name =" show_word_count " >Show word counter</string >
3636 <string name =" alignment" >Alineación del texto</string >
3737 <string name =" left" >Izquierda</string >
3838 <string name =" center" >Centrado</string >
Original file line number Diff line number Diff line change 3232 <string name =" place_cursor_end" >Placer le curseur à la fin de la note</string >
3333 <string name =" monospaced_font" >Use monospaced font</string >
3434 <string name =" show_keyboard" >Show keyboard on startup</string >
35- <string name =" show_wordcount " >Show word counter</string >
35+ <string name =" show_word_count " >Show word counter</string >
3636 <string name =" alignment" >Alignment</string >
3737 <string name =" left" >Gauche</string >
3838 <string name =" center" >Centre</string >
Original file line number Diff line number Diff line change 3232 <string name =" place_cursor_end" >Place cursor to the end of note</string >
3333 <string name =" monospaced_font" >Use monospaced font</string >
3434 <string name =" show_keyboard" >Show keyboard on startup</string >
35- <string name =" show_wordcount " >Show word counter</string >
35+ <string name =" show_word_count " >Show word counter</string >
3636 <string name =" alignment" >Igazítottság</string >
3737 <string name =" left" >Bal</string >
3838 <string name =" center" >Közép</string >
Original file line number Diff line number Diff line change 3232 <string name =" place_cursor_end" >Place cursor to the end of note</string >
3333 <string name =" monospaced_font" >Use monospaced font</string >
3434 <string name =" show_keyboard" >Show keyboard on startup</string >
35- <string name =" show_wordcount " >Show word counter</string >
35+ <string name =" show_word_count " >Show word counter</string >
3636 <string name =" alignment" >Alignment</string >
3737 <string name =" left" >Left</string >
3838 <string name =" center" >Center</string >
Original file line number Diff line number Diff line change 3232 <string name =" place_cursor_end" >Place cursor to the end of note</string >
3333 <string name =" monospaced_font" >Use monospaced font</string >
3434 <string name =" show_keyboard" >Show keyboard on startup</string >
35- <string name =" show_wordcount " >Show word counter</string >
35+ <string name =" show_word_count " >Show word counter</string >
3636 <string name =" alignment" >重力</string >
3737 <string name =" left" >左</string >
3838 <string name =" center" >中央</string >
You can’t perform that action at this time.
0 commit comments