diff options
Diffstat (limited to 'apps/workflowengine/l10n/he.js')
-rw-r--r-- | apps/workflowengine/l10n/he.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/workflowengine/l10n/he.js b/apps/workflowengine/l10n/he.js index f0d02473f92..e1cf194bea3 100644 --- a/apps/workflowengine/l10n/he.js +++ b/apps/workflowengine/l10n/he.js @@ -74,7 +74,6 @@ OC.L10N.register( "Available flows" : "רצפים זמינים", "For details on how to write your own flow, check out the development documentation." : "לפרטים על כתיבת רצף משלך, יש לפנות אל התיעוד למפתחים.", "More flows" : "רצפים נוספים", - "Browse the app store" : "עיון בחנות היישומונים", "Show less" : "להציג פחות", "Show more" : "להציג יותר", "Configured flows" : "רצפים מוגדרים", @@ -105,6 +104,7 @@ OC.L10N.register( "Request user agent" : "סוכן משתמש הבקשה", "User group membership" : "חברות בקבוצת משתמשים", "is member of" : "חבר בקבוצה", - "is not member of" : "לא חבר בקבוצה" + "is not member of" : "לא חבר בקבוצה", + "Browse the app store" : "עיון בחנות היישומונים" }, "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;"); |