diff options
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/bs.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/bs.json | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/hu_HU.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/hu_HU.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/bs.js b/apps/files_trashbin/l10n/bs.js index 94346863df6..0378a76f855 100644 --- a/apps/files_trashbin/l10n/bs.js +++ b/apps/files_trashbin/l10n/bs.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Restore" : "Obnovi", "Error" : "Greška", + "Select all" : "Označi sve", "Name" : "Ime", "Delete" : "Izbriši" }, diff --git a/apps/files_trashbin/l10n/bs.json b/apps/files_trashbin/l10n/bs.json index bf7cf4813e4..6f222ca37af 100644 --- a/apps/files_trashbin/l10n/bs.json +++ b/apps/files_trashbin/l10n/bs.json @@ -1,6 +1,7 @@ { "translations": { "Restore" : "Obnovi", "Error" : "Greška", + "Select all" : "Označi sve", "Name" : "Ime", "Delete" : "Izbriši" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" diff --git a/apps/files_trashbin/l10n/hu_HU.js b/apps/files_trashbin/l10n/hu_HU.js index 97980e77e30..86fbd169640 100644 --- a/apps/files_trashbin/l10n/hu_HU.js +++ b/apps/files_trashbin/l10n/hu_HU.js @@ -8,6 +8,7 @@ OC.L10N.register( "Delete permanently" : "Végleges törlés", "Error" : "Hiba", "restored" : "visszaállítva", + "Select all" : "Összes kijelölése", "Name" : "Név", "Deleted" : "Törölve", "Delete" : "Törlés" diff --git a/apps/files_trashbin/l10n/hu_HU.json b/apps/files_trashbin/l10n/hu_HU.json index 837bc5c9c70..e445b3a4728 100644 --- a/apps/files_trashbin/l10n/hu_HU.json +++ b/apps/files_trashbin/l10n/hu_HU.json @@ -6,6 +6,7 @@ "Delete permanently" : "Végleges törlés", "Error" : "Hiba", "restored" : "visszaállítva", + "Select all" : "Összes kijelölése", "Name" : "Név", "Deleted" : "Törölve", "Delete" : "Törlés" |