mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-26 14:57:38 +03:00
Simplify translations fo formatting help
This commit is contained in:
parent
7c278d3233
commit
b2de8df237
2 changed files with 3 additions and 2 deletions
|
@ -136,7 +136,7 @@ public class FormattingHelpActivity extends BrandedActivity {
|
||||||
lineBreak +
|
lineBreak +
|
||||||
getString(R.string.formatting_help_structured_documents_body_3, "`#`", "`######`") + lineBreak +
|
getString(R.string.formatting_help_structured_documents_body_3, "`#`", "`######`") + lineBreak +
|
||||||
lineBreak +
|
lineBreak +
|
||||||
getString(R.string.formatting_help_structured_documents_body_4) + lineBreak +
|
getString(R.string.formatting_help_structured_documents_body_4, getString(R.string.formatting_help_quote_keyword)) + lineBreak +
|
||||||
lineBreak +
|
lineBreak +
|
||||||
getString(R.string.formatting_help_quote, getString(R.string.formatting_help_structured_documents_body_5)) + lineBreak +
|
getString(R.string.formatting_help_quote, getString(R.string.formatting_help_structured_documents_body_5)) + lineBreak +
|
||||||
getString(R.string.formatting_help_quote, getString(R.string.formatting_help_structured_documents_body_6)) + lineBreak;
|
getString(R.string.formatting_help_quote, getString(R.string.formatting_help_structured_documents_body_6)) + lineBreak;
|
||||||
|
|
|
@ -253,6 +253,7 @@
|
||||||
<string name="formatting_help_checkbox_checked" translatable="false">- [x] %1$s</string>
|
<string name="formatting_help_checkbox_checked" translatable="false">- [x] %1$s</string>
|
||||||
<string name="formatting_help_checkbox_unchecked" translatable="false">- [ ] %1$s</string>
|
<string name="formatting_help_checkbox_unchecked" translatable="false">- [ ] %1$s</string>
|
||||||
<string name="formatting_help_quote" translatable="false">> %1$s</string>
|
<string name="formatting_help_quote" translatable="false">> %1$s</string>
|
||||||
|
<string name="formatting_help_quote_keyword" translatable="false">></string>
|
||||||
<string name="formatting_help_strike_through" translatable="false">~~</string>
|
<string name="formatting_help_strike_through" translatable="false">~~</string>
|
||||||
<string name="formatting_help_bold" translatable="false">**</string>
|
<string name="formatting_help_bold" translatable="false">**</string>
|
||||||
<string name="formatting_help_italic" translatable="false">*</string>
|
<string name="formatting_help_italic" translatable="false">*</string>
|
||||||
|
@ -284,7 +285,7 @@
|
||||||
<string name="formatting_help_structured_documents_body_1">Sometimes it\'s useful to have different levels of headings to structure your documents. Start lines with a %1$s to create headings. Multiple %2$s in a row denote smaller heading sizes.</string>
|
<string name="formatting_help_structured_documents_body_1">Sometimes it\'s useful to have different levels of headings to structure your documents. Start lines with a %1$s to create headings. Multiple %2$s in a row denote smaller heading sizes.</string>
|
||||||
<string name="formatting_help_structured_documents_body_2">This is a third-tier heading</string>
|
<string name="formatting_help_structured_documents_body_2">This is a third-tier heading</string>
|
||||||
<string name="formatting_help_structured_documents_body_3">You can use one %1$s all the way up to %2$s six for different heading sizes.</string>
|
<string name="formatting_help_structured_documents_body_3">You can use one %1$s all the way up to %2$s six for different heading sizes.</string>
|
||||||
<string name="formatting_help_structured_documents_body_4">If you\'d like to quote someone, use the > character before the line:</string>
|
<string name="formatting_help_structured_documents_body_4">If you\'d like to quote someone, use the %1$s character before the line:</string>
|
||||||
<string name="formatting_help_structured_documents_body_5">Coffee. The finest organic suspension ever devised… I beat the Borg with it.</string>
|
<string name="formatting_help_structured_documents_body_5">Coffee. The finest organic suspension ever devised… I beat the Borg with it.</string>
|
||||||
<string name="formatting_help_structured_documents_body_6">- Captain Janeway</string>
|
<string name="formatting_help_structured_documents_body_6">- Captain Janeway</string>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue