mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
8 lines
309 B
JavaScript
8 lines
309 B
JavaScript
OC.L10N.register(
|
|
"integration_moodle",
|
|
{
|
|
"Bad HTTP method" : "שגיאה במתודת HTTP",
|
|
"Bad credentials" : "פרטי גישה שגויים",
|
|
"Connected accounts" : "חשבונות מקושרים"
|
|
},
|
|
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
|