diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3bec04485..1c72dd091 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -34,7 +34,6 @@ User Profile Button Username: %s Email: %s Close - Clear Selection Wi-Fi only diff --git a/capture/src/main/res/values-de/strings.xml b/capture/src/main/res/values-de/strings.xml index 21ccd2dec..a583201f1 100644 --- a/capture/src/main/res/values-de/strings.xml +++ b/capture/src/main/res/values-de/strings.xml @@ -28,5 +28,6 @@ %02d:%02d:%02d %02d:%02d Die ausgewählte Dateigröße darf beim Hochladen 100 MB nicht überschreiten. + Maximale Dateigröße für Uploads: %d MB. diff --git a/capture/src/main/res/values-es/strings.xml b/capture/src/main/res/values-es/strings.xml index 1141147c6..86dcb9d66 100644 --- a/capture/src/main/res/values-es/strings.xml +++ b/capture/src/main/res/values-es/strings.xml @@ -28,5 +28,6 @@ %02d:%02d:%02d %02d:%02d El tamaño del fichero seleccionado no puede superar los 100 MB para cargarlo. + El tamaño máximo de archivo de carga es de %d MB. diff --git a/capture/src/main/res/values-fr/strings.xml b/capture/src/main/res/values-fr/strings.xml index 656a4cd29..23459a117 100644 --- a/capture/src/main/res/values-fr/strings.xml +++ b/capture/src/main/res/values-fr/strings.xml @@ -28,5 +28,6 @@ %02d:%02d:%02d %02d:%02d La taille du fichier sélectionné pour importation ne peut pas dépasser 100 Mo. + La taille de fichier maximale pour les chargements est de %d Mo. diff --git a/capture/src/main/res/values-it/strings.xml b/capture/src/main/res/values-it/strings.xml index b73e03b92..9fd13114c 100644 --- a/capture/src/main/res/values-it/strings.xml +++ b/capture/src/main/res/values-it/strings.xml @@ -28,5 +28,6 @@ %02d:%02d:%02d %02d:%02d Le dimensioni del file selezionato per il caricamento non possono superare 100 MB. + Per gli upload la dimensione massima del file è %d MB. diff --git a/capture/src/main/res/values-nl/strings.xml b/capture/src/main/res/values-nl/strings.xml index 086d1c709..0ffb4f9e5 100644 --- a/capture/src/main/res/values-nl/strings.xml +++ b/capture/src/main/res/values-nl/strings.xml @@ -28,5 +28,6 @@ %02d:%02d:%02d %02d:%02d Het geselecteerde bestand mag niet groter zijn dan 100 MB om te kunnen worden geüpload. + Maximum bestandsformaat voor uploads is %d MB. diff --git a/common/src/main/res/values-de/strings.xml b/common/src/main/res/values-de/strings.xml index 85d6a8f80..30991741d 100755 --- a/common/src/main/res/values-de/strings.xml +++ b/common/src/main/res/values-de/strings.xml @@ -43,4 +43,5 @@ Warnung Das Hochladen von Dateien ist in Bearbeitung. Tippen Sie auf Bestätigen, um ohne laufende Dateien fortzufahren. Keine angehängten Dateien + Kein Name diff --git a/common/src/main/res/values-es/strings.xml b/common/src/main/res/values-es/strings.xml index 3cabd023d..fcd60a54b 100755 --- a/common/src/main/res/values-es/strings.xml +++ b/common/src/main/res/values-es/strings.xml @@ -43,4 +43,5 @@ Advertencia La carga de ficheros está en curso. Toque Confirmar para continuar sin los ficheros en curso. No hay ficheros adjuntos + No tiene ningún nombre diff --git a/common/src/main/res/values-fr/strings.xml b/common/src/main/res/values-fr/strings.xml index 5f9d4f50d..0f7be1674 100755 --- a/common/src/main/res/values-fr/strings.xml +++ b/common/src/main/res/values-fr/strings.xml @@ -43,4 +43,5 @@ Avertissement Le téléchargement des fichiers est en cours. Tapez sur Confirmer pour continuer sans fichiers en cours. Aucun fichier joint + Sans nom diff --git a/common/src/main/res/values-it/strings.xml b/common/src/main/res/values-it/strings.xml index 7076f7de0..411c0371c 100755 --- a/common/src/main/res/values-it/strings.xml +++ b/common/src/main/res/values-it/strings.xml @@ -43,4 +43,5 @@ Avviso Il caricamento dei file è in corso. Toccare su Conferma per continuare senza questi file. Nessun file allegato + Nessun nome diff --git a/common/src/main/res/values-nl/strings.xml b/common/src/main/res/values-nl/strings.xml index 44a203876..2e7755b18 100755 --- a/common/src/main/res/values-nl/strings.xml +++ b/common/src/main/res/values-nl/strings.xml @@ -43,4 +43,5 @@ Waarschuwing Er worden bestanden geüpload. Tik om te bevestigen dat u wilt doorgaan zonder de bestanden in uitvoering. Geen bijgevoegde bestanden + Geen naam diff --git a/listview/src/main/res/values-de/strings.xml b/listview/src/main/res/values-de/strings.xml index eefe9c0bd..f029ed04a 100755 --- a/listview/src/main/res/values-de/strings.xml +++ b/listview/src/main/res/values-de/strings.xml @@ -13,4 +13,6 @@ Priorität Zugewiesener Benutzer Aufgaben + Wählen Sie maximal %d Elemente + Auswählen diff --git a/listview/src/main/res/values-es/strings.xml b/listview/src/main/res/values-es/strings.xml index 518ddb4b1..ab99c278e 100755 --- a/listview/src/main/res/values-es/strings.xml +++ b/listview/src/main/res/values-es/strings.xml @@ -13,4 +13,6 @@ Prioridad Usuario asignado Tareas + Seleccione un máximo de %d elementos + Seleccionar diff --git a/listview/src/main/res/values-fr/strings.xml b/listview/src/main/res/values-fr/strings.xml index 784b9de11..670e13244 100755 --- a/listview/src/main/res/values-fr/strings.xml +++ b/listview/src/main/res/values-fr/strings.xml @@ -13,4 +13,6 @@ Priorité Personne assignée Tâches + Sélectionner un maximum de %d éléments + Sélectionner diff --git a/listview/src/main/res/values-it/strings.xml b/listview/src/main/res/values-it/strings.xml index 0f0d9075f..187145e5e 100755 --- a/listview/src/main/res/values-it/strings.xml +++ b/listview/src/main/res/values-it/strings.xml @@ -13,4 +13,6 @@ Priorità Assegnatario Compiti + Selezionare un massimo di %d elementi + Seleziona diff --git a/listview/src/main/res/values-nl/strings.xml b/listview/src/main/res/values-nl/strings.xml index 0e179e797..73fae6ca7 100755 --- a/listview/src/main/res/values-nl/strings.xml +++ b/listview/src/main/res/values-nl/strings.xml @@ -13,4 +13,6 @@ Prioriteit Toegewezen persoon Taken + Selecteer een maximum van %d items + Selecteren diff --git a/listview/src/main/res/values/strings.xml b/listview/src/main/res/values/strings.xml index 6617e96b1..abaaa1618 100644 --- a/listview/src/main/res/values/strings.xml +++ b/listview/src/main/res/values/strings.xml @@ -13,6 +13,6 @@ Priority Assignee Tasks - Select a maximum of %d items Select + Select a maximum of %d items diff --git a/process-app/src/main/res/values-de/strings.xml b/process-app/src/main/res/values-de/strings.xml index d6d7f2d79..27fbd08f8 100644 --- a/process-app/src/main/res/values-de/strings.xml +++ b/process-app/src/main/res/values-de/strings.xml @@ -3,12 +3,18 @@ Text löschen Symbol für Datum Symbol für Verknüpfung - Darf nicht kleiner als %1$d sein - Darf nicht größer als %1$d sein + Darf nicht kleiner sein als %1$d + Darf nicht größer sein als %1$d Verwenden Sie ein anderes Zahlenformat Dies ist ein Pflichtfeld. Aktionen Schaltfläche „Aktionen verarbeiten“ Keine Anhänge Etwas ist schiefgelaufen. Kontaktieren Sie Ihren Administrator für Hilfe. + Kein angehängter Ordner + Information + Sie haben anscheinend\nnoch keine Dateien angehängt\n(max. Dateigröße: %d MB). + %1$s hat ungültige URL + Der ausgewählte Inhalt kann in dieser Form nicht angehängt werden. + Maximale Dateigröße für Uploads: %d MB. diff --git a/process-app/src/main/res/values-es/strings.xml b/process-app/src/main/res/values-es/strings.xml index 4f7d4c984..dad4ccfdd 100644 --- a/process-app/src/main/res/values-es/strings.xml +++ b/process-app/src/main/res/values-es/strings.xml @@ -3,12 +3,18 @@ Borrar texto Icono de fecha Icono de enlace - No puede ser menor que %1$d - No puede ser mayor que %1$d - Utilice un formato de número distinto + No puede ser inferior a %1$d + Ne peut pas être supérieur à %1$d + Utilice un formato de número diferente Este campo es obligatorio. Acciones Botón de acciones de procesos Sin adjuntos Ha surgido un error. Contacte a su administrador para obtener ayuda. + No hay ninguna carpeta adjunta + Información + Parece que aún no ha\nañadido ningún archivo\n(tamaño máximo de archivo: %d MB). + La URL de %1$s no es válida + Fallo al adjuntar el contenido seleccionado en este formulario. + El tamaño máximo de archivo de carga es de %d MB. diff --git a/process-app/src/main/res/values-fr/strings.xml b/process-app/src/main/res/values-fr/strings.xml index 5754cce49..c7e6d4562 100644 --- a/process-app/src/main/res/values-fr/strings.xml +++ b/process-app/src/main/res/values-fr/strings.xml @@ -1,14 +1,20 @@ - Veuillez saisir au moins %1$d caractères + Saisir au moins %1$d caractères Effacer le texte Icône de date Icône de lien Ne peut pas être inférieur à %1$d Ne peut pas être supérieur à %1$d - Utiliser un format numérique différent + Essayez un autre format de chiffre Ceci est un champ obligatoire. Actions Bouton d\'actions de traitement Aucune pièce jointe Un problème est survenu. Pour obtenir de l\'aide, contactez votre administrateur Alfresco. + Aucun dossier joint + Information + Vous n’avez pas encore\najouté de fichiers\n(taille de fichier max. : %d Mo). + %1$s a une URL non valide + Impossible de joindre le contenu sélectionné à ce formulaire. + La taille de fichier maximale pour les chargements est de %d Mo. diff --git a/process-app/src/main/res/values-it/strings.xml b/process-app/src/main/res/values-it/strings.xml index 2110011dc..5eaf75680 100644 --- a/process-app/src/main/res/values-it/strings.xml +++ b/process-app/src/main/res/values-it/strings.xml @@ -1,14 +1,20 @@ - Immettere almeno %1$d caratteri + Inserire almeno %1$d caratteri Elimina testo Icona data Icona link Non deve essere inferiore a %1$d Non deve essere superiore a %1$d - Usare un formato numerico diverso + Utilizzare un formato numerico diverso Questo è un campo obbligatorio. Azioni Pulsante Elabora azioni Nessun allegato Si è verificato un problema. Per assistenza, contatta il tuo amministratore. + Cartella non allegata + Informazione + Non è stato ancora\naggiunto alcun file\n(dimensioni max. file: %d MB). + %1$s ha un URL non valido + Impossibile allegare il contenuto selezionato al presente modulo. + Per gli upload la dimensione massima del file è %d MB. diff --git a/process-app/src/main/res/values-nl/strings.xml b/process-app/src/main/res/values-nl/strings.xml index fb35be3c2..320b4c992 100644 --- a/process-app/src/main/res/values-nl/strings.xml +++ b/process-app/src/main/res/values-nl/strings.xml @@ -1,14 +1,20 @@ - Voer minstens %1$d tekens in + Voer ten minste %1$d tekens in Tekst wissen Datumpictogram Koppelingpictogram Mag niet minder zijn dan %1$d Mag niet meer zijn dan %1$d - Gebruik een andere getalnotatie + Gebruik een ander getalsformaat Dit is een verplicht veld. Acties Knop Procesacties Geen bijlagen Er is iets fout gegaan. Neem contact op met uw beheerder voor hulp. + Geen map bijgevoegd + Informatie + Het lijkt erop dat je nog geen\nbestanden hebt toegevoegd\n(max bestandsgrootte: %d MB). + %1$s heeft ongeldige URL + Niet mogelijk om de geselecteerde inhoud in deze vorm toe te voegen. + Maximum bestandsformaat voor uploads is %d MB. diff --git a/process-app/src/main/res/values/strings.xml b/process-app/src/main/res/values/strings.xml index 819103d54..18274c36b 100644 --- a/process-app/src/main/res/values/strings.xml +++ b/process-app/src/main/res/values/strings.xml @@ -10,13 +10,11 @@ Actions Process Actions Button No attachment(s) + Something went wrong. Contact your administrator for help. No Attached Folder - %d folder(s) - Info + Information Looks like you haven’t\nadded any files yet\n(Max file size: %d MB). - Search Folder %1$s has invalid URL Unable to attach the selected content in this form. Please note: Maximum file size for uploads is %d MB. - Something went wrong. Contact your administrator for help.