diff --git a/l10n/ar.js b/l10n/ar.js index 2217c82..0eb75c6 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -30,6 +30,7 @@ OC.L10N.register( "Show Preview" : "عرض المعاينة", "Unacknowledge it" : "إنكاره", "Acknowledge it" : "الاعتراف به", + "Delete Selected" : "حذف ما تمّ تحديده", "No duplicates found or no duplicate selected." : "لم يتم اكتشاف أي تكررات و لم يتم تحديد أي تكرار.", "File" : "ملف", "Path:" : "المسار Pathـ :", @@ -42,6 +43,8 @@ OC.L10N.register( "Error unacknowledging duplicate." : "خطأ عند الاعتراف بالتكرارات", "File deleted successfully." : "تمّ حذف الملف بنجاح", "Error deleting file." : "خطأ في حذف الملف.", + "Selected files deleted successfully." : "تمّ حذف الملفات المحددة بنجاحٍ.", + "Error deleting selected files." : "حدث خطأ أثناء حذف الملفات المحددة.", "The viewer is not available" : "عارض الملف غير موجود" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json index 587df27..93a3b6a 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -28,6 +28,7 @@ "Show Preview" : "عرض المعاينة", "Unacknowledge it" : "إنكاره", "Acknowledge it" : "الاعتراف به", + "Delete Selected" : "حذف ما تمّ تحديده", "No duplicates found or no duplicate selected." : "لم يتم اكتشاف أي تكررات و لم يتم تحديد أي تكرار.", "File" : "ملف", "Path:" : "المسار Pathـ :", @@ -40,6 +41,8 @@ "Error unacknowledging duplicate." : "خطأ عند الاعتراف بالتكرارات", "File deleted successfully." : "تمّ حذف الملف بنجاح", "Error deleting file." : "خطأ في حذف الملف.", + "Selected files deleted successfully." : "تمّ حذف الملفات المحددة بنجاحٍ.", + "Error deleting selected files." : "حدث خطأ أثناء حذف الملفات المحددة.", "The viewer is not available" : "عارض الملف غير موجود" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/l10n/cs.js b/l10n/cs.js index c43f984..34f28dc 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -30,6 +30,7 @@ OC.L10N.register( "Show Preview" : "Zobrazit náhled", "Unacknowledge it" : "Zrušit potvrzení toho", "Acknowledge it" : "Potvrdit to", + "Select All" : "Vybrat vše", "No duplicates found or no duplicate selected." : "Nenalezeny žádné duplicity nebo nevybrán žádný duplikát.", "File" : "Soubor", "Path:" : "Umístění:", diff --git a/l10n/cs.json b/l10n/cs.json index 637a6d0..03060b8 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -28,6 +28,7 @@ "Show Preview" : "Zobrazit náhled", "Unacknowledge it" : "Zrušit potvrzení toho", "Acknowledge it" : "Potvrdit to", + "Select All" : "Vybrat vše", "No duplicates found or no duplicate selected." : "Nenalezeny žádné duplicity nebo nevybrán žádný duplikát.", "File" : "Soubor", "Path:" : "Umístění:", diff --git a/l10n/de.js b/l10n/de.js index 06cb5c3..653afcc 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -11,6 +11,7 @@ OC.L10N.register( "Settings saved" : "Einstellungen gespeichert", "Could not save settings" : "Konnte Einstellungen nicht speichern", "Welcome, the current duplicate has {numberOfFiles} files, total size: {formattedSize}" : "Willkommen. Das aktuelle Duplikat besteht aus {numberOfFiles} Dateien, Gesamtgröße: {formattedSize}", + "Select All" : "Alle auswählen", "No duplicates found or no duplicate selected." : "Keine Duplikate gefunden oder keine Duplikate ausgewählt.", "File" : "Datei", "Path:" : "Pfad:", diff --git a/l10n/de.json b/l10n/de.json index efd11b0..6b77eef 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -9,6 +9,7 @@ "Settings saved" : "Einstellungen gespeichert", "Could not save settings" : "Konnte Einstellungen nicht speichern", "Welcome, the current duplicate has {numberOfFiles} files, total size: {formattedSize}" : "Willkommen. Das aktuelle Duplikat besteht aus {numberOfFiles} Dateien, Gesamtgröße: {formattedSize}", + "Select All" : "Alle auswählen", "No duplicates found or no duplicate selected." : "Keine Duplikate gefunden oder keine Duplikate ausgewählt.", "File" : "Datei", "Path:" : "Pfad:", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 15b8110..39a6763 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -30,6 +30,8 @@ OC.L10N.register( "Show Preview" : "Vorschau anzeigen", "Unacknowledge it" : "Nicht bestätigen", "Acknowledge it" : "Bestätigen", + "Delete Selected" : "Ausgewählte löschen", + "Select All" : "Alle auswählen", "No duplicates found or no duplicate selected." : "Keine Duplikate gefunden oder keine Duplikate ausgewählt.", "File" : "Datei", "Path:" : "Pfad:", @@ -42,6 +44,8 @@ OC.L10N.register( "Error unacknowledging duplicate." : "Fehler bei der Aufhebung der Bestätigung des Duplikats", "File deleted successfully." : "Datei erfolgreich gelöscht.", "Error deleting file." : "Fehler beim Löschen der Datei.", + "Selected files deleted successfully." : "Ausgewählte Dateien erfolgreich gelöscht.", + "Error deleting selected files." : "Fehler beim Löschen der ausgewählten Dateien.", "The viewer is not available" : "Der Betrachter ist nicht verfügbar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 3a67bc7..72ffe77 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -28,6 +28,8 @@ "Show Preview" : "Vorschau anzeigen", "Unacknowledge it" : "Nicht bestätigen", "Acknowledge it" : "Bestätigen", + "Delete Selected" : "Ausgewählte löschen", + "Select All" : "Alle auswählen", "No duplicates found or no duplicate selected." : "Keine Duplikate gefunden oder keine Duplikate ausgewählt.", "File" : "Datei", "Path:" : "Pfad:", @@ -40,6 +42,8 @@ "Error unacknowledging duplicate." : "Fehler bei der Aufhebung der Bestätigung des Duplikats", "File deleted successfully." : "Datei erfolgreich gelöscht.", "Error deleting file." : "Fehler beim Löschen der Datei.", + "Selected files deleted successfully." : "Ausgewählte Dateien erfolgreich gelöscht.", + "Error deleting selected files." : "Fehler beim Löschen der ausgewählten Dateien.", "The viewer is not available" : "Der Betrachter ist nicht verfügbar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/en_GB.js b/l10n/en_GB.js index bf3cc1f..b2a3846 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -30,6 +30,8 @@ OC.L10N.register( "Show Preview" : "Show Preview", "Unacknowledge it" : "Unacknowledge it", "Acknowledge it" : "Acknowledge it", + "Delete Selected" : "Delete Selected", + "Select All" : "Select All", "No duplicates found or no duplicate selected." : "No duplicates found or no duplicate selected.", "File" : "File", "Path:" : "Path:", @@ -42,6 +44,8 @@ OC.L10N.register( "Error unacknowledging duplicate." : "Error unacknowledging duplicate.", "File deleted successfully." : "File deleted successfully.", "Error deleting file." : "Error deleting file.", + "Selected files deleted successfully." : "Selected files deleted successfully.", + "Error deleting selected files." : "Error deleting selected files.", "The viewer is not available" : "The viewer is not available" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 65c030b..9581004 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -28,6 +28,8 @@ "Show Preview" : "Show Preview", "Unacknowledge it" : "Unacknowledge it", "Acknowledge it" : "Acknowledge it", + "Delete Selected" : "Delete Selected", + "Select All" : "Select All", "No duplicates found or no duplicate selected." : "No duplicates found or no duplicate selected.", "File" : "File", "Path:" : "Path:", @@ -40,6 +42,8 @@ "Error unacknowledging duplicate." : "Error unacknowledging duplicate.", "File deleted successfully." : "File deleted successfully.", "Error deleting file." : "Error deleting file.", + "Selected files deleted successfully." : "Selected files deleted successfully.", + "Error deleting selected files." : "Error deleting selected files.", "The viewer is not available" : "The viewer is not available" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es.js b/l10n/es.js index 55d275c..7d32840 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -30,6 +30,7 @@ OC.L10N.register( "Show Preview" : "Mostrar vista previa", "Unacknowledge it" : "No reconocerlo", "Acknowledge it" : "Reconocerlo", + "Select All" : "Seleccionar todo", "No duplicates found or no duplicate selected." : "No se encontraron duplicados o no se seleccionó ningún duplicado", "File" : "Archivo", "Path:" : "Ruta:", diff --git a/l10n/es.json b/l10n/es.json index 792fd0b..9e3c678 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -28,6 +28,7 @@ "Show Preview" : "Mostrar vista previa", "Unacknowledge it" : "No reconocerlo", "Acknowledge it" : "Reconocerlo", + "Select All" : "Seleccionar todo", "No duplicates found or no duplicate selected." : "No se encontraron duplicados o no se seleccionó ningún duplicado", "File" : "Archivo", "Path:" : "Ruta:", diff --git a/l10n/es_EC.js b/l10n/es_EC.js index b2ac50a..311d009 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -2,6 +2,7 @@ OC.L10N.register( "duplicatefinder", { "Settings saved" : "Se han guardado las configuraciones ", + "Select All" : "Seleccionar todo", "File" : "Archivo", "Delete" : "Borrar" }, diff --git a/l10n/es_EC.json b/l10n/es_EC.json index 7be48f1..96adc37 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -1,5 +1,6 @@ { "translations": { "Settings saved" : "Se han guardado las configuraciones ", + "Select All" : "Seleccionar todo", "File" : "Archivo", "Delete" : "Borrar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/l10n/eu.js b/l10n/eu.js index a66b221..74f0929 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -2,6 +2,7 @@ OC.L10N.register( "duplicatefinder", { "Settings saved" : "Ezarpenak gordeta", + "Select All" : "Hautatu denak", "File" : "Fitxategia", "Delete" : "Ezabatu" }, diff --git a/l10n/eu.json b/l10n/eu.json index 34ef3f1..4bc989e 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -1,5 +1,6 @@ { "translations": { "Settings saved" : "Ezarpenak gordeta", + "Select All" : "Hautatu denak", "File" : "Fitxategia", "Delete" : "Ezabatu" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/fa.js b/l10n/fa.js index 79784af..e68d673 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -2,6 +2,7 @@ OC.L10N.register( "duplicatefinder", { "Settings saved" : "تنظیمات ذخیره شد", + "Select All" : "گزینش همه", "File" : "فایل", "Delete" : "حذف" }, diff --git a/l10n/fa.json b/l10n/fa.json index 3eb4f27..9aba2b1 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -1,5 +1,6 @@ { "translations": { "Settings saved" : "تنظیمات ذخیره شد", + "Select All" : "گزینش همه", "File" : "فایل", "Delete" : "حذف" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/l10n/fi.js b/l10n/fi.js index b83b9ec..e2b5865 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -6,6 +6,7 @@ OC.L10N.register( "Find all duplicates" : "Etsi kaikki kaksoiskappaleet", "Settings saved" : "Asetukset tallennettu", "Show Preview" : "Näytä esikatselu", + "Select All" : "Valitse kaikki", "No duplicates found or no duplicate selected." : "Kaksoiskappaleita ei löytynyt tai kaksoiskappaletta ei ole valittu.", "File" : "Tiedosto", "Path:" : "Polku:", diff --git a/l10n/fi.json b/l10n/fi.json index 37d1963..4de606e 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -4,6 +4,7 @@ "Find all duplicates" : "Etsi kaikki kaksoiskappaleet", "Settings saved" : "Asetukset tallennettu", "Show Preview" : "Näytä esikatselu", + "Select All" : "Valitse kaikki", "No duplicates found or no duplicate selected." : "Kaksoiskappaleita ei löytynyt tai kaksoiskappaletta ei ole valittu.", "File" : "Tiedosto", "Path:" : "Polku:", diff --git a/l10n/fr.js b/l10n/fr.js index 1aa309d..ea16d97 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -30,6 +30,7 @@ OC.L10N.register( "Show Preview" : "Afficher l'aperçu", "Unacknowledge it" : "Marquer comme non validé", "Acknowledge it" : "Marquer comme validé", + "Select All" : "Tout sélectionner", "No duplicates found or no duplicate selected." : "Aucun doublon n'a été trouvé ou aucun doublon n'a été sélectionné.", "File" : "Fichier", "Path:" : "Chemin :", diff --git a/l10n/fr.json b/l10n/fr.json index 26f1195..631d6af 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -28,6 +28,7 @@ "Show Preview" : "Afficher l'aperçu", "Unacknowledge it" : "Marquer comme non validé", "Acknowledge it" : "Marquer comme validé", + "Select All" : "Tout sélectionner", "No duplicates found or no duplicate selected." : "Aucun doublon n'a été trouvé ou aucun doublon n'a été sélectionné.", "File" : "Fichier", "Path:" : "Chemin :", diff --git a/l10n/ga.js b/l10n/ga.js index 639be15..94dde80 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -30,6 +30,8 @@ OC.L10N.register( "Show Preview" : "Taispeáin Réamhamharc", "Unacknowledge it" : "Aithnigh é", "Acknowledge it" : "Admhaigh é", + "Delete Selected" : "Scrios Roghnaithe", + "Select All" : "Roghnú go léir", "No duplicates found or no duplicate selected." : "Níor aimsíodh aon dúblach nó níor roghnaíodh aon dúblach.", "File" : "Comhad", "Path:" : "Conair:", @@ -42,6 +44,8 @@ OC.L10N.register( "Error unacknowledging duplicate." : "Earráid agus an dúblach á aithint.", "File deleted successfully." : "Scriosadh an comhad go rathúil.", "Error deleting file." : "Earráid agus an comhad á scriosadh.", + "Selected files deleted successfully." : "Scriosadh na comhaid roghnaithe go rathúil.", + "Error deleting selected files." : "Earráid agus comhaid roghnaithe á scriosadh.", "The viewer is not available" : "Níl an breathnóir ar fáil" }, "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/l10n/ga.json b/l10n/ga.json index 97cefcb..a48b8d3 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -28,6 +28,8 @@ "Show Preview" : "Taispeáin Réamhamharc", "Unacknowledge it" : "Aithnigh é", "Acknowledge it" : "Admhaigh é", + "Delete Selected" : "Scrios Roghnaithe", + "Select All" : "Roghnú go léir", "No duplicates found or no duplicate selected." : "Níor aimsíodh aon dúblach nó níor roghnaíodh aon dúblach.", "File" : "Comhad", "Path:" : "Conair:", @@ -40,6 +42,8 @@ "Error unacknowledging duplicate." : "Earráid agus an dúblach á aithint.", "File deleted successfully." : "Scriosadh an comhad go rathúil.", "Error deleting file." : "Earráid agus an comhad á scriosadh.", + "Selected files deleted successfully." : "Scriosadh na comhaid roghnaithe go rathúil.", + "Error deleting selected files." : "Earráid agus comhaid roghnaithe á scriosadh.", "The viewer is not available" : "Níl an breathnóir ar fáil" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" } \ No newline at end of file diff --git a/l10n/gl.js b/l10n/gl.js index 30744f5..a581a0c 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -30,6 +30,7 @@ OC.L10N.register( "Show Preview" : "Amosar a vista previa", "Unacknowledge it" : "Non recoñecelo", "Acknowledge it" : "Recoñéceo", + "Select All" : "Seleccionar todo", "No duplicates found or no duplicate selected." : "Non se atoparon duplicados ou non se seleccionou ningún duplicado.", "File" : "Ficheiro", "Path:" : "Ruta:", diff --git a/l10n/gl.json b/l10n/gl.json index 60998ac..e0622c1 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -28,6 +28,7 @@ "Show Preview" : "Amosar a vista previa", "Unacknowledge it" : "Non recoñecelo", "Acknowledge it" : "Recoñéceo", + "Select All" : "Seleccionar todo", "No duplicates found or no duplicate selected." : "Non se atoparon duplicados ou non se seleccionou ningún duplicado.", "File" : "Ficheiro", "Path:" : "Ruta:", diff --git a/l10n/hu.js b/l10n/hu.js index 9a5d61a..69730fa 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -14,6 +14,7 @@ OC.L10N.register( "Could not fetch settings" : "Nem sikerült lekérni a beállításokat", "Settings saved" : "Beállítások mentve", "Could not save settings" : "Nem sikerült elmenteni a beállításokat", + "Select All" : "Összes kiválasztása", "No duplicates found or no duplicate selected." : "Nem található duplikáció vagy nincs duplikáció kijelölve.", "File" : "Fájl", "Path:" : "Útvonal:", diff --git a/l10n/hu.json b/l10n/hu.json index 7dadb9f..b4bff53 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -12,6 +12,7 @@ "Could not fetch settings" : "Nem sikerült lekérni a beállításokat", "Settings saved" : "Beállítások mentve", "Could not save settings" : "Nem sikerült elmenteni a beállításokat", + "Select All" : "Összes kiválasztása", "No duplicates found or no duplicate selected." : "Nem található duplikáció vagy nincs duplikáció kijelölve.", "File" : "Fájl", "Path:" : "Útvonal:", diff --git a/l10n/it.js b/l10n/it.js index 895c836..525ad3c 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -2,6 +2,7 @@ OC.L10N.register( "duplicatefinder", { "Settings saved" : "Impostazioni salvate", + "Select All" : "Seleziona tutto", "File" : "File", "Delete" : "Elimina" }, diff --git a/l10n/it.json b/l10n/it.json index b5e8ff2..f9d26c2 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -1,5 +1,6 @@ { "translations": { "Settings saved" : "Impostazioni salvate", + "Select All" : "Seleziona tutto", "File" : "File", "Delete" : "Elimina" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/l10n/ka.js b/l10n/ka.js index a54f965..9cb71b3 100644 --- a/l10n/ka.js +++ b/l10n/ka.js @@ -2,6 +2,7 @@ OC.L10N.register( "duplicatefinder", { "Settings saved" : "Settings saved", + "Select All" : "Select All", "File" : "File", "Delete" : "Delete" }, diff --git a/l10n/ka.json b/l10n/ka.json index d93056a..1329ec6 100644 --- a/l10n/ka.json +++ b/l10n/ka.json @@ -1,5 +1,6 @@ { "translations": { "Settings saved" : "Settings saved", + "Select All" : "Select All", "File" : "File", "Delete" : "Delete" },"pluralForm" :"nplurals=2; plural=(n!=1);" diff --git a/l10n/mk.js b/l10n/mk.js index 84957fb..9ee1411 100644 --- a/l10n/mk.js +++ b/l10n/mk.js @@ -2,6 +2,7 @@ OC.L10N.register( "duplicatefinder", { "Settings saved" : "Параматрите се зачувани", + "Select All" : "Избери се", "File" : "Датотека", "Delete" : "Избриши" }, diff --git a/l10n/mk.json b/l10n/mk.json index aedcecc..f9b12f3 100644 --- a/l10n/mk.json +++ b/l10n/mk.json @@ -1,5 +1,6 @@ { "translations": { "Settings saved" : "Параматрите се зачувани", + "Select All" : "Избери се", "File" : "Датотека", "Delete" : "Избриши" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" diff --git a/l10n/nb.js b/l10n/nb.js index 7dfbb5e..917f9bc 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -30,6 +30,7 @@ OC.L10N.register( "Show Preview" : "Vis forhåndsvisning", "Unacknowledge it" : "Ikke erkjenn det", "Acknowledge it" : "Erkjenn det", + "Select All" : "Velg alle", "No duplicates found or no duplicate selected." : "Ingen duplikater funnet eller ingen duplikat valgt.", "File" : "Fil", "Path:" : "Sti:", diff --git a/l10n/nb.json b/l10n/nb.json index cee3016..d45f597 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -28,6 +28,7 @@ "Show Preview" : "Vis forhåndsvisning", "Unacknowledge it" : "Ikke erkjenn det", "Acknowledge it" : "Erkjenn det", + "Select All" : "Velg alle", "No duplicates found or no duplicate selected." : "Ingen duplikater funnet eller ingen duplikat valgt.", "File" : "Fil", "Path:" : "Sti:", diff --git a/l10n/nl.js b/l10n/nl.js index 0fb53b2..55b33a4 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -2,6 +2,7 @@ OC.L10N.register( "duplicatefinder", { "Settings saved" : "Instellingen opgeslagen", + "Select All" : "Alles Selecteren", "File" : "Bestand", "Delete" : "Verwijder" }, diff --git a/l10n/nl.json b/l10n/nl.json index 892d19d..7ab8a18 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -1,5 +1,6 @@ { "translations": { "Settings saved" : "Instellingen opgeslagen", + "Select All" : "Alles Selecteren", "File" : "Bestand", "Delete" : "Verwijder" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/pl.js b/l10n/pl.js index 8ec7ee9..37a67db 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -2,6 +2,7 @@ OC.L10N.register( "duplicatefinder", { "Settings saved" : "Ustawienia zapisane", + "Select All" : "Wybierz wszystko", "File" : "Plik", "Delete" : "Usuń" }, diff --git a/l10n/pl.json b/l10n/pl.json index 472c963..2e02d28 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -1,5 +1,6 @@ { "translations": { "Settings saved" : "Ustawienia zapisane", + "Select All" : "Wybierz wszystko", "File" : "Plik", "Delete" : "Usuń" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 329b165..adcf930 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -30,6 +30,7 @@ OC.L10N.register( "Show Preview" : "Mostrar visualização", "Unacknowledge it" : "Não reconheça", "Acknowledge it" : "Reconheça", + "Select All" : "Select All", "No duplicates found or no duplicate selected." : "Nenhuma duplicata encontrada ou nenhuma duplicata selecionada.", "File" : "Arquivo", "Path:" : "Caminho:", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index dfae290..5daec68 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -28,6 +28,7 @@ "Show Preview" : "Mostrar visualização", "Unacknowledge it" : "Não reconheça", "Acknowledge it" : "Reconheça", + "Select All" : "Select All", "No duplicates found or no duplicate selected." : "Nenhuma duplicata encontrada ou nenhuma duplicata selecionada.", "File" : "Arquivo", "Path:" : "Caminho:", diff --git a/l10n/ru.js b/l10n/ru.js index 110238b..951a181 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -20,6 +20,7 @@ OC.L10N.register( "Welcome, the current duplicate has {numberOfFiles} files, total size: {formattedSize}" : "Добро пожаловать, текущий дубликат содержит файлы: {numberOfFiles}, общий размер: {formattedSize}.", "Unacknowledge it" : "Не признавать это", "Acknowledge it" : "Признать это", + "Select All" : "Выбрать все", "No duplicates found or no duplicate selected." : "Дубликаты не найдены или дубликаты не выбраны.", "File" : "Файл", "Path:" : "Путь:", diff --git a/l10n/ru.json b/l10n/ru.json index 31f675a..0ea7e91 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -18,6 +18,7 @@ "Welcome, the current duplicate has {numberOfFiles} files, total size: {formattedSize}" : "Добро пожаловать, текущий дубликат содержит файлы: {numberOfFiles}, общий размер: {formattedSize}.", "Unacknowledge it" : "Не признавать это", "Acknowledge it" : "Признать это", + "Select All" : "Выбрать все", "No duplicates found or no duplicate selected." : "Дубликаты не найдены или дубликаты не выбраны.", "File" : "Файл", "Path:" : "Путь:", diff --git a/l10n/sk.js b/l10n/sk.js index 359509e..8571d9a 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Settings saved" : "Nastavenia uložené", "Could not save settings" : "Nastavenia sa nepodarilo uložiť", + "Select All" : "Vybrať všetko", "File" : "Súbor", "Delete" : "Vymazať" }, diff --git a/l10n/sk.json b/l10n/sk.json index a3618a2..c4d7caa 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -1,6 +1,7 @@ { "translations": { "Settings saved" : "Nastavenia uložené", "Could not save settings" : "Nastavenia sa nepodarilo uložiť", + "Select All" : "Vybrať všetko", "File" : "Súbor", "Delete" : "Vymazať" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" diff --git a/l10n/sl.js b/l10n/sl.js index 88b931c..b0c6c79 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -2,6 +2,7 @@ OC.L10N.register( "duplicatefinder", { "Settings saved" : "Nastavitve so shranjene", + "Select All" : "Izberi vse", "File" : "Datoteka", "Delete" : "Izbriši" }, diff --git a/l10n/sl.json b/l10n/sl.json index c3b37ac..43c0dbd 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -1,5 +1,6 @@ { "translations": { "Settings saved" : "Nastavitve so shranjene", + "Select All" : "Izberi vse", "File" : "Datoteka", "Delete" : "Izbriši" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" diff --git a/l10n/sr.js b/l10n/sr.js index e5c0ab2..c167194 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -30,6 +30,7 @@ OC.L10N.register( "Show Preview" : "Прикажи преглед", "Unacknowledge it" : "Уклони потврду", "Acknowledge it" : "Потврди", + "Select All" : "Изабери све", "No duplicates found or no duplicate selected." : "Није пронађен ниједан дупликат, или није изабран ниједан.", "File" : "Фајл", "Path:" : "Путања:", diff --git a/l10n/sr.json b/l10n/sr.json index 5a4cdb6..f5660b1 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -28,6 +28,7 @@ "Show Preview" : "Прикажи преглед", "Unacknowledge it" : "Уклони потврду", "Acknowledge it" : "Потврди", + "Select All" : "Изабери све", "No duplicates found or no duplicate selected." : "Није пронађен ниједан дупликат, или није изабран ниједан.", "File" : "Фајл", "Path:" : "Путања:", diff --git a/l10n/sv.js b/l10n/sv.js index 39fb80f..6b90d15 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -8,6 +8,7 @@ OC.L10N.register( "Settings saved" : "Inställningar sparade", "Could not save settings" : "Det gick inte att spara inställningarna", "Welcome, the current duplicate has {numberOfFiles} files, total size: {formattedSize}" : "Välkommen, den aktuella dubbletten har {numberOfFiles} filer, total storlek: {formattedSize}", + "Select All" : "Välj Alla", "No duplicates found or no duplicate selected." : "Inga dubbletter hittades eller ingen dubblett har valts.", "File" : "Fil", "Path:" : "Sökväg:", diff --git a/l10n/sv.json b/l10n/sv.json index 0fa6908..c08a8d7 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -6,6 +6,7 @@ "Settings saved" : "Inställningar sparade", "Could not save settings" : "Det gick inte att spara inställningarna", "Welcome, the current duplicate has {numberOfFiles} files, total size: {formattedSize}" : "Välkommen, den aktuella dubbletten har {numberOfFiles} filer, total storlek: {formattedSize}", + "Select All" : "Välj Alla", "No duplicates found or no duplicate selected." : "Inga dubbletter hittades eller ingen dubblett har valts.", "File" : "Fil", "Path:" : "Sökväg:", diff --git a/l10n/tr.js b/l10n/tr.js index 9055fad..189243a 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -30,6 +30,7 @@ OC.L10N.register( "Show Preview" : "Ön izlemeyi görüntüle", "Unacknowledge it" : "Çift olmadığını onayla", "Acknowledge it" : "Çift olduğunu onayla", + "Select All" : "Tümünü seç", "No duplicates found or no duplicate selected." : "Herhangi bir çift dosya bulunamadı ya da bir çift seçilmemiş.", "File" : "Dosya", "Path:" : "Yol:", diff --git a/l10n/tr.json b/l10n/tr.json index 3251158..a233397 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -28,6 +28,7 @@ "Show Preview" : "Ön izlemeyi görüntüle", "Unacknowledge it" : "Çift olmadığını onayla", "Acknowledge it" : "Çift olduğunu onayla", + "Select All" : "Tümünü seç", "No duplicates found or no duplicate selected." : "Herhangi bir çift dosya bulunamadı ya da bir çift seçilmemiş.", "File" : "Dosya", "Path:" : "Yol:", diff --git a/l10n/uk.js b/l10n/uk.js index 4a9fa3e..62adebe 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -2,6 +2,7 @@ OC.L10N.register( "duplicatefinder", { "Settings saved" : "Налаштування збережено", + "Select All" : "Вибрати все", "File" : "Файл", "Delete" : "Вилучити" }, diff --git a/l10n/uk.json b/l10n/uk.json index f2f1571..ec7e7b5 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -1,5 +1,6 @@ { "translations": { "Settings saved" : "Налаштування збережено", + "Select All" : "Вибрати все", "File" : "Файл", "Delete" : "Вилучити" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 8a2f130..773089a 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -2,6 +2,7 @@ OC.L10N.register( "duplicatefinder", { "Settings saved" : "已保存设置", + "Select All" : "全选", "File" : "文件", "Delete" : "删除" }, diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index b75cd76..e4407b5 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -1,5 +1,6 @@ { "translations": { "Settings saved" : "已保存设置", + "Select All" : "全选", "File" : "文件", "Delete" : "删除" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 85caf05..326b04f 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -30,6 +30,8 @@ OC.L10N.register( "Show Preview" : "顯示預覽", "Unacknowledge it" : "不確認它", "Acknowledge it" : "承認它", + "Delete Selected" : "刪除所選", + "Select All" : "全選", "No duplicates found or no duplicate selected." : "未找到重複項或未選擇重複項。", "File" : "檔案", "Path:" : "路徑:", @@ -42,6 +44,8 @@ OC.L10N.register( "Error unacknowledging duplicate." : "取消確認重複項目時發生錯誤。", "File deleted successfully." : "檔案成功刪除。", "Error deleting file." : "刪除檔案時發生錯誤。", + "Selected files deleted successfully." : "所選檔案已成功刪除。", + "Error deleting selected files." : "刪除所選檔案時發生錯誤。", "The viewer is not available" : "檢視程式不可用" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 431f759..fa51525 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -28,6 +28,8 @@ "Show Preview" : "顯示預覽", "Unacknowledge it" : "不確認它", "Acknowledge it" : "承認它", + "Delete Selected" : "刪除所選", + "Select All" : "全選", "No duplicates found or no duplicate selected." : "未找到重複項或未選擇重複項。", "File" : "檔案", "Path:" : "路徑:", @@ -40,6 +42,8 @@ "Error unacknowledging duplicate." : "取消確認重複項目時發生錯誤。", "File deleted successfully." : "檔案成功刪除。", "Error deleting file." : "刪除檔案時發生錯誤。", + "Selected files deleted successfully." : "所選檔案已成功刪除。", + "Error deleting selected files." : "刪除所選檔案時發生錯誤。", "The viewer is not available" : "檢視程式不可用" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index a9d4cca..f0e4af6 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -30,6 +30,7 @@ OC.L10N.register( "Show Preview" : "顯示預覽", "Unacknowledge it" : "取消確認它", "Acknowledge it" : "確認它", + "Select All" : "選取全部", "No duplicates found or no duplicate selected." : "找不到重複的項目或未選取重複的項目。", "File" : "檔案", "Path:" : "路徑:", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index a26fb49..bcef1e5 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -28,6 +28,7 @@ "Show Preview" : "顯示預覽", "Unacknowledge it" : "取消確認它", "Acknowledge it" : "確認它", + "Select All" : "選取全部", "No duplicates found or no duplicate selected." : "找不到重複的項目或未選取重複的項目。", "File" : "檔案", "Path:" : "路徑:",