Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/he.js')
-rw-r--r--apps/files_versions/l10n/he.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_versions/l10n/he.js b/apps/files_versions/l10n/he.js
index e733b773329..c31d36cf089 100644
--- a/apps/files_versions/l10n/he.js
+++ b/apps/files_versions/l10n/he.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים","%n בייטים","%n בייטים"],
"Restore" : "שחזור",
"No earlier versions available" : "אין גרסאות קודמות זמינות",
- "More versions …" : "גרסאות נוספות…"
+ "More versions …" : "גרסאות נוספות…",
+ "This application automatically maintains older versions of files that are changed." : "יישומון זה שומר אוטומטית על גרסאות קודמות של קבצים שהשתנו."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");