From 4531df2a0da94809f079f5eb8405a10bc7b8a94b Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 7 Apr 2017 23:59:50 +0200 Subject: [PATCH] make the dialog at opening a file clearer --- app/src/main/res/values-de/strings.xml | 4 ++-- app/src/main/res/values-es/strings.xml | 4 ++-- app/src/main/res/values-fr/strings.xml | 4 ++-- app/src/main/res/values-hu/strings.xml | 4 ++-- app/src/main/res/values-it/strings.xml | 4 ++-- app/src/main/res/values-ja/strings.xml | 4 ++-- app/src/main/res/values-lt/strings.xml | 4 ++-- app/src/main/res/values-pt-rBR/strings.xml | 4 ++-- app/src/main/res/values-pt/strings.xml | 4 ++-- app/src/main/res/values-sv/strings.xml | 4 ++-- app/src/main/res/values/strings.xml | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index d5167af3..ed2d1a95 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -19,8 +19,8 @@ Open file Export as file File too large, the limit is 10MB - Only import the file content - Update the file itself at updating the note + Only import the file content\n(changing the file will not affect the note) + Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes) Also delete file \"%1$s\" Note \"%1$s\" saved successfully Display save success messages diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index bf7305e8..ee840fc3 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -19,8 +19,8 @@ Open file Export as file File too large, the limit is 10MB - Only import the file content - Update the file itself at updating the note + Only import the file content\n(changing the file will not affect the note) + Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes) Also delete file \"%1$s\" Note \"%1$s\" saved successfully Display save success messages diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index b0e8e225..2a575c04 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -19,8 +19,8 @@ Ouvrir le fichier Exporter dans un fichier Taille du fichier trop importante, la limite est de 10MB - Importer seulement le contenu du fichier - Mettre à jour le fichier lui-même en mettant la note à jour + Only import the file content\n(changing the file will not affect the note) + Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes) Supprimer également le fichier \"%1$s\" Note \"%1$s\" sauvegardée avec succès Afficher les messages de succès de sauvegarde diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 17497dfb..d24277a0 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -19,8 +19,8 @@ Open file Export as file File too large, the limit is 10MB - Only import the file content - Update the file itself at updating the note + Only import the file content\n(changing the file will not affect the note) + Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes) Also delete file \"%1$s\" Note \"%1$s\" saved successfully Display save success messages diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index feae0352..40848ef8 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -19,8 +19,8 @@ Open file Export as file File too large, the limit is 10MB - Only import the file content - Update the file itself at updating the note + Only import the file content\n(changing the file will not affect the note) + Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes) Also delete file \"%1$s\" Note \"%1$s\" saved successfully Display save success messages diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 8ff2de52..ce7228fe 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -19,8 +19,8 @@ Open file Export as file File too large, the limit is 10MB - Only import the file content - Update the file itself at updating the note + Only import the file content\n(changing the file will not affect the note) + Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes) Also delete file \"%1$s\" Note \"%1$s\" saved successfully Display save success messages diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 81ccbc84..625fbe5e 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -19,8 +19,8 @@ Open file Export as file File too large, the limit is 10MB - Only import the file content - Update the file itself at updating the note + Only import the file content\n(changing the file will not affect the note) + Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes) Also delete file \"%1$s\" Note \"%1$s\" saved successfully Display save success messages diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index dba661a5..00545d43 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -19,8 +19,8 @@ Exportar como arquivo Arquivo muito grande, o limite é 10 MB - Importar apenas o conteúdo do arquivo - Atualizar o arquivo ao atualizar a nota + Only import the file content\n(changing the file will not affect the note) + Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes) Apagar também o arquivo \"%1$s\" Nota \"%1$s\" guardada com sucesso Mostrar mensagens de gravação com sucesso diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index b12b4035..e37ae90f 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -19,8 +19,8 @@ Exportar como ficheiro Ficheiro muito grande, o limite são 10 MB - Importar apenas o conteúdo do ficheiro - Atualizar o ficheiro ao atualizar a nota + Only import the file content\n(changing the file will not affect the note) + Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes) Apagar também o ficheiro \"%1$s\" Nota \"%1$s\" guardada com sucesso Mostrar mensagens de gravação com sucesso diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 99728863..d96e344f 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -19,8 +19,8 @@ Export as file File too large, the limit is 10MB - Only import the file content - Update the file itself at updating the note + Only import the file content\n(changing the file will not affect the note) + Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes) Also delete file \"%1$s\" Note \"%1$s\" saved successfully Display save success messages diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 81ccbc84..625fbe5e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -19,8 +19,8 @@ Open file Export as file File too large, the limit is 10MB - Only import the file content - Update the file itself at updating the note + Only import the file content\n(changing the file will not affect the note) + Update the file itself at updating the note\n(note gets deleted if file gets deleted, or path changes) Also delete file \"%1$s\" Note \"%1$s\" saved successfully Display save success messages