diff --git a/l10n/ast.js b/l10n/ast.js index a80f002ad7..d6e89b1725 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -71,6 +71,7 @@ OC.L10N.register( "[Yesterday]" : "[Ayeri]", "Event does not exist" : "L'eventu nun esiste", "Details" : "Detalles", + "Invite" : "Convidar", "Resources" : "Recursos", "Close" : "Zarrar", "Daily" : "Caldía", diff --git a/l10n/ast.json b/l10n/ast.json index c268f89250..6d6c4f80f1 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -69,6 +69,7 @@ "[Yesterday]" : "[Ayeri]", "Event does not exist" : "L'eventu nun esiste", "Details" : "Detalles", + "Invite" : "Convidar", "Resources" : "Recursos", "Close" : "Zarrar", "Daily" : "Caldía", diff --git a/l10n/he.js b/l10n/he.js index a16d3303e0..64215cf8c3 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -317,4 +317,4 @@ OC.L10N.register( "Imported {filename}" : "יובא {filename} ", "User not found" : "המשתמש לא נמצא" }, -"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); +"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); diff --git a/l10n/he.json b/l10n/he.json index 3573cc2a20..dc5e09eb2e 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -314,5 +314,5 @@ "An error occurred, unable to delete the calendar." : "אירעה שגיאה, לא ניתן למחוק את היומן.", "Imported {filename}" : "יובא {filename} ", "User not found" : "המשתמש לא נמצא" -},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" +},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" } \ No newline at end of file diff --git a/l10n/sk.js b/l10n/sk.js index 9bf9e32115..83e7c789f4 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -156,6 +156,7 @@ OC.L10N.register( "Enable birthday calendar" : "Povoliť narodeninový kalendár", "Show tasks in calendar" : "Zobraziť úlohy v kalendári", "Enable simplified editor" : "Povoliť zjednodušený editor", + "Limit the number of events displayed in the monthly view" : "Obmedziť počet udalostí zobrazených v mesačnom pohľade", "Show weekends" : "Zobraziť víkendy", "Show week numbers" : "Zobraziť čísla týždňov", "Time increments" : "Časové prírastky", @@ -236,6 +237,7 @@ OC.L10N.register( "_hour_::_hours_" : ["hodina","hodiny","hodín","hodín"], "_day_::_days_" : ["deň","dni","dní","dní"], "_week_::_weeks_" : ["týždeň","týždne","týždňov","týždňov"], + "No attachments" : "Žiadne prílohy", "Add from Files" : "Pridať zo Súborov", "Upload from device" : "Nahrať zo zariadenia", "Delete file" : "Zmazať súbor", diff --git a/l10n/sk.json b/l10n/sk.json index 9aeccb29cf..0cb14f5617 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -154,6 +154,7 @@ "Enable birthday calendar" : "Povoliť narodeninový kalendár", "Show tasks in calendar" : "Zobraziť úlohy v kalendári", "Enable simplified editor" : "Povoliť zjednodušený editor", + "Limit the number of events displayed in the monthly view" : "Obmedziť počet udalostí zobrazených v mesačnom pohľade", "Show weekends" : "Zobraziť víkendy", "Show week numbers" : "Zobraziť čísla týždňov", "Time increments" : "Časové prírastky", @@ -234,6 +235,7 @@ "_hour_::_hours_" : ["hodina","hodiny","hodín","hodín"], "_day_::_days_" : ["deň","dni","dní","dní"], "_week_::_weeks_" : ["týždeň","týždne","týždňov","týždňov"], + "No attachments" : "Žiadne prílohy", "Add from Files" : "Pridať zo Súborov", "Upload from device" : "Nahrať zo zariadenia", "Delete file" : "Zmazať súbor",