Compare commits
58 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f37aacb31 | ||
|
|
929c0f80e0 | ||
|
|
82dc13c3af | ||
|
|
dde611b3ed | ||
|
|
6b7255931a | ||
|
|
72c4047ce9 | ||
|
|
b806e1f009 | ||
|
|
04055e79c0 | ||
|
|
16bc8af0f3 | ||
|
|
482b42e4c8 | ||
|
|
fafc3ca2e0 | ||
|
|
400f378183 | ||
|
|
dd93df22f4 | ||
|
|
aae1769e60 | ||
|
|
ff64a731b0 | ||
|
|
1bb4d7853f | ||
|
|
9dcc9b50e9 | ||
|
|
af4258436b | ||
|
|
bce6549588 | ||
|
|
59bff4746f | ||
|
|
953c8875db | ||
|
|
8f34bc833c | ||
|
|
79672ed6d6 | ||
|
|
d1e244b859 | ||
|
|
59ce66b9ea | ||
|
|
c877bd3f7e | ||
|
|
723814c0fd | ||
|
|
edfba7f151 | ||
|
|
f0d4716af3 | ||
|
|
b541d0b415 | ||
|
|
7b604c1516 | ||
|
|
ad722411d3 | ||
|
|
c727beba9f | ||
|
|
0450512711 | ||
|
|
ec3575c646 | ||
|
|
006eaf0e8a | ||
|
|
98a260940f | ||
|
|
6ca689aff8 | ||
|
|
40ac4e8197 | ||
|
|
3d49fe473a | ||
|
|
41844ea51c | ||
|
|
efde83e07f | ||
|
|
b9bfd5aba8 | ||
|
|
f7a0157589 | ||
|
|
fdaf6d0db2 | ||
|
|
a3155d8396 | ||
|
|
4bc7f02b57 | ||
|
|
b2367f4567 | ||
|
|
aff45d4af0 | ||
|
|
8fc44d24eb | ||
|
|
553812d6b6 | ||
|
|
fb9675537a | ||
|
|
7476e118aa | ||
|
|
7be2f5bcdb | ||
|
|
add66bc918 | ||
|
|
29dc5c8cb5 | ||
|
|
f6e51690a2 | ||
|
|
543277cb43 |
@@ -1214,7 +1214,7 @@ steps:
|
||||
commands:
|
||||
# JavaScript files are not used in integration tests so it is not needed to
|
||||
# build them.
|
||||
- git clone --depth 1 https://github.com/nextcloud/spreed apps/spreed
|
||||
- git clone --depth 1 --branch stable24 https://github.com/nextcloud/spreed apps/spreed
|
||||
- name: integration-sharing-v1-video-verification
|
||||
image: ghcr.io/nextcloud/continuous-integration-integration-php7.4:latest
|
||||
commands:
|
||||
|
||||
@@ -10,6 +10,8 @@ OC.L10N.register(
|
||||
"%1$s commented on %2$s" : "%1$s коментиран за %2$s",
|
||||
"{author} commented on {file}" : "{author} коментира за {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Коментари</strong> за файлове",
|
||||
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Бяхте споменат/а към “{file}”, в коментар от потребител, който вече е изтрит",
|
||||
"{user} mentioned you in a comment on \"{file}\"" : "{user} ви спомена в коментар за “{file}”",
|
||||
"Files app plugin to add comments to files" : "Добавка на приложението Файлове за добавяне на коментари към файловете",
|
||||
"Edit comment" : "Редактирай коментра",
|
||||
"Delete comment" : "Изтрий коментар",
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
"%1$s commented on %2$s" : "%1$s коментиран за %2$s",
|
||||
"{author} commented on {file}" : "{author} коментира за {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Коментари</strong> за файлове",
|
||||
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Бяхте споменат/а към “{file}”, в коментар от потребител, който вече е изтрит",
|
||||
"{user} mentioned you in a comment on \"{file}\"" : "{user} ви спомена в коментар за “{file}”",
|
||||
"Files app plugin to add comments to files" : "Добавка на приложението Файлове за добавяне на коментари към файловете",
|
||||
"Edit comment" : "Редактирай коментра",
|
||||
"Delete comment" : "Изтрий коментар",
|
||||
|
||||
@@ -25,7 +25,6 @@ OC.L10N.register(
|
||||
"Default images" : "الصور الإفتراضية",
|
||||
"Plain background" : "خلفية سادة",
|
||||
"Insert from {productName}" : "اضف من {productName}",
|
||||
"Show something" : "أظهر شي ما",
|
||||
"Get more widgets from the app store" : "احصل على ودجات من متجر التطبيقات"
|
||||
"Show something" : "أظهر شي ما"
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
"Default images" : "الصور الإفتراضية",
|
||||
"Plain background" : "خلفية سادة",
|
||||
"Insert from {productName}" : "اضف من {productName}",
|
||||
"Show something" : "أظهر شي ما",
|
||||
"Get more widgets from the app store" : "احصل على ودجات من متجر التطبيقات"
|
||||
"Show something" : "أظهر شي ما"
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
||||
@@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Dashboard" : "Табло",
|
||||
"Dashboard app" : "Приложение за Табло",
|
||||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "Започнете деня си информиран\n\nТаблото за управление на Nextcloud е ваша отправна точка за деня, което ви дава\nвъзможност за преглед на предстоящите ви срещи, спешни имейли, съобщения в чат,\nвходящи билети, най-новите туитове и много повече! Потребителите могат да добавят изпълними модули,\nкоито те харесват и да променят фона по свой вкус.",
|
||||
"Customize" : "Персонизиране",
|
||||
"Edit widgets" : "Редактиране на изпълнимите модули",
|
||||
"Get more widgets from the App Store" : "Вземете повече приспособления от App Store",
|
||||
@@ -26,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Изображения по подразбиране",
|
||||
"Plain background" : "Обикновен фон",
|
||||
"Insert from {productName}" : "Вмъкване от {productName}",
|
||||
"Show something" : "Покажи нещо",
|
||||
"Get more widgets from the app store" : "Вземете повече приспособления от app store"
|
||||
"Show something" : "Покажи нещо"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Dashboard" : "Табло",
|
||||
"Dashboard app" : "Приложение за Табло",
|
||||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "Започнете деня си информиран\n\nТаблото за управление на Nextcloud е ваша отправна точка за деня, което ви дава\nвъзможност за преглед на предстоящите ви срещи, спешни имейли, съобщения в чат,\nвходящи билети, най-новите туитове и много повече! Потребителите могат да добавят изпълними модули,\nкоито те харесват и да променят фона по свой вкус.",
|
||||
"Customize" : "Персонизиране",
|
||||
"Edit widgets" : "Редактиране на изпълнимите модули",
|
||||
"Get more widgets from the App Store" : "Вземете повече приспособления от App Store",
|
||||
@@ -24,7 +25,6 @@
|
||||
"Default images" : "Изображения по подразбиране",
|
||||
"Plain background" : "Обикновен фон",
|
||||
"Insert from {productName}" : "Вмъкване от {productName}",
|
||||
"Show something" : "Покажи нещо",
|
||||
"Get more widgets from the app store" : "Вземете повече приспособления от app store"
|
||||
"Show something" : "Покажи нещо"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Imatges predeterminades",
|
||||
"Plain background" : "Fons senzill",
|
||||
"Insert from {productName}" : "Insereix des de {productName}",
|
||||
"Show something" : "Mostra alguna cosa",
|
||||
"Get more widgets from the app store" : "Obtenir més ginys de la botiga d'aplicacions"
|
||||
"Show something" : "Mostra alguna cosa"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"Default images" : "Imatges predeterminades",
|
||||
"Plain background" : "Fons senzill",
|
||||
"Insert from {productName}" : "Insereix des de {productName}",
|
||||
"Show something" : "Mostra alguna cosa",
|
||||
"Get more widgets from the app store" : "Obtenir més ginys de la botiga d'aplicacions"
|
||||
"Show something" : "Mostra alguna cosa"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Výchozí obrázky",
|
||||
"Plain background" : "Jednolité pozadí",
|
||||
"Insert from {productName}" : "Vložit z {productName}",
|
||||
"Show something" : "Zobrazit něco",
|
||||
"Get more widgets from the app store" : "Získejte další ovládací prvky z katalogu aplikací"
|
||||
"Show something" : "Zobrazit něco"
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"Default images" : "Výchozí obrázky",
|
||||
"Plain background" : "Jednolité pozadí",
|
||||
"Insert from {productName}" : "Vložit z {productName}",
|
||||
"Show something" : "Zobrazit něco",
|
||||
"Get more widgets from the app store" : "Získejte další ovládací prvky z katalogu aplikací"
|
||||
"Show something" : "Zobrazit něco"
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Standardbilleder",
|
||||
"Plain background" : "Standard baggrund",
|
||||
"Insert from {productName}" : "Indsæt fra {productName}",
|
||||
"Show something" : "Vis noget",
|
||||
"Get more widgets from the app store" : "Hent flere widgets fra app store"
|
||||
"Show something" : "Vis noget"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Standardbilleder",
|
||||
"Plain background" : "Standard baggrund",
|
||||
"Insert from {productName}" : "Indsæt fra {productName}",
|
||||
"Show something" : "Vis noget",
|
||||
"Get more widgets from the app store" : "Hent flere widgets fra app store"
|
||||
"Show something" : "Vis noget"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Standardbilder",
|
||||
"Plain background" : "Einfacher Hintergrund",
|
||||
"Insert from {productName}" : "Von {productName} einfügen",
|
||||
"Show something" : "Zeige etwas an",
|
||||
"Get more widgets from the app store" : "Hole Dir weitere Widgets aus dem App Store"
|
||||
"Show something" : "Zeige etwas an"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"Default images" : "Standardbilder",
|
||||
"Plain background" : "Einfacher Hintergrund",
|
||||
"Insert from {productName}" : "Von {productName} einfügen",
|
||||
"Show something" : "Zeige etwas an",
|
||||
"Get more widgets from the app store" : "Hole Dir weitere Widgets aus dem App Store"
|
||||
"Show something" : "Zeige etwas an"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Standardbilder",
|
||||
"Plain background" : "Einfacher Hintergrund",
|
||||
"Insert from {productName}" : "Von {productName} einfügen",
|
||||
"Show something" : "Etwas anzeigen",
|
||||
"Get more widgets from the app store" : "Holen Sie sich weitere Widgets aus dem App Store"
|
||||
"Show something" : "Etwas anzeigen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"Default images" : "Standardbilder",
|
||||
"Plain background" : "Einfacher Hintergrund",
|
||||
"Insert from {productName}" : "Von {productName} einfügen",
|
||||
"Show something" : "Etwas anzeigen",
|
||||
"Get more widgets from the app store" : "Holen Sie sich weitere Widgets aus dem App Store"
|
||||
"Show something" : "Etwas anzeigen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Προεπιλεγμένες εικόνες",
|
||||
"Plain background" : "Απλό παρασκήνιο",
|
||||
"Insert from {productName}" : "Εισαγωγή από {productName}",
|
||||
"Show something" : "Δείξε οτιδήποτε",
|
||||
"Get more widgets from the app store" : "Λάβετε περισσότερες μικροεφαρμογές από το App Store"
|
||||
"Show something" : "Δείξε οτιδήποτε"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"Default images" : "Προεπιλεγμένες εικόνες",
|
||||
"Plain background" : "Απλό παρασκήνιο",
|
||||
"Insert from {productName}" : "Εισαγωγή από {productName}",
|
||||
"Show something" : "Δείξε οτιδήποτε",
|
||||
"Get more widgets from the app store" : "Λάβετε περισσότερες μικροεφαρμογές από το App Store"
|
||||
"Show something" : "Δείξε οτιδήποτε"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Dashboard" : "Dashboard",
|
||||
"Dashboard app" : "App Dashboard",
|
||||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "Comienza tu día informado\n\nEl Dashboard de Nextcloud es tu punto de partida del día, dándote un\nresumen de tus próximas citas, emails urgentes, mensajes de chat,\npróximos tickets, últimos tweets y mucho más! Los usuarios pueden agregr widgets\nque le gusten y cambiar el fondo a su gusto.",
|
||||
"Customize" : "Personalizar",
|
||||
"Edit widgets" : "Editar widgets",
|
||||
"Get more widgets from the App Store" : "Conseguir más widgets desde la tienda de Apps",
|
||||
@@ -26,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Imágenes predeterminadas",
|
||||
"Plain background" : "Fondo liso",
|
||||
"Insert from {productName}" : "Insertar desde {productName}",
|
||||
"Show something" : "Mostrar algo",
|
||||
"Get more widgets from the app store" : "Conseguir más widgets desde la app store"
|
||||
"Show something" : "Mostrar algo"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Dashboard" : "Dashboard",
|
||||
"Dashboard app" : "App Dashboard",
|
||||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "Comienza tu día informado\n\nEl Dashboard de Nextcloud es tu punto de partida del día, dándote un\nresumen de tus próximas citas, emails urgentes, mensajes de chat,\npróximos tickets, últimos tweets y mucho más! Los usuarios pueden agregr widgets\nque le gusten y cambiar el fondo a su gusto.",
|
||||
"Customize" : "Personalizar",
|
||||
"Edit widgets" : "Editar widgets",
|
||||
"Get more widgets from the App Store" : "Conseguir más widgets desde la tienda de Apps",
|
||||
@@ -24,7 +25,6 @@
|
||||
"Default images" : "Imágenes predeterminadas",
|
||||
"Plain background" : "Fondo liso",
|
||||
"Insert from {productName}" : "Insertar desde {productName}",
|
||||
"Show something" : "Mostrar algo",
|
||||
"Get more widgets from the app store" : "Conseguir más widgets desde la app store"
|
||||
"Show something" : "Mostrar algo"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Dashboard" : "Mahaia",
|
||||
"Dashboard app" : "Mahaia aplikazioa",
|
||||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "Hasi zure eguna informatuta\n\nNextcloud Dashboard zure eguneko abiapuntua da, erakutsiz\nzure hurrengo hitzorduen ikuspegi orokorra, premiazko mezu elektronikoak, txat mezuak,\nsarrerako txartelak, azken txioak eta askoz gehiago! Erabiltzaileek widget-ak gehi ditzakete\neta atzealdea aldatu nahieran.",
|
||||
"Customize" : "Pertsonalizatu",
|
||||
"Edit widgets" : "Editatu trepetak",
|
||||
"Get more widgets from the App Store" : "Lortu widget gehiago App Store-tik",
|
||||
@@ -26,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Irudi lehenetsiak",
|
||||
"Plain background" : "Atzeko plano arrunta",
|
||||
"Insert from {productName}" : "Txertatu hemendik: {productName}",
|
||||
"Show something" : "Erakutsi zerbait",
|
||||
"Get more widgets from the app store" : "Eskuratu widget gehiago aplikazio-dendatik"
|
||||
"Show something" : "Erakutsi zerbait"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Dashboard" : "Mahaia",
|
||||
"Dashboard app" : "Mahaia aplikazioa",
|
||||
"Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "Hasi zure eguna informatuta\n\nNextcloud Dashboard zure eguneko abiapuntua da, erakutsiz\nzure hurrengo hitzorduen ikuspegi orokorra, premiazko mezu elektronikoak, txat mezuak,\nsarrerako txartelak, azken txioak eta askoz gehiago! Erabiltzaileek widget-ak gehi ditzakete\neta atzealdea aldatu nahieran.",
|
||||
"Customize" : "Pertsonalizatu",
|
||||
"Edit widgets" : "Editatu trepetak",
|
||||
"Get more widgets from the App Store" : "Lortu widget gehiago App Store-tik",
|
||||
@@ -24,7 +25,6 @@
|
||||
"Default images" : "Irudi lehenetsiak",
|
||||
"Plain background" : "Atzeko plano arrunta",
|
||||
"Insert from {productName}" : "Txertatu hemendik: {productName}",
|
||||
"Show something" : "Erakutsi zerbait",
|
||||
"Get more widgets from the app store" : "Eskuratu widget gehiago aplikazio-dendatik"
|
||||
"Show something" : "Erakutsi zerbait"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -23,7 +23,6 @@ OC.L10N.register(
|
||||
"Default images" : "تصاویر پیشفرض",
|
||||
"Plain background" : "تصویر زمینه ساده",
|
||||
"Insert from {productName}" : "درج از {productName}",
|
||||
"Show something" : "نمایش چیزی",
|
||||
"Get more widgets from the app store" : "ابزارکهای بیشتر را از فروشگاه برنامه دریافت کنید"
|
||||
"Show something" : "نمایش چیزی"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
"Default images" : "تصاویر پیشفرض",
|
||||
"Plain background" : "تصویر زمینه ساده",
|
||||
"Insert from {productName}" : "درج از {productName}",
|
||||
"Show something" : "نمایش چیزی",
|
||||
"Get more widgets from the app store" : "ابزارکهای بیشتر را از فروشگاه برنامه دریافت کنید"
|
||||
"Show something" : "نمایش چیزی"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Oletuskuvat",
|
||||
"Plain background" : "Yksinkertainen tausta",
|
||||
"Insert from {productName}" : "Aseta kohteesta {productName}",
|
||||
"Show something" : "Näytä jotain",
|
||||
"Get more widgets from the app store" : "Hae lisää pienoissovelluksia sovelluskaupasta"
|
||||
"Show something" : "Näytä jotain"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Oletuskuvat",
|
||||
"Plain background" : "Yksinkertainen tausta",
|
||||
"Insert from {productName}" : "Aseta kohteesta {productName}",
|
||||
"Show something" : "Näytä jotain",
|
||||
"Get more widgets from the app store" : "Hae lisää pienoissovelluksia sovelluskaupasta"
|
||||
"Show something" : "Näytä jotain"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -5,7 +5,7 @@ OC.L10N.register(
|
||||
"Dashboard app" : "Application Tableau de bord",
|
||||
"Customize" : "Personnaliser",
|
||||
"Edit widgets" : "Modifier les widgets",
|
||||
"Get more widgets from the App Store" : "Obtenez plus de widgets depuis l'App Store",
|
||||
"Get more widgets from the App Store" : "Obtenez plus de widgets depuis le magasin d'applications",
|
||||
"Change background image" : "Modifier l’image d'arrière-plan",
|
||||
"Weather service" : "Service météo",
|
||||
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pour votre vie privée, les données météorologiques sont demandées par votre serveur Nextcloud en votre nom afin que le service météo ne reçoive aucune information personnelle.",
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Images par défaut",
|
||||
"Plain background" : "Fond uni",
|
||||
"Insert from {productName}" : "Insérer depuis {productName}",
|
||||
"Show something" : "Montre quelque chose",
|
||||
"Get more widgets from the app store" : "Obtenez plus de widgets de l'App Store"
|
||||
"Show something" : "Montre quelque chose"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"Dashboard app" : "Application Tableau de bord",
|
||||
"Customize" : "Personnaliser",
|
||||
"Edit widgets" : "Modifier les widgets",
|
||||
"Get more widgets from the App Store" : "Obtenez plus de widgets depuis l'App Store",
|
||||
"Get more widgets from the App Store" : "Obtenez plus de widgets depuis le magasin d'applications",
|
||||
"Change background image" : "Modifier l’image d'arrière-plan",
|
||||
"Weather service" : "Service météo",
|
||||
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pour votre vie privée, les données météorologiques sont demandées par votre serveur Nextcloud en votre nom afin que le service météo ne reçoive aucune information personnelle.",
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Images par défaut",
|
||||
"Plain background" : "Fond uni",
|
||||
"Insert from {productName}" : "Insérer depuis {productName}",
|
||||
"Show something" : "Montre quelque chose",
|
||||
"Get more widgets from the app store" : "Obtenez plus de widgets de l'App Store"
|
||||
"Show something" : "Montre quelque chose"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
@@ -25,7 +25,6 @@ OC.L10N.register(
|
||||
"Default images" : "Imaxes predeterminadas",
|
||||
"Plain background" : "Fondo sinxelo",
|
||||
"Insert from {productName}" : "Inserir dende {productName}",
|
||||
"Show something" : "Amosar algo",
|
||||
"Get more widgets from the app store" : "Obter máis trebellos na tenda de aplicacións"
|
||||
"Show something" : "Amosar algo"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
"Default images" : "Imaxes predeterminadas",
|
||||
"Plain background" : "Fondo sinxelo",
|
||||
"Insert from {productName}" : "Inserir dende {productName}",
|
||||
"Show something" : "Amosar algo",
|
||||
"Get more widgets from the app store" : "Obter máis trebellos na tenda de aplicacións"
|
||||
"Show something" : "Amosar algo"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -25,7 +25,6 @@ OC.L10N.register(
|
||||
"Default images" : "תמונות ברירת מחדל",
|
||||
"Plain background" : "רקע רגיל",
|
||||
"Insert from {productName}" : "הכנס מ-{productName}",
|
||||
"Show something" : "תראה משהו",
|
||||
"Get more widgets from the app store" : "קבל יישומונים נוספים מחנות האפליקציות"
|
||||
"Show something" : "תראה משהו"
|
||||
},
|
||||
"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;");
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
"Default images" : "תמונות ברירת מחדל",
|
||||
"Plain background" : "רקע רגיל",
|
||||
"Insert from {productName}" : "הכנס מ-{productName}",
|
||||
"Show something" : "תראה משהו",
|
||||
"Get more widgets from the app store" : "קבל יישומונים נוספים מחנות האפליקציות"
|
||||
"Show something" : "תראה משהו"
|
||||
},"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;"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Zadane slike",
|
||||
"Plain background" : "Obična pozadina",
|
||||
"Insert from {productName}" : "Umetni iz {productName}",
|
||||
"Show something" : "Prikaži nešto",
|
||||
"Get more widgets from the app store" : "Pronađite više widgeta u trgovini aplikacijama"
|
||||
"Show something" : "Prikaži nešto"
|
||||
},
|
||||
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Zadane slike",
|
||||
"Plain background" : "Obična pozadina",
|
||||
"Insert from {productName}" : "Umetni iz {productName}",
|
||||
"Show something" : "Prikaži nešto",
|
||||
"Get more widgets from the app store" : "Pronađite više widgeta u trgovini aplikacijama"
|
||||
"Show something" : "Prikaži nešto"
|
||||
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
|
||||
}
|
||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Alapértelmezett képek",
|
||||
"Plain background" : "Egyszerű háttér",
|
||||
"Insert from {productName}" : "Beillesztés innen: {productName}-",
|
||||
"Show something" : "Mutasson valamit",
|
||||
"Get more widgets from the app store" : "Töltsön le további modulokat az alkalmazástárból"
|
||||
"Show something" : "Mutasson valamit"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"Default images" : "Alapértelmezett képek",
|
||||
"Plain background" : "Egyszerű háttér",
|
||||
"Insert from {productName}" : "Beillesztés innen: {productName}-",
|
||||
"Show something" : "Mutasson valamit",
|
||||
"Get more widgets from the app store" : "Töltsön le további modulokat az alkalmazástárból"
|
||||
"Show something" : "Mutasson valamit"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Gambar bawaan",
|
||||
"Plain background" : "Latar belakang polos",
|
||||
"Insert from {productName}" : "Sisipkan dari {productName}",
|
||||
"Show something" : "Tunjukkan sesuatu",
|
||||
"Get more widgets from the app store" : "Dapatkan lebih banyak widget dari app store"
|
||||
"Show something" : "Tunjukkan sesuatu"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Gambar bawaan",
|
||||
"Plain background" : "Latar belakang polos",
|
||||
"Insert from {productName}" : "Sisipkan dari {productName}",
|
||||
"Show something" : "Tunjukkan sesuatu",
|
||||
"Get more widgets from the app store" : "Dapatkan lebih banyak widget dari app store"
|
||||
"Show something" : "Tunjukkan sesuatu"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Immagini predefinite",
|
||||
"Plain background" : "Sfondo semplice",
|
||||
"Insert from {productName}" : "Inserisci da {productName}",
|
||||
"Show something" : "Mostra qualcosa",
|
||||
"Get more widgets from the app store" : "Ottieni altri widget dal negozio delle applicazioni"
|
||||
"Show something" : "Mostra qualcosa"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Immagini predefinite",
|
||||
"Plain background" : "Sfondo semplice",
|
||||
"Insert from {productName}" : "Inserisci da {productName}",
|
||||
"Show something" : "Mostra qualcosa",
|
||||
"Get more widgets from the app store" : "Ottieni altri widget dal negozio delle applicazioni"
|
||||
"Show something" : "Mostra qualcosa"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -25,7 +25,6 @@ OC.L10N.register(
|
||||
"Default images" : "デフォルトの画像",
|
||||
"Plain background" : "シンプルな背景",
|
||||
"Insert from {productName}" : "{productName} から挿入",
|
||||
"Show something" : "何か表示されます",
|
||||
"Get more widgets from the app store" : "アプリストアで他のウィジェットを入手"
|
||||
"Show something" : "何か表示されます"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
"Default images" : "デフォルトの画像",
|
||||
"Plain background" : "シンプルな背景",
|
||||
"Insert from {productName}" : "{productName} から挿入",
|
||||
"Show something" : "何か表示されます",
|
||||
"Get more widgets from the app store" : "アプリストアで他のウィジェットを入手"
|
||||
"Show something" : "何か表示されます"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -23,7 +23,6 @@ OC.L10N.register(
|
||||
"Default images" : "საწყისი სურათები",
|
||||
"Plain background" : "ცარიელი ფონი",
|
||||
"Insert from {productName}" : "შეავსეთ {productName}-დან",
|
||||
"Show something" : "აჩვენე რამე",
|
||||
"Get more widgets from the app store" : "გადმოწერე მეტი ვიჯეტები app store-დან."
|
||||
"Show something" : "აჩვენე რამე"
|
||||
},
|
||||
"nplurals=2; plural=(n!=1);");
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
"Default images" : "საწყისი სურათები",
|
||||
"Plain background" : "ცარიელი ფონი",
|
||||
"Insert from {productName}" : "შეავსეთ {productName}-დან",
|
||||
"Show something" : "აჩვენე რამე",
|
||||
"Get more widgets from the app store" : "გადმოწერე მეტი ვიჯეტები app store-დან."
|
||||
"Show something" : "აჩვენე რამე"
|
||||
},"pluralForm" :"nplurals=2; plural=(n!=1);"
|
||||
}
|
||||
@@ -24,7 +24,6 @@ OC.L10N.register(
|
||||
"Pick from Files" : "파일로부터 선택",
|
||||
"Default images" : "기본 이미지",
|
||||
"Plain background" : "일반 배경",
|
||||
"Insert from {productName}" : "{productName}로부터 삽입",
|
||||
"Get more widgets from the app store" : "앱 스토어로부터 더 많은 위젯 가져오기"
|
||||
"Insert from {productName}" : "{productName}로부터 삽입"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
"Pick from Files" : "파일로부터 선택",
|
||||
"Default images" : "기본 이미지",
|
||||
"Plain background" : "일반 배경",
|
||||
"Insert from {productName}" : "{productName}로부터 삽입",
|
||||
"Get more widgets from the app store" : "앱 스토어로부터 더 많은 위젯 가져오기"
|
||||
"Insert from {productName}" : "{productName}로부터 삽입"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Numatytieji paveikslai",
|
||||
"Plain background" : "Vientisas fonas",
|
||||
"Insert from {productName}" : "Įterpti iš {productName}",
|
||||
"Show something" : "Ką nors rodyti",
|
||||
"Get more widgets from the app store" : "Gauti daugiau valdiklių iš programėlių parduotuvės"
|
||||
"Show something" : "Ką nors rodyti"
|
||||
},
|
||||
"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);");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Numatytieji paveikslai",
|
||||
"Plain background" : "Vientisas fonas",
|
||||
"Insert from {productName}" : "Įterpti iš {productName}",
|
||||
"Show something" : "Ką nors rodyti",
|
||||
"Get more widgets from the app store" : "Gauti daugiau valdiklių iš programėlių parduotuvės"
|
||||
"Show something" : "Ką nors rodyti"
|
||||
},"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);"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Стандардни слики",
|
||||
"Plain background" : "Обична позадина",
|
||||
"Insert from {productName}" : "Вметнни од {productName}",
|
||||
"Show something" : "Прикажи нешто",
|
||||
"Get more widgets from the app store" : "Преземи повеќе графички контроли од продавницата со апликации"
|
||||
"Show something" : "Прикажи нешто"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Стандардни слики",
|
||||
"Plain background" : "Обична позадина",
|
||||
"Insert from {productName}" : "Вметнни од {productName}",
|
||||
"Show something" : "Прикажи нешто",
|
||||
"Get more widgets from the app store" : "Преземи повеќе графички контроли од продавницата со апликации"
|
||||
"Show something" : "Прикажи нешто"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Standaardafbeeldingen",
|
||||
"Plain background" : "Kale achtergrond",
|
||||
"Insert from {productName}" : "Invoegen vanuit {productName}",
|
||||
"Show something" : "Toon iets",
|
||||
"Get more widgets from the app store" : "Haal meer widgets op uit de app store"
|
||||
"Show something" : "Toon iets"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Standaardafbeeldingen",
|
||||
"Plain background" : "Kale achtergrond",
|
||||
"Insert from {productName}" : "Invoegen vanuit {productName}",
|
||||
"Show something" : "Toon iets",
|
||||
"Get more widgets from the app store" : "Haal meer widgets op uit de app store"
|
||||
"Show something" : "Toon iets"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Obrazy domyślne",
|
||||
"Plain background" : "Zwykłe tło",
|
||||
"Insert from {productName}" : "Wstaw z {productName}",
|
||||
"Show something" : "Pokaż coś",
|
||||
"Get more widgets from the app store" : "Pobierz więcej widżetów ze sklepu z aplikacjami"
|
||||
"Show something" : "Pokaż coś"
|
||||
},
|
||||
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"Default images" : "Obrazy domyślne",
|
||||
"Plain background" : "Zwykłe tło",
|
||||
"Insert from {productName}" : "Wstaw z {productName}",
|
||||
"Show something" : "Pokaż coś",
|
||||
"Get more widgets from the app store" : "Pobierz więcej widżetów ze sklepu z aplikacjami"
|
||||
"Show something" : "Pokaż coś"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
||||
}
|
||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Imagens padrão",
|
||||
"Plain background" : "Fundo simples",
|
||||
"Insert from {productName}" : "Inserir de {productName}",
|
||||
"Show something" : "Mostrar alguma coisa",
|
||||
"Get more widgets from the app store" : "Obtenha mais widgets a partir da loja de aplicativos"
|
||||
"Show something" : "Mostrar alguma coisa"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"Default images" : "Imagens padrão",
|
||||
"Plain background" : "Fundo simples",
|
||||
"Insert from {productName}" : "Inserir de {productName}",
|
||||
"Show something" : "Mostrar alguma coisa",
|
||||
"Get more widgets from the app store" : "Obtenha mais widgets a partir da loja de aplicativos"
|
||||
"Show something" : "Mostrar alguma coisa"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
@@ -25,7 +25,6 @@ OC.L10N.register(
|
||||
"Default images" : "Imagens predefinidas",
|
||||
"Plain background" : "Fundo simples",
|
||||
"Insert from {productName}" : "Inserir de {productName}",
|
||||
"Show something" : "Mostrar algo",
|
||||
"Get more widgets from the app store" : "Obter mais widgets da Loja de Aplicações"
|
||||
"Show something" : "Mostrar algo"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
"Default images" : "Imagens predefinidas",
|
||||
"Plain background" : "Fundo simples",
|
||||
"Insert from {productName}" : "Inserir de {productName}",
|
||||
"Show something" : "Mostrar algo",
|
||||
"Get more widgets from the app store" : "Obter mais widgets da Loja de Aplicações"
|
||||
"Show something" : "Mostrar algo"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Imagini implicite",
|
||||
"Plain background" : "Fundal simplu",
|
||||
"Insert from {productName}" : "Introduce din {productName}",
|
||||
"Show something" : "Arată ceva",
|
||||
"Get more widgets from the app store" : "Obține mai multe widgeturi din Magazinul de Aplicații"
|
||||
"Show something" : "Arată ceva"
|
||||
},
|
||||
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Imagini implicite",
|
||||
"Plain background" : "Fundal simplu",
|
||||
"Insert from {productName}" : "Introduce din {productName}",
|
||||
"Show something" : "Arată ceva",
|
||||
"Get more widgets from the app store" : "Obține mai multe widgeturi din Magazinul de Aplicații"
|
||||
"Show something" : "Arată ceva"
|
||||
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Изображения по умолчанию",
|
||||
"Plain background" : "Обычный фон",
|
||||
"Insert from {productName}" : "Вставить из {productName}",
|
||||
"Show something" : "Показать",
|
||||
"Get more widgets from the app store" : "Загрузить виджеты из магазина приложений"
|
||||
"Show something" : "Показать"
|
||||
},
|
||||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Изображения по умолчанию",
|
||||
"Plain background" : "Обычный фон",
|
||||
"Insert from {productName}" : "Вставить из {productName}",
|
||||
"Show something" : "Показать",
|
||||
"Get more widgets from the app store" : "Загрузить виджеты из магазина приложений"
|
||||
"Show something" : "Показать"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Imàgines predefinidas",
|
||||
"Plain background" : "Isfundu simpre",
|
||||
"Insert from {productName}" : "Inserta dae {productName}",
|
||||
"Show something" : "Mustra calicuna cosa",
|
||||
"Get more widgets from the app store" : "Otene àteros trastos dae sa butega de is aplicatziones"
|
||||
"Show something" : "Mustra calicuna cosa"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Imàgines predefinidas",
|
||||
"Plain background" : "Isfundu simpre",
|
||||
"Insert from {productName}" : "Inserta dae {productName}",
|
||||
"Show something" : "Mustra calicuna cosa",
|
||||
"Get more widgets from the app store" : "Otene àteros trastos dae sa butega de is aplicatziones"
|
||||
"Show something" : "Mustra calicuna cosa"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Predvolené obrázky",
|
||||
"Plain background" : "Obyčajné pozadie",
|
||||
"Insert from {productName}" : "Vložiť z {productName}",
|
||||
"Show something" : "Ukáž niečo",
|
||||
"Get more widgets from the app store" : "Získať viac miniaplikácií z Obchodu s aplikáciami"
|
||||
"Show something" : "Ukáž niečo"
|
||||
},
|
||||
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Predvolené obrázky",
|
||||
"Plain background" : "Obyčajné pozadie",
|
||||
"Insert from {productName}" : "Vložiť z {productName}",
|
||||
"Show something" : "Ukáž niečo",
|
||||
"Get more widgets from the app store" : "Získať viac miniaplikácií z Obchodu s aplikáciami"
|
||||
"Show something" : "Ukáž niečo"
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
}
|
||||
@@ -25,7 +25,6 @@ OC.L10N.register(
|
||||
"Default images" : "Privzete slike",
|
||||
"Plain background" : "Enostavno ozadje",
|
||||
"Insert from {productName}" : "Vstavi iz {productName}",
|
||||
"Show something" : "Pokaži karkoli",
|
||||
"Get more widgets from the app store" : "Pridobi več gradnikov iz zbirke"
|
||||
"Show something" : "Pokaži karkoli"
|
||||
},
|
||||
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
"Default images" : "Privzete slike",
|
||||
"Plain background" : "Enostavno ozadje",
|
||||
"Insert from {productName}" : "Vstavi iz {productName}",
|
||||
"Show something" : "Pokaži karkoli",
|
||||
"Get more widgets from the app store" : "Pridobi več gradnikov iz zbirke"
|
||||
"Show something" : "Pokaži karkoli"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "Standardbilder",
|
||||
"Plain background" : "Enkel bakgrund",
|
||||
"Insert from {productName}" : "Infoga från {productName}",
|
||||
"Show something" : "Visa någonting",
|
||||
"Get more widgets from the app store" : "Hämta fler widgets från app store"
|
||||
"Show something" : "Visa någonting"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "Standardbilder",
|
||||
"Plain background" : "Enkel bakgrund",
|
||||
"Insert from {productName}" : "Infoga från {productName}",
|
||||
"Show something" : "Visa någonting",
|
||||
"Get more widgets from the app store" : "Hämta fler widgets från app store"
|
||||
"Show something" : "Visa någonting"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "รูปภาพเริ่มต้น",
|
||||
"Plain background" : "พื้นหลังเปล่า",
|
||||
"Insert from {productName}" : "แทรกจาก {productName}",
|
||||
"Show something" : "แสดงบางอย่าง",
|
||||
"Get more widgets from the app store" : "เพิ่มวิดเจ็ตจาก App Store"
|
||||
"Show something" : "แสดงบางอย่าง"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "รูปภาพเริ่มต้น",
|
||||
"Plain background" : "พื้นหลังเปล่า",
|
||||
"Insert from {productName}" : "แทรกจาก {productName}",
|
||||
"Show something" : "แสดงบางอย่าง",
|
||||
"Get more widgets from the app store" : "เพิ่มวิดเจ็ตจาก App Store"
|
||||
"Show something" : "แสดงบางอย่าง"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "Varsayılan görseller",
|
||||
"Plain background" : "Düz arka plan",
|
||||
"Insert from {productName}" : "{productName} üzerinden ekle",
|
||||
"Show something" : "Bir şeyler görüntüle",
|
||||
"Get more widgets from the app store" : "Uygulama mağazasından başka pano bileşenleri alın"
|
||||
"Show something" : "Bir şeyler görüntüle"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"Default images" : "Varsayılan görseller",
|
||||
"Plain background" : "Düz arka plan",
|
||||
"Insert from {productName}" : "{productName} üzerinden ekle",
|
||||
"Show something" : "Bir şeyler görüntüle",
|
||||
"Get more widgets from the app store" : "Uygulama mağazasından başka pano bileşenleri alın"
|
||||
"Show something" : "Bir şeyler görüntüle"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
@@ -18,7 +18,6 @@ OC.L10N.register(
|
||||
"Good evening, {name}" : "Добрий вечір, {name}",
|
||||
"Hello" : "Привіт",
|
||||
"Hello, {name}" : "Привіт, {name}",
|
||||
"Show something" : "Показати щось",
|
||||
"Get more widgets from the app store" : "Більше віджетів у магазині додатків"
|
||||
"Show something" : "Показати щось"
|
||||
},
|
||||
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
"Good evening, {name}" : "Добрий вечір, {name}",
|
||||
"Hello" : "Привіт",
|
||||
"Hello, {name}" : "Привіт, {name}",
|
||||
"Show something" : "Показати щось",
|
||||
"Get more widgets from the app store" : "Більше віджетів у магазині додатків"
|
||||
"Show something" : "Показати щось"
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
|
||||
}
|
||||
@@ -26,7 +26,6 @@ OC.L10N.register(
|
||||
"Default images" : "默认图片",
|
||||
"Plain background" : "纯色背景",
|
||||
"Insert from {productName}" : "从 {productName} 插入",
|
||||
"Show something" : "显示信息",
|
||||
"Get more widgets from the app store" : "从应用商店获取更多小部件"
|
||||
"Show something" : "显示信息"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"Default images" : "默认图片",
|
||||
"Plain background" : "纯色背景",
|
||||
"Insert from {productName}" : "从 {productName} 插入",
|
||||
"Show something" : "显示信息",
|
||||
"Get more widgets from the app store" : "从应用商店获取更多小部件"
|
||||
"Show something" : "显示信息"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "默認圖像",
|
||||
"Plain background" : "簡單背景",
|
||||
"Insert from {productName}" : "插入自 {productName}",
|
||||
"Show something" : "顯示一些東西",
|
||||
"Get more widgets from the app store" : "從應用商店取得更多小工具"
|
||||
"Show something" : "顯示一些東西"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"Default images" : "默認圖像",
|
||||
"Plain background" : "簡單背景",
|
||||
"Insert from {productName}" : "插入自 {productName}",
|
||||
"Show something" : "顯示一些東西",
|
||||
"Get more widgets from the app store" : "從應用商店取得更多小工具"
|
||||
"Show something" : "顯示一些東西"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
||||
"Default images" : "預設圖片",
|
||||
"Plain background" : "簡單背景",
|
||||
"Insert from {productName}" : "插入自 {productName}",
|
||||
"Show something" : "顯示一些東西",
|
||||
"Get more widgets from the app store" : "從應用商店取得更多小工具"
|
||||
"Show something" : "顯示一些東西"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"Default images" : "預設圖片",
|
||||
"Plain background" : "簡單背景",
|
||||
"Insert from {productName}" : "插入自 {productName}",
|
||||
"Show something" : "顯示一些東西",
|
||||
"Get more widgets from the app store" : "從應用商店取得更多小工具"
|
||||
"Show something" : "顯示一些東西"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -108,6 +108,23 @@ OC.L10N.register(
|
||||
"{actor} updated contact {card} in address book {addressbook}" : "{actor} актуализира контакт {card} в адресна книга {addressbook}",
|
||||
"You updated contact {card} in address book {addressbook}" : "Вие актуализирахте контакт {card} в адресна книга {addressbook}",
|
||||
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Един <strong>contact</strong> или <strong>address book</strong> са променени",
|
||||
"File is not updatable: %1$s" : "Файлът не подлежи на актуализиране: %1$s",
|
||||
"Could not write to final file, canceled by hook" : "Не можа да се запише в крайния файл, анулирано от кука",
|
||||
"Could not write file contents" : "Съдържанието на файла не можа да се запише",
|
||||
"_%n byte_::_%n bytes_" : ["%n байта","%n байта"],
|
||||
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Грешка при копирането на файла в целево местоположение (копирано: %1$s, очакван размер на файла: %2$s)",
|
||||
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Очакван размер на файл от %1$s, но прочетени (от Nextcloud клиент) и записани (в хранилище на Nextcloud) %2$s. Това може да бъде, както мрежов проблем от страна на изпращача, така и проблем със записването в хранилище от страна на сървъра.",
|
||||
"Could not rename part file to final file, canceled by hook" : "Не можа да се преименува частичен файл в краен файл, анулиран е от кука",
|
||||
"Could not rename part file to final file" : "Не можа да се преименува частичен файл в краен файл",
|
||||
"Failed to check file size: %1$s" : "Неуспешна проверка на размера на файла: %1$s",
|
||||
"Could not open file" : "Файлът не можа да се отвори",
|
||||
"Encryption not ready: %1$s" : "Криптирането не е готово: %1$s",
|
||||
"Failed to open file: %1$s" : "Неуспешно отваряне на файл: %1$s",
|
||||
"Failed to unlink: %1$s" : "Неуспешно прекратяване на връзката: %1$s",
|
||||
"Invalid chunk name" : "Невалидно име на блок",
|
||||
"Could not rename part file assembled from chunks" : "Не можа да се преименува частичен файл, сглобен от блок",
|
||||
"Failed to write file contents: %1$s" : "Неуспешно записване на съдържанието на файла: %1$s",
|
||||
"File not found: %1$s" : "Файлът не е намерен: %1$s",
|
||||
"System is in maintenance mode." : "Системата е в режим на поддръжка.",
|
||||
"Upgrade needed" : "Нужно е обновяване",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Вашият%s, трябва да бъде конфигуриран да използва HTTPS, за да използва CalDAV и CardDAV с iOS/macOS.",
|
||||
@@ -119,6 +136,9 @@ OC.L10N.register(
|
||||
"Completed on %s" : "Завършен на %s",
|
||||
"Due on %s by %s" : "Краен срок на %s от %s",
|
||||
"Due on %s" : "Краен срок на %s",
|
||||
"Migrated calendar (%1$s)" : "Мигриран календар (%1$s)",
|
||||
"Calendars including events, details and attendees" : "Календари, включително събития, подробности и участници",
|
||||
"Contacts and groups" : "Контакти и групи",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV крайна точка",
|
||||
"Availability" : "Наличност",
|
||||
@@ -143,6 +163,8 @@ OC.L10N.register(
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "Това е причината поради която те не се появяват веднага, след като включите опцията.",
|
||||
"Send notifications for events" : "Изпращане на известия за събития",
|
||||
"Notifications are sent via background jobs, so these must occur often enough." : "Известията се изпращат чрез фонови задания, така че те трябва да се случват достатъчно често.",
|
||||
"Send reminder notifications to calendar sharees as well" : "Изпращане на известия за напомняния и до споделящите календар",
|
||||
"Reminders are always sent to organizers and attendees." : "Напомнянията винаги се изпращат до организаторите и присъстващите.",
|
||||
"Enable notifications for events via push" : "Активиране на известията за събития чрез push",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Също така инсталирайте приложението {calendarappstoreopen}Календар{linkclose} или {calendardocopen}, свържете вашия настолен компютър и мобилен телефон за синхронизиране ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Моля, уверете се, че сте настроили правилно {emailopen} имейл сървъра{linkclose}.",
|
||||
@@ -152,7 +174,6 @@ OC.L10N.register(
|
||||
"Tentative" : "Несигурно",
|
||||
"Number of guests" : "Брой на гостите ",
|
||||
"Comment" : "Коментар",
|
||||
"Your attendance was updated successfully." : "Вашето присъствие е актуализирано успешно.",
|
||||
"Calendar and tasks" : "Календар и задачи"
|
||||
"Your attendance was updated successfully." : "Вашето присъствие е актуализирано успешно."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -106,6 +106,23 @@
|
||||
"{actor} updated contact {card} in address book {addressbook}" : "{actor} актуализира контакт {card} в адресна книга {addressbook}",
|
||||
"You updated contact {card} in address book {addressbook}" : "Вие актуализирахте контакт {card} в адресна книга {addressbook}",
|
||||
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Един <strong>contact</strong> или <strong>address book</strong> са променени",
|
||||
"File is not updatable: %1$s" : "Файлът не подлежи на актуализиране: %1$s",
|
||||
"Could not write to final file, canceled by hook" : "Не можа да се запише в крайния файл, анулирано от кука",
|
||||
"Could not write file contents" : "Съдържанието на файла не можа да се запише",
|
||||
"_%n byte_::_%n bytes_" : ["%n байта","%n байта"],
|
||||
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Грешка при копирането на файла в целево местоположение (копирано: %1$s, очакван размер на файла: %2$s)",
|
||||
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Очакван размер на файл от %1$s, но прочетени (от Nextcloud клиент) и записани (в хранилище на Nextcloud) %2$s. Това може да бъде, както мрежов проблем от страна на изпращача, така и проблем със записването в хранилище от страна на сървъра.",
|
||||
"Could not rename part file to final file, canceled by hook" : "Не можа да се преименува частичен файл в краен файл, анулиран е от кука",
|
||||
"Could not rename part file to final file" : "Не можа да се преименува частичен файл в краен файл",
|
||||
"Failed to check file size: %1$s" : "Неуспешна проверка на размера на файла: %1$s",
|
||||
"Could not open file" : "Файлът не можа да се отвори",
|
||||
"Encryption not ready: %1$s" : "Криптирането не е готово: %1$s",
|
||||
"Failed to open file: %1$s" : "Неуспешно отваряне на файл: %1$s",
|
||||
"Failed to unlink: %1$s" : "Неуспешно прекратяване на връзката: %1$s",
|
||||
"Invalid chunk name" : "Невалидно име на блок",
|
||||
"Could not rename part file assembled from chunks" : "Не можа да се преименува частичен файл, сглобен от блок",
|
||||
"Failed to write file contents: %1$s" : "Неуспешно записване на съдържанието на файла: %1$s",
|
||||
"File not found: %1$s" : "Файлът не е намерен: %1$s",
|
||||
"System is in maintenance mode." : "Системата е в режим на поддръжка.",
|
||||
"Upgrade needed" : "Нужно е обновяване",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Вашият%s, трябва да бъде конфигуриран да използва HTTPS, за да използва CalDAV и CardDAV с iOS/macOS.",
|
||||
@@ -117,6 +134,9 @@
|
||||
"Completed on %s" : "Завършен на %s",
|
||||
"Due on %s by %s" : "Краен срок на %s от %s",
|
||||
"Due on %s" : "Краен срок на %s",
|
||||
"Migrated calendar (%1$s)" : "Мигриран календар (%1$s)",
|
||||
"Calendars including events, details and attendees" : "Календари, включително събития, подробности и участници",
|
||||
"Contacts and groups" : "Контакти и групи",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV крайна точка",
|
||||
"Availability" : "Наличност",
|
||||
@@ -141,6 +161,8 @@
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "Това е причината поради която те не се появяват веднага, след като включите опцията.",
|
||||
"Send notifications for events" : "Изпращане на известия за събития",
|
||||
"Notifications are sent via background jobs, so these must occur often enough." : "Известията се изпращат чрез фонови задания, така че те трябва да се случват достатъчно често.",
|
||||
"Send reminder notifications to calendar sharees as well" : "Изпращане на известия за напомняния и до споделящите календар",
|
||||
"Reminders are always sent to organizers and attendees." : "Напомнянията винаги се изпращат до организаторите и присъстващите.",
|
||||
"Enable notifications for events via push" : "Активиране на известията за събития чрез push",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Също така инсталирайте приложението {calendarappstoreopen}Календар{linkclose} или {calendardocopen}, свържете вашия настолен компютър и мобилен телефон за синхронизиране ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Моля, уверете се, че сте настроили правилно {emailopen} имейл сървъра{linkclose}.",
|
||||
@@ -150,7 +172,6 @@
|
||||
"Tentative" : "Несигурно",
|
||||
"Number of guests" : "Брой на гостите ",
|
||||
"Comment" : "Коментар",
|
||||
"Your attendance was updated successfully." : "Вашето присъствие е актуализирано успешно.",
|
||||
"Calendar and tasks" : "Календар и задачи"
|
||||
"Your attendance was updated successfully." : "Вашето присъствие е актуализирано успешно."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -86,8 +86,17 @@ OC.L10N.register(
|
||||
"Completed on %s" : "Completat a %s",
|
||||
"Due on %s by %s" : "Venciment a %s per %s",
|
||||
"Due on %s" : "Venç en %s",
|
||||
"Contacts and groups" : "Contactes i grups",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "Punt final de WebDAV",
|
||||
"to" : "a",
|
||||
"Monday" : "Dilluns",
|
||||
"Tuesday" : "Dimarts",
|
||||
"Wednesday" : "Dimecres",
|
||||
"Thursday" : "Dijous",
|
||||
"Friday" : "Divendres",
|
||||
"Saturday" : "Dissabte",
|
||||
"Sunday" : "Diumenge",
|
||||
"Save" : "Desa",
|
||||
"Calendar server" : "Servidor de calendari",
|
||||
"Send invitations to attendees" : "Envia invitacions als assistents",
|
||||
@@ -103,7 +112,7 @@ OC.L10N.register(
|
||||
"Please contact the organizer directly." : "Si us plau contacteu amb l'organitzador directament.",
|
||||
"Are you accepting the invitation?" : "Accepteu la invitació?",
|
||||
"Tentative" : "Provisional",
|
||||
"Your attendance was updated successfully." : "La vostra assistència ha estat actualitzada correctament.",
|
||||
"Calendar and tasks" : "Calendari i tasques"
|
||||
"Comment" : "Comentari",
|
||||
"Your attendance was updated successfully." : "La vostra assistència ha estat actualitzada correctament."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -84,8 +84,17 @@
|
||||
"Completed on %s" : "Completat a %s",
|
||||
"Due on %s by %s" : "Venciment a %s per %s",
|
||||
"Due on %s" : "Venç en %s",
|
||||
"Contacts and groups" : "Contactes i grups",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "Punt final de WebDAV",
|
||||
"to" : "a",
|
||||
"Monday" : "Dilluns",
|
||||
"Tuesday" : "Dimarts",
|
||||
"Wednesday" : "Dimecres",
|
||||
"Thursday" : "Dijous",
|
||||
"Friday" : "Divendres",
|
||||
"Saturday" : "Dissabte",
|
||||
"Sunday" : "Diumenge",
|
||||
"Save" : "Desa",
|
||||
"Calendar server" : "Servidor de calendari",
|
||||
"Send invitations to attendees" : "Envia invitacions als assistents",
|
||||
@@ -101,7 +110,7 @@
|
||||
"Please contact the organizer directly." : "Si us plau contacteu amb l'organitzador directament.",
|
||||
"Are you accepting the invitation?" : "Accepteu la invitació?",
|
||||
"Tentative" : "Provisional",
|
||||
"Your attendance was updated successfully." : "La vostra assistència ha estat actualitzada correctament.",
|
||||
"Calendar and tasks" : "Calendari i tasques"
|
||||
"Comment" : "Comentari",
|
||||
"Your attendance was updated successfully." : "La vostra assistència ha estat actualitzada correctament."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -174,7 +174,6 @@ OC.L10N.register(
|
||||
"Tentative" : "Nezávazně",
|
||||
"Number of guests" : "Počet hostů",
|
||||
"Comment" : "Komentář",
|
||||
"Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována.",
|
||||
"Calendar and tasks" : "Kalendář a úkoly"
|
||||
"Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována."
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
||||
@@ -172,7 +172,6 @@
|
||||
"Tentative" : "Nezávazně",
|
||||
"Number of guests" : "Počet hostů",
|
||||
"Comment" : "Komentář",
|
||||
"Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována.",
|
||||
"Calendar and tasks" : "Kalendář a úkoly"
|
||||
"Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována."
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
||||
@@ -83,8 +83,17 @@ OC.L10N.register(
|
||||
"System is in maintenance mode." : "Systemet er i vedligeholdelsestilstand.",
|
||||
"Upgrade needed" : "Opgradering er nødvendig",
|
||||
"Tasks" : "Opgaver",
|
||||
"Contacts and groups" : "Kontakter og grupper",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV endpoint",
|
||||
"to" : "til",
|
||||
"Monday" : "Mandag",
|
||||
"Tuesday" : "Tirsdag",
|
||||
"Wednesday" : "Onsdag",
|
||||
"Thursday" : "Torsdag",
|
||||
"Friday" : "Fredag",
|
||||
"Saturday" : "Lørdag",
|
||||
"Sunday" : "Søndag",
|
||||
"Save" : "Gem",
|
||||
"Calendar server" : "Kalenderserver",
|
||||
"Send invitations to attendees" : "Send invitation til deltagere",
|
||||
@@ -92,6 +101,7 @@ OC.L10N.register(
|
||||
"Birthday calendars will be generated by a background job." : "Fødselsdagskalendere vil blive oprettet af et job, der kører i baggrunden.",
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "Derfor vil de ikke blive synlige med det samme efter aktivering, men vil vise sig efter noget tid.",
|
||||
"Are you accepting the invitation?" : "Accepter du invitationen?",
|
||||
"Tentative" : "Foreløbig"
|
||||
"Tentative" : "Foreløbig",
|
||||
"Comment" : "Kommentér"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -81,8 +81,17 @@
|
||||
"System is in maintenance mode." : "Systemet er i vedligeholdelsestilstand.",
|
||||
"Upgrade needed" : "Opgradering er nødvendig",
|
||||
"Tasks" : "Opgaver",
|
||||
"Contacts and groups" : "Kontakter og grupper",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV endpoint",
|
||||
"to" : "til",
|
||||
"Monday" : "Mandag",
|
||||
"Tuesday" : "Tirsdag",
|
||||
"Wednesday" : "Onsdag",
|
||||
"Thursday" : "Torsdag",
|
||||
"Friday" : "Fredag",
|
||||
"Saturday" : "Lørdag",
|
||||
"Sunday" : "Søndag",
|
||||
"Save" : "Gem",
|
||||
"Calendar server" : "Kalenderserver",
|
||||
"Send invitations to attendees" : "Send invitation til deltagere",
|
||||
@@ -90,6 +99,7 @@
|
||||
"Birthday calendars will be generated by a background job." : "Fødselsdagskalendere vil blive oprettet af et job, der kører i baggrunden.",
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "Derfor vil de ikke blive synlige med det samme efter aktivering, men vil vise sig efter noget tid.",
|
||||
"Are you accepting the invitation?" : "Accepter du invitationen?",
|
||||
"Tentative" : "Foreløbig"
|
||||
"Tentative" : "Foreløbig",
|
||||
"Comment" : "Kommentér"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -137,6 +137,8 @@ OC.L10N.register(
|
||||
"Due on %s by %s" : "Fällig am %s von %s",
|
||||
"Due on %s" : "Fällig am %s",
|
||||
"Migrated calendar (%1$s)" : "Migrierter Kalender (%1$s)",
|
||||
"Calendars including events, details and attendees" : "Kalender mit Terminen, Details und Teilnehmern",
|
||||
"Contacts and groups" : "Kontakte und Gruppen",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV-Endpunkt",
|
||||
"Availability" : "Verfügbarkeit",
|
||||
@@ -172,7 +174,6 @@ OC.L10N.register(
|
||||
"Tentative" : "Vorläufig",
|
||||
"Number of guests" : "Anzahl Gäste",
|
||||
"Comment" : "Kommentar",
|
||||
"Your attendance was updated successfully." : "Dein Teilnehmerstatus wurde aktualisiert.",
|
||||
"Calendar and tasks" : "Kalender und Aufgaben"
|
||||
"Your attendance was updated successfully." : "Dein Teilnehmerstatus wurde aktualisiert."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -135,6 +135,8 @@
|
||||
"Due on %s by %s" : "Fällig am %s von %s",
|
||||
"Due on %s" : "Fällig am %s",
|
||||
"Migrated calendar (%1$s)" : "Migrierter Kalender (%1$s)",
|
||||
"Calendars including events, details and attendees" : "Kalender mit Terminen, Details und Teilnehmern",
|
||||
"Contacts and groups" : "Kontakte und Gruppen",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV-Endpunkt",
|
||||
"Availability" : "Verfügbarkeit",
|
||||
@@ -170,7 +172,6 @@
|
||||
"Tentative" : "Vorläufig",
|
||||
"Number of guests" : "Anzahl Gäste",
|
||||
"Comment" : "Kommentar",
|
||||
"Your attendance was updated successfully." : "Dein Teilnehmerstatus wurde aktualisiert.",
|
||||
"Calendar and tasks" : "Kalender und Aufgaben"
|
||||
"Your attendance was updated successfully." : "Dein Teilnehmerstatus wurde aktualisiert."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -137,6 +137,7 @@ OC.L10N.register(
|
||||
"Due on %s by %s" : "Fällig am %s von %s",
|
||||
"Due on %s" : "Fällig am %s",
|
||||
"Migrated calendar (%1$s)" : "Migrierter Kalender (%1$s)",
|
||||
"Calendars including events, details and attendees" : "Kalender mit Terminen, Details und Teilnehmern",
|
||||
"Contacts and groups" : "Kontakte und Gruppen",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV-Endpunkt",
|
||||
@@ -173,7 +174,6 @@ OC.L10N.register(
|
||||
"Tentative" : "Vorläufig",
|
||||
"Number of guests" : "Anzahl Gäste",
|
||||
"Comment" : "Kommentar",
|
||||
"Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.",
|
||||
"Calendar and tasks" : "Kalender und Aufgaben"
|
||||
"Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -135,6 +135,7 @@
|
||||
"Due on %s by %s" : "Fällig am %s von %s",
|
||||
"Due on %s" : "Fällig am %s",
|
||||
"Migrated calendar (%1$s)" : "Migrierter Kalender (%1$s)",
|
||||
"Calendars including events, details and attendees" : "Kalender mit Terminen, Details und Teilnehmern",
|
||||
"Contacts and groups" : "Kontakte und Gruppen",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV-Endpunkt",
|
||||
@@ -171,7 +172,6 @@
|
||||
"Tentative" : "Vorläufig",
|
||||
"Number of guests" : "Anzahl Gäste",
|
||||
"Comment" : "Kommentar",
|
||||
"Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.",
|
||||
"Calendar and tasks" : "Kalender und Aufgaben"
|
||||
"Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -84,8 +84,19 @@ OC.L10N.register(
|
||||
"Tasks" : "Εργασίες",
|
||||
"Untitled task" : "Εργασία χωρίς όνομα",
|
||||
"Completed on %s" : "Ολοκληρώθηκε %s",
|
||||
"Contacts and groups" : "Επαφές και ομάδες",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "Τερματικό WebDAV",
|
||||
"Time zone:" : "Ζώνη ώρας:",
|
||||
"to" : "προς",
|
||||
"Delete slot" : "Διαγραφή θέσης",
|
||||
"Monday" : "Δευτέρα",
|
||||
"Tuesday" : "Τρίτη",
|
||||
"Wednesday" : "Τετάρτη",
|
||||
"Thursday" : "Πέμπτη",
|
||||
"Friday" : "Παρασκευή",
|
||||
"Saturday" : "Σάββατο",
|
||||
"Sunday" : "Κυριακή",
|
||||
"Save" : "Αποθήκευση",
|
||||
"Calendar server" : "Διακομιστής ημερολογίου",
|
||||
"Send invitations to attendees" : "Αποστολή προσκλήσεων στους συμμετέχοντες.",
|
||||
@@ -101,7 +112,7 @@ OC.L10N.register(
|
||||
"Please contact the organizer directly." : "Παρακαλώ επικοινωνήστε απ' ευθείας με τον διοργανωτή.",
|
||||
"Are you accepting the invitation?" : "Αποδέχεστε την πρόσκληση;",
|
||||
"Tentative" : "Δοκιμαστικό",
|
||||
"Your attendance was updated successfully." : "Η παρουσία σας ενημερώθηκε με επιτυχία.",
|
||||
"Calendar and tasks" : "Ημερολόγιο και εργασίες"
|
||||
"Comment" : "Σχόλιο",
|
||||
"Your attendance was updated successfully." : "Η παρουσία σας ενημερώθηκε με επιτυχία."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -82,8 +82,19 @@
|
||||
"Tasks" : "Εργασίες",
|
||||
"Untitled task" : "Εργασία χωρίς όνομα",
|
||||
"Completed on %s" : "Ολοκληρώθηκε %s",
|
||||
"Contacts and groups" : "Επαφές και ομάδες",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "Τερματικό WebDAV",
|
||||
"Time zone:" : "Ζώνη ώρας:",
|
||||
"to" : "προς",
|
||||
"Delete slot" : "Διαγραφή θέσης",
|
||||
"Monday" : "Δευτέρα",
|
||||
"Tuesday" : "Τρίτη",
|
||||
"Wednesday" : "Τετάρτη",
|
||||
"Thursday" : "Πέμπτη",
|
||||
"Friday" : "Παρασκευή",
|
||||
"Saturday" : "Σάββατο",
|
||||
"Sunday" : "Κυριακή",
|
||||
"Save" : "Αποθήκευση",
|
||||
"Calendar server" : "Διακομιστής ημερολογίου",
|
||||
"Send invitations to attendees" : "Αποστολή προσκλήσεων στους συμμετέχοντες.",
|
||||
@@ -99,7 +110,7 @@
|
||||
"Please contact the organizer directly." : "Παρακαλώ επικοινωνήστε απ' ευθείας με τον διοργανωτή.",
|
||||
"Are you accepting the invitation?" : "Αποδέχεστε την πρόσκληση;",
|
||||
"Tentative" : "Δοκιμαστικό",
|
||||
"Your attendance was updated successfully." : "Η παρουσία σας ενημερώθηκε με επιτυχία.",
|
||||
"Calendar and tasks" : "Ημερολόγιο και εργασίες"
|
||||
"Comment" : "Σχόλιο",
|
||||
"Your attendance was updated successfully." : "Η παρουσία σας ενημερώθηκε με επιτυχία."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -77,6 +77,14 @@ OC.L10N.register(
|
||||
"Tasks" : "Taskoj",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV-finpunkto",
|
||||
"to" : "al",
|
||||
"Monday" : "lundo",
|
||||
"Tuesday" : "mardo",
|
||||
"Wednesday" : "merkredo",
|
||||
"Thursday" : "ĵaŭdo",
|
||||
"Friday" : "vendredo",
|
||||
"Saturday" : "sabato",
|
||||
"Sunday" : "dimanĉo",
|
||||
"Save" : "Konservi",
|
||||
"Calendar server" : "Kalendara servilo",
|
||||
"Send invitations to attendees" : "Sendi invitojn al ĉeestantoj",
|
||||
@@ -91,6 +99,7 @@ OC.L10N.register(
|
||||
"Please contact the organizer directly." : "Bv. senpere kontakti la organizanton.",
|
||||
"Are you accepting the invitation?" : "Ĉu vi akceptas la inviton?",
|
||||
"Tentative" : "Nekonfirmita",
|
||||
"Comment" : "Komento",
|
||||
"Your attendance was updated successfully." : "Via ĉeesto sukcese ĝisdatiĝis."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -75,6 +75,14 @@
|
||||
"Tasks" : "Taskoj",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV-finpunkto",
|
||||
"to" : "al",
|
||||
"Monday" : "lundo",
|
||||
"Tuesday" : "mardo",
|
||||
"Wednesday" : "merkredo",
|
||||
"Thursday" : "ĵaŭdo",
|
||||
"Friday" : "vendredo",
|
||||
"Saturday" : "sabato",
|
||||
"Sunday" : "dimanĉo",
|
||||
"Save" : "Konservi",
|
||||
"Calendar server" : "Kalendara servilo",
|
||||
"Send invitations to attendees" : "Sendi invitojn al ĉeestantoj",
|
||||
@@ -89,6 +97,7 @@
|
||||
"Please contact the organizer directly." : "Bv. senpere kontakti la organizanton.",
|
||||
"Are you accepting the invitation?" : "Ĉu vi akceptas la inviton?",
|
||||
"Tentative" : "Nekonfirmita",
|
||||
"Comment" : "Komento",
|
||||
"Your attendance was updated successfully." : "Via ĉeesto sukcese ĝisdatiĝis."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -108,6 +108,17 @@ OC.L10N.register(
|
||||
"{actor} updated contact {card} in address book {addressbook}" : "{actor} ha actualizado el contacto {card} en la libreta de direcciones {addressbook}",
|
||||
"You updated contact {card} in address book {addressbook}" : "Has actualizado el contacto {card} en la libreta de direcciones {addressbook}",
|
||||
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Se ha modificado un <strong>contacto</strong> o una <strong>libreta de direcciones</strong> ",
|
||||
"File is not updatable: %1$s" : "El archivo no se puede actualizar: %1$s",
|
||||
"Could not write file contents" : "No se han podido escribir los contenidos del archivo",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error al copiar el archivo al destino (copiado: %1$s, tamaño esperado: %2$s)",
|
||||
"Could not rename part file to final file" : "No se ha podido renombrar el archivo parcial como el archivo final",
|
||||
"Failed to check file size: %1$s" : "Fallo al comprobar el tamaño del archivo: %1$s",
|
||||
"Could not open file" : "No se ha podido abrir el archivo",
|
||||
"Failed to open file: %1$s" : "Fallo al abrir el archivo: %1$s",
|
||||
"Failed to unlink: %1$s" : "Fallo al desenlazar: %1$s",
|
||||
"Could not rename part file assembled from chunks" : "No se ha podido renombrar el archivo parcial formado por los fragmentos",
|
||||
"File not found: %1$s" : "Archivo no encontrado: %1$s",
|
||||
"System is in maintenance mode." : "Sistema está en modo de mantenimiento.",
|
||||
"Upgrade needed" : "Se necesita actualizar",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Tu %s necesita configurarse para usar HTTPS en caso de usar CalDAV y CardDAV con iOS/macOS.",
|
||||
@@ -119,6 +130,9 @@ OC.L10N.register(
|
||||
"Completed on %s" : "Completado el %s",
|
||||
"Due on %s by %s" : "Finaliza el %s por %s",
|
||||
"Due on %s" : "Finaliza el %s",
|
||||
"Migrated calendar (%1$s)" : "Calendario migrado (%1$s)",
|
||||
"Calendars including events, details and attendees" : "Calendarios que incluyen eventos, detalles y asistentes",
|
||||
"Contacts and groups" : "Contactos y grupos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "Extremo de WebDAV",
|
||||
"Availability" : "Disponibilidad",
|
||||
@@ -143,6 +157,8 @@ OC.L10N.register(
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "Por ello, no estarán disponibles inmediatamente tras activarlos, sino que aparecerán después de cierto tiempo.",
|
||||
"Send notifications for events" : "Enviar notificaciones de los eventos",
|
||||
"Notifications are sent via background jobs, so these must occur often enough." : "Las notificaciones son enviadas a través de trabajos en segundo plano, por lo que estos deben ocurrir con la suficiente frecuencia.",
|
||||
"Send reminder notifications to calendar sharees as well" : "Enviar recordatorio también a los usuarios con los que se comparte el calendario",
|
||||
"Reminders are always sent to organizers and attendees." : "Los recordatorios siempre se envía a los organizadores y asistentes.",
|
||||
"Enable notifications for events via push" : "Activar notificaciones push para eventos",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instala también la {calendarappstoreopen}app de Calendario{linkclose} o {calendardocopen}conecta tu escritorio y móvil para sincronizar ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Por favor, asegúrate de configurar correctamente {emailopen}el servidor web{linkclose}",
|
||||
@@ -152,7 +168,6 @@ OC.L10N.register(
|
||||
"Tentative" : "Provisional",
|
||||
"Number of guests" : "Número de invitados",
|
||||
"Comment" : "Comentario",
|
||||
"Your attendance was updated successfully." : "Tu asistencia se ha actualizado con éxito.",
|
||||
"Calendar and tasks" : "Calendario y tareas"
|
||||
"Your attendance was updated successfully." : "Tu asistencia se ha actualizado con éxito."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user