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

he.js « l10n - github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ddd76849a3bfa100aff731f62977ffd67febb288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "apporder",
    {
    "App order" : "סידור יישומונים",
    "AppOrder" : "סידור יישומונים",
    "Sort apps in the menu with drag and drop" : "סידור יישומונים בתפריט באמצעות גרירה",
    "App Order" : "סידור יישומונים",
    "Set a default order for all users. This will be ignored, if the user has setup a custom order, and the default order is not forced." : "הגדרת סדר בררת המחדל לכל המשתמשים. ההגדרה הזאת לא תילקח בחשבון אם המשתמש הגדיר סדר משלו ולא נאכף סדר כבררת מחדל.",
    "Drag the app icons to change their order." : "יש לגרור את סמלי היישומונים כדי לשנות את הסדר שלהם.",
    "Force the default order for all users:" : "לאלץ את סדר בררת המחדל לכל המשתמשים:",
    "If enabled, users will not be able to set a custom order." : "אם האפשרות פעילה, המשתמשים לא יוכלו להחליף את הסדר."
},
"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;");