You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
697 B

OC.L10N.register(
"recommendations",
{
"Recently commented" : "נוספה תגובה לאחרונה",
"Recently edited" : "נערכו לאחרונה",
"Recently shared" : "שותפו לאחרונה",
"Recommendations" : "המלצות",
"Shows recommended files" : "מציג קבצים מומלצים",
"Shows recommended files for quick access of files and folders with recent activity" : "מציג קבצים מומלצים לצורך גישה מהירה לקבצים ולתיקיות בהם התבצעה פעילות לאחרונה"
},
"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;");