diff options
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/l10n/ca.js | 2 | ||||
-rw-r--r-- | apps/dav/l10n/ca.json | 2 | ||||
-rw-r--r-- | apps/dav/l10n/cs.js | 2 | ||||
-rw-r--r-- | apps/dav/l10n/cs.json | 2 | ||||
-rw-r--r-- | apps/dav/l10n/es_CL.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_CL.json | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_CO.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_CO.json | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_CR.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_CR.json | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_DO.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_DO.json | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_EC.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_EC.json | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_GT.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_GT.json | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_SV.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/es_SV.json | 1 | ||||
-rw-r--r-- | apps/dav/l10n/he.js | 2 | ||||
-rw-r--r-- | apps/dav/l10n/he.json | 2 | ||||
-rw-r--r-- | apps/dav/l10n/ka_GE.js | 2 | ||||
-rw-r--r-- | apps/dav/l10n/ka_GE.json | 2 | ||||
-rw-r--r-- | apps/dav/l10n/lt_LT.js | 8 | ||||
-rw-r--r-- | apps/dav/l10n/lt_LT.json | 8 | ||||
-rw-r--r-- | apps/dav/l10n/sk.js | 2 | ||||
-rw-r--r-- | apps/dav/l10n/sk.json | 2 |
26 files changed, 36 insertions, 14 deletions
diff --git a/apps/dav/l10n/ca.js b/apps/dav/l10n/ca.js index d59b3d88fdd..f4cc6d25aab 100644 --- a/apps/dav/l10n/ca.js +++ b/apps/dav/l10n/ca.js @@ -5,7 +5,7 @@ OC.L10N.register( "Todos" : "Tots", "Personal" : "Personal", "{actor} created calendar {calendar}" : "{actor} ha creat el calendari {calendar}", - "You created calendar {calendar}" : "Vosté ha creat el calentari {calendar}", + "You created calendar {calendar}" : "Vostè ha creat el calendari {calendar}", "{actor} deleted calendar {calendar}" : "{actor} ha esborrat el calendari {calendar}", "You deleted calendar {calendar}" : "Voste ha esborrat el calendari {calendar}", "{actor} updated calendar {calendar}" : "{actor} ha actualitzat el calendari {calendar}", diff --git a/apps/dav/l10n/ca.json b/apps/dav/l10n/ca.json index 04fec606daf..5479a8d69bd 100644 --- a/apps/dav/l10n/ca.json +++ b/apps/dav/l10n/ca.json @@ -3,7 +3,7 @@ "Todos" : "Tots", "Personal" : "Personal", "{actor} created calendar {calendar}" : "{actor} ha creat el calendari {calendar}", - "You created calendar {calendar}" : "Vosté ha creat el calentari {calendar}", + "You created calendar {calendar}" : "Vostè ha creat el calendari {calendar}", "{actor} deleted calendar {calendar}" : "{actor} ha esborrat el calendari {calendar}", "You deleted calendar {calendar}" : "Voste ha esborrat el calendari {calendar}", "{actor} updated calendar {calendar}" : "{actor} ha actualitzat el calendari {calendar}", diff --git a/apps/dav/l10n/cs.js b/apps/dav/l10n/cs.js index 012a3c09b88..6171105a7b1 100644 --- a/apps/dav/l10n/cs.js +++ b/apps/dav/l10n/cs.js @@ -64,4 +64,4 @@ OC.L10N.register( "Please make sure to properly set up the email settings above." : "Ujistěte se, že jste správně nastavili výše uvedená nastavení e-mailu.", "Automatically generate a birthday calendar" : "Automaticky vytvořit kalendář s narozeninami" }, -"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); +"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/dav/l10n/cs.json b/apps/dav/l10n/cs.json index 09b60937f3a..ce0bc06e43e 100644 --- a/apps/dav/l10n/cs.json +++ b/apps/dav/l10n/cs.json @@ -61,5 +61,5 @@ "Send invitations to attendees" : "Poslat pozvánky na adresy účastníků", "Please make sure to properly set up the email settings above." : "Ujistěte se, že jste správně nastavili výše uvedená nastavení e-mailu.", "Automatically generate a birthday calendar" : "Automaticky vytvořit kalendář s narozeninami" -},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file diff --git a/apps/dav/l10n/es_CL.js b/apps/dav/l10n/es_CL.js index 6f229188f9a..d01873bd444 100644 --- a/apps/dav/l10n/es_CL.js +++ b/apps/dav/l10n/es_CL.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_CL.json b/apps/dav/l10n/es_CL.json index eba678f78a0..5cbd4755efd 100644 --- a/apps/dav/l10n/es_CL.json +++ b/apps/dav/l10n/es_CL.json @@ -53,6 +53,7 @@ "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_CO.js b/apps/dav/l10n/es_CO.js index 6f229188f9a..d01873bd444 100644 --- a/apps/dav/l10n/es_CO.js +++ b/apps/dav/l10n/es_CO.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_CO.json b/apps/dav/l10n/es_CO.json index eba678f78a0..5cbd4755efd 100644 --- a/apps/dav/l10n/es_CO.json +++ b/apps/dav/l10n/es_CO.json @@ -53,6 +53,7 @@ "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_CR.js b/apps/dav/l10n/es_CR.js index 6f229188f9a..d01873bd444 100644 --- a/apps/dav/l10n/es_CR.js +++ b/apps/dav/l10n/es_CR.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_CR.json b/apps/dav/l10n/es_CR.json index eba678f78a0..5cbd4755efd 100644 --- a/apps/dav/l10n/es_CR.json +++ b/apps/dav/l10n/es_CR.json @@ -53,6 +53,7 @@ "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_DO.js b/apps/dav/l10n/es_DO.js index 6f229188f9a..d01873bd444 100644 --- a/apps/dav/l10n/es_DO.js +++ b/apps/dav/l10n/es_DO.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_DO.json b/apps/dav/l10n/es_DO.json index eba678f78a0..5cbd4755efd 100644 --- a/apps/dav/l10n/es_DO.json +++ b/apps/dav/l10n/es_DO.json @@ -53,6 +53,7 @@ "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_EC.js b/apps/dav/l10n/es_EC.js index 6f229188f9a..d01873bd444 100644 --- a/apps/dav/l10n/es_EC.js +++ b/apps/dav/l10n/es_EC.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_EC.json b/apps/dav/l10n/es_EC.json index eba678f78a0..5cbd4755efd 100644 --- a/apps/dav/l10n/es_EC.json +++ b/apps/dav/l10n/es_EC.json @@ -53,6 +53,7 @@ "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_GT.js b/apps/dav/l10n/es_GT.js index 6f229188f9a..d01873bd444 100644 --- a/apps/dav/l10n/es_GT.js +++ b/apps/dav/l10n/es_GT.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_GT.json b/apps/dav/l10n/es_GT.json index eba678f78a0..5cbd4755efd 100644 --- a/apps/dav/l10n/es_GT.json +++ b/apps/dav/l10n/es_GT.json @@ -53,6 +53,7 @@ "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_SV.js b/apps/dav/l10n/es_SV.js index 6f229188f9a..d01873bd444 100644 --- a/apps/dav/l10n/es_SV.js +++ b/apps/dav/l10n/es_SV.js @@ -55,6 +55,7 @@ OC.L10N.register( "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/es_SV.json b/apps/dav/l10n/es_SV.json index eba678f78a0..5cbd4755efd 100644 --- a/apps/dav/l10n/es_SV.json +++ b/apps/dav/l10n/es_SV.json @@ -53,6 +53,7 @@ "Description:" : "Descripción:", "Link:" : "Enlace:", "Contacts" : "Contactos", + "WebDAV" : "WebDAV", "Technical details" : "Detalles técnicos", "Remote Address: %s" : "Dirección remota: %s", "Request ID: %s" : "ID de solicitud: %s", diff --git a/apps/dav/l10n/he.js b/apps/dav/l10n/he.js index 04523cb0c1e..137476ddc05 100644 --- a/apps/dav/l10n/he.js +++ b/apps/dav/l10n/he.js @@ -36,4 +36,4 @@ OC.L10N.register( "Birthday calendars will be generated by a background job." : "יומני ימי הולדת ייווצרו על ידי משימה ברקע.", "Hence they will not be available immediately after enabling but will show up after some time." : "לכן הם לא יהיה זמינים מיד לאחר ההפעלה אלא הם יופיעו לאחר זמן מה." }, -"nplurals=2; plural=(n != 1);"); +"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;"); diff --git a/apps/dav/l10n/he.json b/apps/dav/l10n/he.json index 11c7ca6b6bf..b0d2b58a58d 100644 --- a/apps/dav/l10n/he.json +++ b/apps/dav/l10n/he.json @@ -33,5 +33,5 @@ "Automatically generate a birthday calendar" : "יצירת יומן ימי הולדת אוטומטית", "Birthday calendars will be generated by a background job." : "יומני ימי הולדת ייווצרו על ידי משימה ברקע.", "Hence they will not be available immediately after enabling but will show up after some time." : "לכן הם לא יהיה זמינים מיד לאחר ההפעלה אלא הם יופיעו לאחר זמן מה." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"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;" }
\ No newline at end of file diff --git a/apps/dav/l10n/ka_GE.js b/apps/dav/l10n/ka_GE.js index 5c3d70b2c64..ab3ee8c8cb3 100644 --- a/apps/dav/l10n/ka_GE.js +++ b/apps/dav/l10n/ka_GE.js @@ -66,4 +66,4 @@ OC.L10N.register( "Birthday calendars will be generated by a background job." : "ბადადების დღეების კალენდრები გენერირებულ იქნება ფონურ რეჟიმში.", "Hence they will not be available immediately after enabling but will show up after some time." : "ისინი არ იქნებიან ხელმიწავდომნი უცბად, მაგრამ გამოჩნდებიან გარკვეული პერიოდის შემდეგ." }, -"nplurals=1; plural=0;"); +"nplurals=2; plural=(n!=1);"); diff --git a/apps/dav/l10n/ka_GE.json b/apps/dav/l10n/ka_GE.json index c9318e2c9f5..d441827bdc5 100644 --- a/apps/dav/l10n/ka_GE.json +++ b/apps/dav/l10n/ka_GE.json @@ -63,5 +63,5 @@ "Automatically generate a birthday calendar" : "დაბადების დღეების კალენდრების ავტომატური გენერირება", "Birthday calendars will be generated by a background job." : "ბადადების დღეების კალენდრები გენერირებულ იქნება ფონურ რეჟიმში.", "Hence they will not be available immediately after enabling but will show up after some time." : "ისინი არ იქნებიან ხელმიწავდომნი უცბად, მაგრამ გამოჩნდებიან გარკვეული პერიოდის შემდეგ." -},"pluralForm" :"nplurals=1; plural=0;" +},"pluralForm" :"nplurals=2; plural=(n!=1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/lt_LT.js b/apps/dav/l10n/lt_LT.js index ec20bcf7bc8..de2bb8271f1 100644 --- a/apps/dav/l10n/lt_LT.js +++ b/apps/dav/l10n/lt_LT.js @@ -41,9 +41,13 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "Kalendoriaus <strong>įvykis</strong> buvo pakeistas", "A calendar <strong>todo</strong> was modified" : "Kalendoriaus <strong>užduotis</strong> buvo pakeista", "Contact birthdays" : "Kontaktų gimtadieniai", + "Invitation updated" : "Pakvietimas atnaujintas", + "Description:" : "Aprašas:", "Contacts" : "Kontaktai", + "WebDAV" : "WebDAV", "Technical details" : "Techninė informacija", "Remote Address: %s" : "Nuotolinis adresas: %s", - "Request ID: %s" : "Užklausos ID: %s" + "Request ID: %s" : "Užklausos ID: %s", + "CalDAV server" : "CalDAV serveris" }, -"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); +"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/dav/l10n/lt_LT.json b/apps/dav/l10n/lt_LT.json index c0a8e43c7b8..aaef0cceafa 100644 --- a/apps/dav/l10n/lt_LT.json +++ b/apps/dav/l10n/lt_LT.json @@ -39,9 +39,13 @@ "A calendar <strong>event</strong> was modified" : "Kalendoriaus <strong>įvykis</strong> buvo pakeistas", "A calendar <strong>todo</strong> was modified" : "Kalendoriaus <strong>užduotis</strong> buvo pakeista", "Contact birthdays" : "Kontaktų gimtadieniai", + "Invitation updated" : "Pakvietimas atnaujintas", + "Description:" : "Aprašas:", "Contacts" : "Kontaktai", + "WebDAV" : "WebDAV", "Technical details" : "Techninė informacija", "Remote Address: %s" : "Nuotolinis adresas: %s", - "Request ID: %s" : "Užklausos ID: %s" -},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" + "Request ID: %s" : "Užklausos ID: %s", + "CalDAV server" : "CalDAV serveris" +},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/apps/dav/l10n/sk.js b/apps/dav/l10n/sk.js index 8122af1dcf0..04e6b4f06ea 100644 --- a/apps/dav/l10n/sk.js +++ b/apps/dav/l10n/sk.js @@ -65,4 +65,4 @@ OC.L10N.register( "Birthday calendars will be generated by a background job." : "Narodeninové kalendáre budú generované úlohou na pozadí.", "Hence they will not be available immediately after enabling but will show up after some time." : "Preto nebudú dostupné hneď po povolení, ale zobrazia sa po určitom čase" }, -"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); +"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/dav/l10n/sk.json b/apps/dav/l10n/sk.json index a30b68b0416..2c979c9d3f2 100644 --- a/apps/dav/l10n/sk.json +++ b/apps/dav/l10n/sk.json @@ -62,5 +62,5 @@ "Automatically generate a birthday calendar" : "Automaticky generovať narodeninový kalendár", "Birthday calendars will be generated by a background job." : "Narodeninové kalendáre budú generované úlohou na pozadí.", "Hence they will not be available immediately after enabling but will show up after some time." : "Preto nebudú dostupné hneď po povolení, ale zobrazia sa po určitom čase" -},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file |