Skip to content

Commit 6f43408

Browse files
committed
Add import_folder string resource
1 parent 4327658 commit 6f43408

File tree

21 files changed

+21
-0
lines changed

21 files changed

+21
-0
lines changed

app/src/main/res/values-da/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<!-- Import / Export -->
4646
<string name="export_all_notes">Eksporter alle noter som filer</string>
4747
<string name="import_notes">Importer flere filer som noter</string>
48+
<string name="import_folder">Import folder</string>
4849

4950
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
5051
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-de/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<!-- Import / Export -->
4646
<string name="export_all_notes">Alle Notizen als Dateien exportieren</string>
4747
<string name="import_notes">Mehrere Dateien als Notizen importieren</string>
48+
<string name="import_folder">Import folder</string>
4849

4950
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
5051
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-es/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<!-- Import / Export -->
4646
<string name="export_all_notes">Exportar todas las notas como archivos</string>
4747
<string name="import_notes">Importar múltiples archivos como notas</string>
48+
<string name="import_folder">Import folder</string>
4849

4950
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
5051
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-fr/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<!-- Import / Export -->
4646
<string name="export_all_notes">Exporter toutes les notes en tant que fichiers</string>
4747
<string name="import_notes">Importer plusieurs fichiers en tant que notes</string>
48+
<string name="import_folder">Import folder</string>
4849

4950
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
5051
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-gl/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<!-- Import / Export -->
4949
<string name="export_all_notes">Exportar todas as notas como ficheiros</string>
5050
<string name="import_notes">Importar varios ficheiros como notas</string>
51+
<string name="import_folder">Import folder</string>
5152

5253
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
5354
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-hr/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<!-- Import / Export -->
4646
<string name="export_all_notes">Izvezi sve bilješke kao datoteke</string>
4747
<string name="import_notes">Uvezi više datoteka kao bilješke</string>
48+
<string name="import_folder">Import folder</string>
4849

4950
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
5051
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-hu/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<!-- Import / Export -->
4646
<string name="export_all_notes">Export all notes as files</string>
4747
<string name="import_notes">Import multiple files as notes</string>
48+
<string name="import_folder">Import folder</string>
4849

4950
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
5051
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-it/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<!-- Import / Export -->
4646
<string name="export_all_notes">Export all notes as files</string>
4747
<string name="import_notes">Import multiple files as notes</string>
48+
<string name="import_folder">Import folder</string>
4849

4950
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
5051
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-ja/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<!-- Import / Export -->
4646
<string name="export_all_notes">Export all notes as files</string>
4747
<string name="import_notes">Import multiple files as notes</string>
48+
<string name="import_folder">Import folder</string>
4849

4950
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
5051
<!-- Short description has to have less than 80 chars -->

app/src/main/res/values-lt/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<!-- Import / Export -->
4646
<string name="export_all_notes">Eksportuoti visus užrašus kaip bylas</string>
4747
<string name="import_notes">Importuoti keletą bylų, kaip užrašus</string>
48+
<string name="import_folder">Import folder</string>
4849

4950
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
5051
<!-- Short description has to have less than 80 chars -->

0 commit comments

Comments
 (0)