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

he.js « l10n - github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47ed3ad19acacb7c7c3c0e2ed5d7671cc16b8427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_downloadactivity",
    {
    "Downloaded by {actor} (via desktop)" : "הורד על ידי {actor} (דרך המחשב השולחני)",
    "Downloaded by {actor} (via app)" : "הורד על ידי {actor} (דרך היישומון)",
    "Downloaded by {actor} (via browser)" : "הורד על ידי {actor} (דרך הדפדפן)",
    "Shared file {file} was downloaded by {actor} via the desktop client" : "הקובץ המשותף {file} נשלח אל {actor} לפי דרישה בעזרת הלקוח לשולחן העבודה",
    "Shared file {file} was downloaded by {actor} via the mobile app" : "הקובץ המשותף {file} נשלח אל {actor} לפי דרישה בעזרת היישומון לנייד",
    "Shared file {file} was downloaded by {actor} via the browser" : "הקובץ המשותף {file} נשלח אל {actor} לפי דרישה בעזרת הדפדפן",
    "A local shared file or folder was <strong>downloaded</strong>" : "קובץ או תיקייה ששותפו מקומית <strong>הורדו</strong>",
    "Activities for shared file downloads" : "פעילויות להורדות קבצים משותפים",
    "Creates activities for downloads of files that were shared with other users or a group" : "יוצר פעילויות להורדת קבצים ששותפו עם משתמשים או קבוצות אחרים"
},
"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;");