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

he.js « l10n - github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4ea87e542cfc37d07adb609773b71be472d62c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_rightclick",
    {
    "Unselect" : "ביטול בחירה",
    "Select" : "בחירה",
    "Copied !" : "הועתק!",
    "Right click" : "כפתור ימני",
    "Right click menu for Nextcloud" : "כפתור ימני ל־Nextcloud",
    "This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "יישומון זה מאפשר למשתמשים ולמפתחים להשתמש בכפתור הימני כדי לפתוח תפריט. ניתן להשתמש ברכיב RightClick כדי ליצור תפריטי הקשר במהירות רבה. יישומון הקבצים כבר מציג את תפריט הפעולות בעת לחיצה עם הכפתור הימני על קבצים ותיקיות."
},
"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;");