diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index add1c3615d6b3a587e9db8dde8e8cb4e3825c267..1a3b01420f9264559c545cc4393f2ec51ae15356 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -124,6 +124,7 @@ OC.L10N.register( "WebDAV" : "ВебДÐÐ’", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "КориÑти ову адреÑу да <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">приÑтупате Вашим фајловима преко ВебДÐВа</a>", "Uploading @" : "Отпремам @", + "Cancel upload" : "Откажи отпремање", "No files in here" : "Овде нема фајлова", "Upload some content or sync with your devices!" : "Отпремите неки Ñадржај или Ñинхронизујте Ñа вашим уређајима!", "No entries found in this folder" : "Ðема ничега у овој фаÑцикли", diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index dac49d86f334ae8952f52e1014fa8428230154ac..c8db7af7ab865ba68dd9b4de6058f6e56a0a2873 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -122,6 +122,7 @@ "WebDAV" : "ВебДÐÐ’", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "КориÑти ову адреÑу да <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">приÑтупате Вашим фајловима преко ВебДÐВа</a>", "Uploading @" : "Отпремам @", + "Cancel upload" : "Откажи отпремање", "No files in here" : "Овде нема фајлова", "Upload some content or sync with your devices!" : "Отпремите неки Ñадржај или Ñинхронизујте Ñа вашим уређајима!", "No entries found in this folder" : "Ðема ничега у овој фаÑцикли", diff --git a/apps/oauth2/l10n/sr.js b/apps/oauth2/l10n/sr.js new file mode 100644 index 0000000000000000000000000000000000000000..17bf401136de8798a67966a2485c4da0c73bd6fa --- /dev/null +++ b/apps/oauth2/l10n/sr.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0 clients" : "OAuth 2.0 клијенти", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 дозвољава Ñпољним ÑервиÑима да захтевају приÑтуп на %s.", + "Name" : "Име", + "Redirection URI" : "ÐдреÑа за преуÑмеравање", + "Client Identifier" : "Идентификација клијента", + "Secret" : "Тајна", + "Add client" : "Додај клијента", + "Add" : "Додај" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/oauth2/l10n/sr.json b/apps/oauth2/l10n/sr.json new file mode 100644 index 0000000000000000000000000000000000000000..ce91adc6253a879bb7a3e20a8f1e161cbe5e5405 --- /dev/null +++ b/apps/oauth2/l10n/sr.json @@ -0,0 +1,11 @@ +{ "translations": { + "OAuth 2.0 clients" : "OAuth 2.0 клијенти", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 дозвољава Ñпољним ÑервиÑима да захтевају приÑтуп на %s.", + "Name" : "Име", + "Redirection URI" : "ÐдреÑа за преуÑмеравање", + "Client Identifier" : "Идентификација клијента", + "Secret" : "Тајна", + "Add client" : "Додај клијента", + "Add" : "Додај" +},"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);" +} \ No newline at end of file diff --git a/apps/theming/l10n/nb.js b/apps/theming/l10n/nb.js index 9b2866983555ef6dd526b2e7792462d873f040bc..f3ae7b15a97ed7ad11b501b3254c641fb3442b47 100644 --- a/apps/theming/l10n/nb.js +++ b/apps/theming/l10n/nb.js @@ -9,6 +9,14 @@ OC.L10N.register( "The given web address is too long" : "Nettadressen er for lang", "The given slogan is too long" : "Slagordet er for langt", "The given color is invalid" : "Fargen er ugyldig", + "There is no error, the file uploaded with success" : "Det er ingen feil, opplastingen av filen var vellykket", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn grensen satt i upload_max_filesize i php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen du prøvde Ã¥ laste opp er større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet", + "The uploaded file was only partially uploaded" : "Filen ble bare delvis lastet opp", + "No file was uploaded" : "Ingen filer ble lastet opp", + "Missing a temporary folder" : "Mangler midlertidig mappe", + "Failed to write file to disk." : "Klarte ikke Ã¥ skrive til disk.", + "A PHP extension stopped the file upload." : "En PHP-utvidelse stoppet filopplastingen.", "No file uploaded" : "Ingen fil lastet opp", "Unsupported image type" : "Filtypen støttes ikke", "You are already using a custom theme" : "Du bruker allerede en egendefinert drakt", diff --git a/apps/theming/l10n/nb.json b/apps/theming/l10n/nb.json index 6557edea2b80c6dc7cebf4c8f6b4a4b66e3ed9c4..841c215d0d9af3ac718d0ca93fd36bf65c4c719b 100644 --- a/apps/theming/l10n/nb.json +++ b/apps/theming/l10n/nb.json @@ -7,6 +7,14 @@ "The given web address is too long" : "Nettadressen er for lang", "The given slogan is too long" : "Slagordet er for langt", "The given color is invalid" : "Fargen er ugyldig", + "There is no error, the file uploaded with success" : "Det er ingen feil, opplastingen av filen var vellykket", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn grensen satt i upload_max_filesize i php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen du prøvde Ã¥ laste opp er større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet", + "The uploaded file was only partially uploaded" : "Filen ble bare delvis lastet opp", + "No file was uploaded" : "Ingen filer ble lastet opp", + "Missing a temporary folder" : "Mangler midlertidig mappe", + "Failed to write file to disk." : "Klarte ikke Ã¥ skrive til disk.", + "A PHP extension stopped the file upload." : "En PHP-utvidelse stoppet filopplastingen.", "No file uploaded" : "Ingen fil lastet opp", "Unsupported image type" : "Filtypen støttes ikke", "You are already using a custom theme" : "Du bruker allerede en egendefinert drakt", diff --git a/apps/theming/l10n/sr.js b/apps/theming/l10n/sr.js index 186d82d74ae39ee347c4e8164da8f4324d8854ef..49344ec96ce74598694719b1a327f99b037c147e 100644 --- a/apps/theming/l10n/sr.js +++ b/apps/theming/l10n/sr.js @@ -9,6 +9,14 @@ OC.L10N.register( "The given web address is too long" : "ÐдреÑа је предугачка", "The given slogan is too long" : "Слоган је предугачак", "The given color is invalid" : "Задата боја није иÑправна", + "There is no error, the file uploaded with success" : "Ðема грешке, фајл је отпремљен уÑпешно", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Отпремани фајл превазилази Ñмерницу upload_max_filesize у фајлу php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Отпремани фајл превазилази Ñмерницу MAX_FILE_SIZE која је наведена у HTML обраÑцу", + "The uploaded file was only partially uploaded" : "Отпремани фајл је Ñамо делимично отпремљен", + "No file was uploaded" : "Ðиједан фајл није отпремљен", + "Missing a temporary folder" : "ÐедоÑтаје привремена фаÑцикла", + "Failed to write file to disk." : "Ðе могу да пишем фајл на диÑк", + "A PHP extension stopped the file upload." : "PHP екÑтензија је зауÑтавила отпремање фајла.", "No file uploaded" : "Ðиједан фајл није отпремљен", "Unsupported image type" : "Ðеподржани тип Ñлике", "You are already using a custom theme" : "Већ кориÑтите прилагођену тему", diff --git a/apps/theming/l10n/sr.json b/apps/theming/l10n/sr.json index dac1603b3d95ff8bcd16b73ed4b2a03653b533d6..db82d478ee7676dc92c5d2692a1b58e9328625c1 100644 --- a/apps/theming/l10n/sr.json +++ b/apps/theming/l10n/sr.json @@ -7,6 +7,14 @@ "The given web address is too long" : "ÐдреÑа је предугачка", "The given slogan is too long" : "Слоган је предугачак", "The given color is invalid" : "Задата боја није иÑправна", + "There is no error, the file uploaded with success" : "Ðема грешке, фајл је отпремљен уÑпешно", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Отпремани фајл превазилази Ñмерницу upload_max_filesize у фајлу php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Отпремани фајл превазилази Ñмерницу MAX_FILE_SIZE која је наведена у HTML обраÑцу", + "The uploaded file was only partially uploaded" : "Отпремани фајл је Ñамо делимично отпремљен", + "No file was uploaded" : "Ðиједан фајл није отпремљен", + "Missing a temporary folder" : "ÐедоÑтаје привремена фаÑцикла", + "Failed to write file to disk." : "Ðе могу да пишем фајл на диÑк", + "A PHP extension stopped the file upload." : "PHP екÑтензија је зауÑтавила отпремање фајла.", "No file uploaded" : "Ðиједан фајл није отпремљен", "Unsupported image type" : "Ðеподржани тип Ñлике", "You are already using a custom theme" : "Већ кориÑтите прилагођену тему", diff --git a/apps/updatenotification/l10n/sr.js b/apps/updatenotification/l10n/sr.js index de9cb4702684ac28183f94d99eceacc04d62cbc6..e47b86840bb09652638c27bdc366d1ab87cff289 100644 --- a/apps/updatenotification/l10n/sr.js +++ b/apps/updatenotification/l10n/sr.js @@ -1,14 +1,28 @@ OC.L10N.register( "updatenotification", { + "Update notifications" : "Обавештења о ажурирању", + "Could not start updater, please try the manual update" : "Ðе могу да покренем програм за ажурирање, покушајте ручно ажурирање", "{version} is available. Get more information on how to update." : "Верзија {version} је доÑтупна. Сазнајте како да ажурирате.", - "Updated channel" : "Канал ажуриран", - "Updater" : "Ðжурирање", + "Channel updated" : "Канал ажуриран", + "The update server could not be reached since %d days to check for new updates." : "Сервер за ажурирања није доÑтупан пошто је прошло %d дана од поÑледње провере ажурирања.", + "Please check the Nextcloud and server log files for errors." : "Проверите логове од Ñервера и од ÐекÑтклауда за грешке.", + "Update to %1$s is available." : "ДоÑтупно је ажурирање на %1$s. ", + "Update for %1$s to version %2$s is available." : "ДоÑтупно је ажурирање апликације %1$s на верзију %2$s.", + "Update for {app} to version %s is available." : "ДоÑтупно је ажурирање апликације {app} на верзију %s.", "A new version is available: %s" : "ДоÑтупна је нова верзија: %s", - "Open updater" : "Отвори ажурирање", + "Open updater" : "Отвори програм за ажурирање", + "Download now" : "Скини Ñада", + "The update check is not yet finished. Please refresh the page." : "Провера за новим верзијама још није готова. ОÑвежите Ñтрану.", "Your version is up to date." : "Ваша верзија је ажурна.", "Checked on %s" : "Проверено %s", + "A non-default update server is in use to be checked for updates:" : "Ðеподразумевани Ñервер за ажурирање је коришћен да провери нове верзије:", "Update channel:" : "Канал за ажурирање:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Увек можете да надоградите на новију верзију/екÑпериментални канал. Ðли не можете Ñе вратити на Ñтабилни канал." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Увек можете да надоградите на новију верзију/екÑпериментални канал. Ðли не можете Ñе вратити на Ñтабилни канал.", + "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "ПоÑле издавања нове верзије, може да прође неко време пре него што Ñе верзија појави овде. Ми избацујемо нове верзије поÑтепено и можемо некад да преÑкочимо верзију ако наиђемо на проблеме.", + "Notify members of the following groups about available updates:" : "ОбавеÑти чланове Ñледећих група о доÑтупноÑти нових верзија:", + "Only notification for app updates are available." : "ДоÑтупна Ñу Ñамо обавештења о новим верзијама апликација.", + "The selected update channel makes dedicated notifications for the server obsolete." : "Уз означени канал за ажурирање нема ÑмиÑла да имате обавештења о новим верзијама.", + "The selected update channel does not support updates of the server." : "Означени канал за ажурирање не подржава обавештења о новим верзијама." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/updatenotification/l10n/sr.json b/apps/updatenotification/l10n/sr.json index 90ec0169399976b314fcf0961b8f2c0aa3fcd374..70d2143eec58426eb07896d8423f66942b111413 100644 --- a/apps/updatenotification/l10n/sr.json +++ b/apps/updatenotification/l10n/sr.json @@ -1,12 +1,26 @@ { "translations": { + "Update notifications" : "Обавештења о ажурирању", + "Could not start updater, please try the manual update" : "Ðе могу да покренем програм за ажурирање, покушајте ручно ажурирање", "{version} is available. Get more information on how to update." : "Верзија {version} је доÑтупна. Сазнајте како да ажурирате.", - "Updated channel" : "Канал ажуриран", - "Updater" : "Ðжурирање", + "Channel updated" : "Канал ажуриран", + "The update server could not be reached since %d days to check for new updates." : "Сервер за ажурирања није доÑтупан пошто је прошло %d дана од поÑледње провере ажурирања.", + "Please check the Nextcloud and server log files for errors." : "Проверите логове од Ñервера и од ÐекÑтклауда за грешке.", + "Update to %1$s is available." : "ДоÑтупно је ажурирање на %1$s. ", + "Update for %1$s to version %2$s is available." : "ДоÑтупно је ажурирање апликације %1$s на верзију %2$s.", + "Update for {app} to version %s is available." : "ДоÑтупно је ажурирање апликације {app} на верзију %s.", "A new version is available: %s" : "ДоÑтупна је нова верзија: %s", - "Open updater" : "Отвори ажурирање", + "Open updater" : "Отвори програм за ажурирање", + "Download now" : "Скини Ñада", + "The update check is not yet finished. Please refresh the page." : "Провера за новим верзијама још није готова. ОÑвежите Ñтрану.", "Your version is up to date." : "Ваша верзија је ажурна.", "Checked on %s" : "Проверено %s", + "A non-default update server is in use to be checked for updates:" : "Ðеподразумевани Ñервер за ажурирање је коришћен да провери нове верзије:", "Update channel:" : "Канал за ажурирање:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Увек можете да надоградите на новију верзију/екÑпериментални канал. Ðли не можете Ñе вратити на Ñтабилни канал." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Увек можете да надоградите на новију верзију/екÑпериментални канал. Ðли не можете Ñе вратити на Ñтабилни канал.", + "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "ПоÑле издавања нове верзије, може да прође неко време пре него што Ñе верзија појави овде. Ми избацујемо нове верзије поÑтепено и можемо некад да преÑкочимо верзију ако наиђемо на проблеме.", + "Notify members of the following groups about available updates:" : "ОбавеÑти чланове Ñледећих група о доÑтупноÑти нових верзија:", + "Only notification for app updates are available." : "ДоÑтупна Ñу Ñамо обавештења о новим верзијама апликација.", + "The selected update channel makes dedicated notifications for the server obsolete." : "Уз означени канал за ажурирање нема ÑмиÑла да имате обавештења о новим верзијама.", + "The selected update channel does not support updates of the server." : "Означени канал за ажурирање не подржава обавештења о новим верзијама." },"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);" } \ No newline at end of file diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 803be86d5424ab91a1e2a2e2f2ade09df1737b9f..6d777a1ff05187af1129a21fbf13e8b144617ef7 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -85,6 +85,7 @@ OC.L10N.register( "No files in here" : "Овде нема фајлова", "Choose" : "Изаберите", "Copy" : "Копирај", + "Move" : "ПремеÑти", "Error loading file picker template: {error}" : "Грешка при учитавању шаблона бирача фајлова: {error}", "OK" : "У реду", "Error loading message template: {error}" : "Грешка при учитавању шаблона поруке: {error}", @@ -100,6 +101,8 @@ OC.L10N.register( "({count} selected)" : "(изабрано: {count})", "Error loading file exists template" : "Грешка при учитавању шаблона „Фајл поÑтоји“", "Pending" : "Ðа чекању", + "Copy to {folder}" : "Копирај у {folder}", + "Move to {folder}" : "ПремеÑти у {folder}", "Very weak password" : "Веома Ñлаба лозинка", "Weak password" : "Слаба лозинка", "So-so password" : "ОÑредња лозинка", @@ -259,6 +262,7 @@ OC.L10N.register( "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ова апликација захтева Јава Ñкрипт за иÑправан рад. {linkstart}Омогућите Јава Ñкрипт{linkend} и поново учитајте Ñтраницу.", "More apps" : "Још апликација", "Search" : "Претражи", + "Reset search" : "РеÑетуј претрагу", "Confirm your password" : "Потврдите лозинку", "Server side authentication failed!" : "Потврда идентитета на Ñерверу није уÑпела!", "Please contact your administrator." : "Контактирајте вашег админиÑтратора.", diff --git a/core/l10n/sr.json b/core/l10n/sr.json index e1a12f466c25b82c5412a0fcee6f877d63fa7359..55174f8ac2ea46f93811ef09bfb0647b214468e0 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -83,6 +83,7 @@ "No files in here" : "Овде нема фајлова", "Choose" : "Изаберите", "Copy" : "Копирај", + "Move" : "ПремеÑти", "Error loading file picker template: {error}" : "Грешка при учитавању шаблона бирача фајлова: {error}", "OK" : "У реду", "Error loading message template: {error}" : "Грешка при учитавању шаблона поруке: {error}", @@ -98,6 +99,8 @@ "({count} selected)" : "(изабрано: {count})", "Error loading file exists template" : "Грешка при учитавању шаблона „Фајл поÑтоји“", "Pending" : "Ðа чекању", + "Copy to {folder}" : "Копирај у {folder}", + "Move to {folder}" : "ПремеÑти у {folder}", "Very weak password" : "Веома Ñлаба лозинка", "Weak password" : "Слаба лозинка", "So-so password" : "ОÑредња лозинка", @@ -257,6 +260,7 @@ "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ова апликација захтева Јава Ñкрипт за иÑправан рад. {linkstart}Омогућите Јава Ñкрипт{linkend} и поново учитајте Ñтраницу.", "More apps" : "Још апликација", "Search" : "Претражи", + "Reset search" : "РеÑетуј претрагу", "Confirm your password" : "Потврдите лозинку", "Server side authentication failed!" : "Потврда идентитета на Ñерверу није уÑпела!", "Please contact your administrator." : "Контактирајте вашег админиÑтратора.", diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 55cb34bebca5dea2c01573aea70659bc536df0eb..0e41425ab5aa351bc89f6018f0d43677dedbf428 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -31,14 +31,23 @@ OC.L10N.register( "Invalid image" : "Ungültiges Bild", "Avatar image is not square" : "Benutzerbild ist nicht quadratisch", "today" : "Heute", + "tomorrow" : "Morgen", "yesterday" : "Gestern", + "_in %n day_::_in %n days_" : ["in %n Tag","in %n Tagen"], "_%n day ago_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"], + "next month" : "Nächsten Monat", "last month" : "Letzten Monat", + "_in %n month_::_in %n months_" : ["in %n Monat","in %n Monaten"], "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"], + "next year" : "nächstes Jahr", "last year" : "Letztes Jahr", + "_in %n year_::_in %n years_" : ["in %n Jahr","in %n Jahren"], "_%n year ago_::_%n years ago_" : ["Vor %n Jahr","Vor %n Jahren"], + "_in %n hour_::_in %n hours_" : ["in %n Stunde","in %n Stunden"], "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"], + "_in %n minute_::_in %n minutes_" : ["in %n Minute","in %n Minuten"], "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"], + "in a few seconds" : "in wenigen Sekunden", "seconds ago" : "Gerade eben", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte die App in den App-Einstellungen aktivieren oder den Administrator kontaktieren.", "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index bb4de9e6f27e0d1e037d5f06246e0bc74079cd7b..1b58bcc8f67d7fdea4a5d7807ca5d6e20d27cdb2 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -29,14 +29,23 @@ "Invalid image" : "Ungültiges Bild", "Avatar image is not square" : "Benutzerbild ist nicht quadratisch", "today" : "Heute", + "tomorrow" : "Morgen", "yesterday" : "Gestern", + "_in %n day_::_in %n days_" : ["in %n Tag","in %n Tagen"], "_%n day ago_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"], + "next month" : "Nächsten Monat", "last month" : "Letzten Monat", + "_in %n month_::_in %n months_" : ["in %n Monat","in %n Monaten"], "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"], + "next year" : "nächstes Jahr", "last year" : "Letztes Jahr", + "_in %n year_::_in %n years_" : ["in %n Jahr","in %n Jahren"], "_%n year ago_::_%n years ago_" : ["Vor %n Jahr","Vor %n Jahren"], + "_in %n hour_::_in %n hours_" : ["in %n Stunde","in %n Stunden"], "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"], + "_in %n minute_::_in %n minutes_" : ["in %n Minute","in %n Minuten"], "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"], + "in a few seconds" : "in wenigen Sekunden", "seconds ago" : "Gerade eben", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte die App in den App-Einstellungen aktivieren oder den Administrator kontaktieren.", "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index a4fdf0dc371527b805d4538a141b5b302dafd832..a5520e188e3a2b274a29efe72a94d8867f45878b 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -31,14 +31,23 @@ OC.L10N.register( "Invalid image" : "Ungültiges Bild", "Avatar image is not square" : "Benutzerbild ist nicht quadratisch", "today" : "Heute", + "tomorrow" : "Morgen", "yesterday" : "Gestern", + "_in %n day_::_in %n days_" : ["in %n Tag","in %n Tagen"], "_%n day ago_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"], + "next month" : "Nächsten Monat", "last month" : "Letzten Monat", + "_in %n month_::_in %n months_" : ["in %n Monat","in %n Monaten"], "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"], + "next year" : "nächstes Jahr", "last year" : "Letztes Jahr", + "_in %n year_::_in %n years_" : ["in %n Jahr","in %n Jahren"], "_%n year ago_::_%n years ago_" : ["Vor %n Jahr","Vor %n Jahren"], + "_in %n hour_::_in %n hours_" : ["in %n Stunde","in %n Stunden"], "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"], + "_in %n minute_::_in %n minutes_" : ["in %n Minute","in %n Minuten"], "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"], + "in a few seconds" : "in wenigen Sekunden", "seconds ago" : "Gerade eben", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte aktiviere es in deinen Einstellungen oder kontaktiere deinen Administrator.", "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 6a8299bc31f4c1dd7ee5b05a927a3ef004133374..6bee5022eb64be8fbc20998cdb86e26f4b5a9898 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -29,14 +29,23 @@ "Invalid image" : "Ungültiges Bild", "Avatar image is not square" : "Benutzerbild ist nicht quadratisch", "today" : "Heute", + "tomorrow" : "Morgen", "yesterday" : "Gestern", + "_in %n day_::_in %n days_" : ["in %n Tag","in %n Tagen"], "_%n day ago_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"], + "next month" : "Nächsten Monat", "last month" : "Letzten Monat", + "_in %n month_::_in %n months_" : ["in %n Monat","in %n Monaten"], "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"], + "next year" : "nächstes Jahr", "last year" : "Letztes Jahr", + "_in %n year_::_in %n years_" : ["in %n Jahr","in %n Jahren"], "_%n year ago_::_%n years ago_" : ["Vor %n Jahr","Vor %n Jahren"], + "_in %n hour_::_in %n hours_" : ["in %n Stunde","in %n Stunden"], "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"], + "_in %n minute_::_in %n minutes_" : ["in %n Minute","in %n Minuten"], "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"], + "in a few seconds" : "in wenigen Sekunden", "seconds ago" : "Gerade eben", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte aktiviere es in deinen Einstellungen oder kontaktiere deinen Administrator.", "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 09685ca62a3d1e42f9331cd0aeaa3b6cab8b5001..8463db273acce85dae23c6d1add661bc72cf78b1 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -31,14 +31,23 @@ OC.L10N.register( "Invalid image" : "Image non valable", "Avatar image is not square" : "L'image d'avatar n'est pas carré", "today" : "aujourd'hui", + "tomorrow" : "demain", "yesterday" : "hier", + "_in %n day_::_in %n days_" : ["dans %n jour","dans %n jours"], "_%n day ago_::_%n days ago_" : ["il y a %n jour","il y a %n jours"], + "next month" : "mois suivant", "last month" : "le mois dernier", + "_in %n month_::_in %n months_" : ["dans %n mois","dans %n mois"], "_%n month ago_::_%n months ago_" : ["Il y a %n mois","Il y a %n mois"], + "next year" : "année suivante", "last year" : "l'année dernière", + "_in %n year_::_in %n years_" : ["dans %n an","dans %n ans"], "_%n year ago_::_%n years ago_" : ["il y a %n an","il y a %n ans"], + "_in %n hour_::_in %n hours_" : ["dans %n heure","dans %n heures"], "_%n hour ago_::_%n hours ago_" : ["Il y a %n heure","Il y a %n heures"], + "_in %n minute_::_in %n minutes_" : ["dans %n minute","dans %n minutes"], "_%n minute ago_::_%n minutes ago_" : ["il y a %n minute","il y a %n minutes"], + "in a few seconds" : "dans quelques secondes", "seconds ago" : "il y a quelques secondes", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Le module avec l'ID: %s n'existe pas. Merci de l'activer dans les paramètres d'applications ou de contacter votre administrateur.", "File name is a reserved word" : "Ce nom de fichier est un mot réservé", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 0fdb86e49a07aef186af037d229f31758f441e4e..3722544dd974c9146d33007099e16846577e2fa2 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -29,14 +29,23 @@ "Invalid image" : "Image non valable", "Avatar image is not square" : "L'image d'avatar n'est pas carré", "today" : "aujourd'hui", + "tomorrow" : "demain", "yesterday" : "hier", + "_in %n day_::_in %n days_" : ["dans %n jour","dans %n jours"], "_%n day ago_::_%n days ago_" : ["il y a %n jour","il y a %n jours"], + "next month" : "mois suivant", "last month" : "le mois dernier", + "_in %n month_::_in %n months_" : ["dans %n mois","dans %n mois"], "_%n month ago_::_%n months ago_" : ["Il y a %n mois","Il y a %n mois"], + "next year" : "année suivante", "last year" : "l'année dernière", + "_in %n year_::_in %n years_" : ["dans %n an","dans %n ans"], "_%n year ago_::_%n years ago_" : ["il y a %n an","il y a %n ans"], + "_in %n hour_::_in %n hours_" : ["dans %n heure","dans %n heures"], "_%n hour ago_::_%n hours ago_" : ["Il y a %n heure","Il y a %n heures"], + "_in %n minute_::_in %n minutes_" : ["dans %n minute","dans %n minutes"], "_%n minute ago_::_%n minutes ago_" : ["il y a %n minute","il y a %n minutes"], + "in a few seconds" : "dans quelques secondes", "seconds ago" : "il y a quelques secondes", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Le module avec l'ID: %s n'existe pas. Merci de l'activer dans les paramètres d'applications ou de contacter votre administrateur.", "File name is a reserved word" : "Ce nom de fichier est un mot réservé", diff --git a/lib/l10n/it.js b/lib/l10n/it.js index e044abfa39dd508f6f33c9b9e2466c48bec255c8..d84c0673b415feee79a079118b2d97a20fe61c10 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -31,14 +31,23 @@ OC.L10N.register( "Invalid image" : "Immagine non valida", "Avatar image is not square" : "L'immagine personale non è quadrata", "today" : "oggi", + "tomorrow" : "domani", "yesterday" : "ieri", + "_in %n day_::_in %n days_" : ["tra %n giorno","tra %n giorni"], "_%n day ago_::_%n days ago_" : ["%d giorno fa","%n giorni fa"], + "next month" : "il prossimo mese", "last month" : "mese scorso", + "_in %n month_::_in %n months_" : ["tra %n mese","tra %n mesi"], "_%n month ago_::_%n months ago_" : ["%n mese fa","%n mesi fa"], + "next year" : "il prossimo anno", "last year" : "anno scorso", + "_in %n year_::_in %n years_" : ["tra %n anno","tra %n anni"], "_%n year ago_::_%n years ago_" : ["%n anno fa","%n anni fa"], + "_in %n hour_::_in %n hours_" : ["tra %n ora","tra %n ore"], "_%n hour ago_::_%n hours ago_" : ["%n ora fa","%n ore fa"], + "_in %n minute_::_in %n minutes_" : ["tra %n minuto","tra %n minuti"], "_%n minute ago_::_%n minutes ago_" : ["%n minuto fa","%n minuti fa"], + "in a few seconds" : "tra pochi secondi", "seconds ago" : "secondi fa", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Il modulo con ID: %s non esiste. Abilitalo nelle impostazioni delle applicazioni o contatta il tuo amministratore.", "File name is a reserved word" : "Il nome del file è una parola riservata", diff --git a/lib/l10n/it.json b/lib/l10n/it.json index 2d7734ea00778b8312f67ac252ed91df03f1307c..ba09f39ffc9418ad39fb7ce8227814b98bb2651b 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -29,14 +29,23 @@ "Invalid image" : "Immagine non valida", "Avatar image is not square" : "L'immagine personale non è quadrata", "today" : "oggi", + "tomorrow" : "domani", "yesterday" : "ieri", + "_in %n day_::_in %n days_" : ["tra %n giorno","tra %n giorni"], "_%n day ago_::_%n days ago_" : ["%d giorno fa","%n giorni fa"], + "next month" : "il prossimo mese", "last month" : "mese scorso", + "_in %n month_::_in %n months_" : ["tra %n mese","tra %n mesi"], "_%n month ago_::_%n months ago_" : ["%n mese fa","%n mesi fa"], + "next year" : "il prossimo anno", "last year" : "anno scorso", + "_in %n year_::_in %n years_" : ["tra %n anno","tra %n anni"], "_%n year ago_::_%n years ago_" : ["%n anno fa","%n anni fa"], + "_in %n hour_::_in %n hours_" : ["tra %n ora","tra %n ore"], "_%n hour ago_::_%n hours ago_" : ["%n ora fa","%n ore fa"], + "_in %n minute_::_in %n minutes_" : ["tra %n minuto","tra %n minuti"], "_%n minute ago_::_%n minutes ago_" : ["%n minuto fa","%n minuti fa"], + "in a few seconds" : "tra pochi secondi", "seconds ago" : "secondi fa", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Il modulo con ID: %s non esiste. Abilitalo nelle impostazioni delle applicazioni o contatta il tuo amministratore.", "File name is a reserved word" : "Il nome del file è una parola riservata", diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index 07a63961ba6c9f19aa8148aeefa22f07b8f14ada..336a4dd331f2e2ac893793080bc93ef1079f2437 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -31,14 +31,18 @@ OC.L10N.register( "Invalid image" : "Ugyldig bilde", "Avatar image is not square" : "Avatarbilde er ikke firkantet", "today" : "i dag", + "tomorrow" : "I morgen", "yesterday" : "i gÃ¥r", "_%n day ago_::_%n days ago_" : ["%n dag siden","%n dager siden"], + "next month" : "neste mÃ¥ned", "last month" : "forrige mÃ¥ned", "_%n month ago_::_%n months ago_" : ["for %n mÃ¥ned siden","for %n mÃ¥neder siden"], + "next year" : "neste Ã¥r", "last year" : "forrige Ã¥r", "_%n year ago_::_%n years ago_" : ["%n Ã¥r siden","%n Ã¥r siden"], "_%n hour ago_::_%n hours ago_" : ["for %n time siden","for %n timer siden"], "_%n minute ago_::_%n minutes ago_" : ["for %n minutt siden","for %n minutter siden"], + "in a few seconds" : "om noen sekunder", "seconds ago" : "for fÃ¥ sekunder siden", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul med ID: %s finnes ikke. Skru den pÃ¥ i programinnstillingene eller kontakt en administrator.", "File name is a reserved word" : "Filnavnet er et reservert ord", diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json index f69217b3b18ada6e1b26a6aa02da381125e00101..959435c829e90684f7410015d842d249035c68c9 100644 --- a/lib/l10n/nb.json +++ b/lib/l10n/nb.json @@ -29,14 +29,18 @@ "Invalid image" : "Ugyldig bilde", "Avatar image is not square" : "Avatarbilde er ikke firkantet", "today" : "i dag", + "tomorrow" : "I morgen", "yesterday" : "i gÃ¥r", "_%n day ago_::_%n days ago_" : ["%n dag siden","%n dager siden"], + "next month" : "neste mÃ¥ned", "last month" : "forrige mÃ¥ned", "_%n month ago_::_%n months ago_" : ["for %n mÃ¥ned siden","for %n mÃ¥neder siden"], + "next year" : "neste Ã¥r", "last year" : "forrige Ã¥r", "_%n year ago_::_%n years ago_" : ["%n Ã¥r siden","%n Ã¥r siden"], "_%n hour ago_::_%n hours ago_" : ["for %n time siden","for %n timer siden"], "_%n minute ago_::_%n minutes ago_" : ["for %n minutt siden","for %n minutter siden"], + "in a few seconds" : "om noen sekunder", "seconds ago" : "for fÃ¥ sekunder siden", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul med ID: %s finnes ikke. Skru den pÃ¥ i programinnstillingene eller kontakt en administrator.", "File name is a reserved word" : "Filnavnet er et reservert ord", diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index c9ee6e9cc02e0d54d7f23ae29a66a5f97ec966b6..eff10f244f9f0877e9bf2e760ddc39b97fca417b 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -31,14 +31,23 @@ OC.L10N.register( "Invalid image" : "Imagem inválida", "Avatar image is not square" : "A imagem do avatar não é quadrada", "today" : "hoje", + "tomorrow" : "amanhã", "yesterday" : "ontem", + "_in %n day_::_in %n days_" : ["em %n dia","em %n dias"], "_%n day ago_::_%n days ago_" : ["%n dia atrás","%n dias atrás"], + "next month" : "Mês que vem", "last month" : "último mês", + "_in %n month_::_in %n months_" : ["em %n mês","em %n meses"], "_%n month ago_::_%n months ago_" : ["há %n mês atrás","há %n meses atrás"], + "next year" : "ano que vem", "last year" : "último ano", + "_in %n year_::_in %n years_" : ["em %n ano","em %n anos"], "_%n year ago_::_%n years ago_" : ["%n ano atrás","%n anos atrás"], + "_in %n hour_::_in %n hours_" : ["em %n hora","em %n horas"], "_%n hour ago_::_%n hours ago_" : ["há %n hora atrás","há %n horas atrás"], + "_in %n minute_::_in %n minutes_" : ["em %n minuto","em %n minutos"], "_%n minute ago_::_%n minutes ago_" : ["há %n minuto atrás","há %n minutos atrás"], + "in a few seconds" : "Em alguns segundos", "seconds ago" : "segundos atrás", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a ID: %s não existe. Por favor, habilite-o nas configurações de seu aplicativo ou contacte o administrador.", "File name is a reserved word" : "O nome do arquivo é uma palavra reservada", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index b1eb976064f60b7db764ed14dad18a643c1971b2..e9ed63b4d66ed9bd0f1d610a7510e464f80029cb 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -29,14 +29,23 @@ "Invalid image" : "Imagem inválida", "Avatar image is not square" : "A imagem do avatar não é quadrada", "today" : "hoje", + "tomorrow" : "amanhã", "yesterday" : "ontem", + "_in %n day_::_in %n days_" : ["em %n dia","em %n dias"], "_%n day ago_::_%n days ago_" : ["%n dia atrás","%n dias atrás"], + "next month" : "Mês que vem", "last month" : "último mês", + "_in %n month_::_in %n months_" : ["em %n mês","em %n meses"], "_%n month ago_::_%n months ago_" : ["há %n mês atrás","há %n meses atrás"], + "next year" : "ano que vem", "last year" : "último ano", + "_in %n year_::_in %n years_" : ["em %n ano","em %n anos"], "_%n year ago_::_%n years ago_" : ["%n ano atrás","%n anos atrás"], + "_in %n hour_::_in %n hours_" : ["em %n hora","em %n horas"], "_%n hour ago_::_%n hours ago_" : ["há %n hora atrás","há %n horas atrás"], + "_in %n minute_::_in %n minutes_" : ["em %n minuto","em %n minutos"], "_%n minute ago_::_%n minutes ago_" : ["há %n minuto atrás","há %n minutos atrás"], + "in a few seconds" : "Em alguns segundos", "seconds ago" : "segundos atrás", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a ID: %s não existe. Por favor, habilite-o nas configurações de seu aplicativo ou contacte o administrador.", "File name is a reserved word" : "O nome do arquivo é uma palavra reservada", diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index a90a8cd15cf38d81797ece6bc77e5d2ea4d345e7..6da56da6f745e003df2131dca0ee695e893665b2 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -31,14 +31,23 @@ OC.L10N.register( "Invalid image" : "ÐеиÑправна Ñлика", "Avatar image is not square" : "Слика аватара није квадратна", "today" : "данаÑ", + "tomorrow" : "Ñутра", "yesterday" : "јуче", + "_in %n day_::_in %n days_" : ["за %n дан","за %n дана","за %n дана"], "_%n day ago_::_%n days ago_" : ["пре %n дан","пре %n дана","пре %n дана"], + "next month" : "Ñледећег меÑеца", "last month" : "прошлог меÑеца", + "_in %n month_::_in %n months_" : ["за %n меÑец","за %n меÑеца","за %n меÑеци"], "_%n month ago_::_%n months ago_" : ["пре %n меÑец","пре %n меÑеца","пре %n меÑеци"], + "next year" : "Ñледеће године", "last year" : "прошле године", + "_in %n year_::_in %n years_" : ["за %n годину","за %n године","за %n година"], "_%n year ago_::_%n years ago_" : ["пре %n годину","пре %n године","пре %n година"], + "_in %n hour_::_in %n hours_" : ["за %n Ñат","за %n Ñата","за %n Ñати"], "_%n hour ago_::_%n hours ago_" : ["пре %n Ñат","пре %n Ñата","пре %n Ñати"], + "_in %n minute_::_in %n minutes_" : ["за %n минут","за %n минута","за %n минута"], "_%n minute ago_::_%n minutes ago_" : ["пре %n минут","пре %n минута","пре %n минута"], + "in a few seconds" : "за пар Ñекунди", "seconds ago" : "пре неколико Ñекунди", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модул Ñа идентификацијом: %s не поÑтоји. Омогућите га у подешавањима апликација или контактирајте админиÑтратора.", "File name is a reserved word" : "Ðазив фајла је резервиÑана реч", @@ -84,6 +93,7 @@ OC.L10N.register( "Set an admin username." : "ПоÑтавите име за админиÑтратора.", "Set an admin password." : "ПоÑтавите лозинку за админиÑтратора.", "Can't create or write into the data directory %s" : "Ðе могу креирати или упиÑивати у директоријум података %s", + "Given database host is invalid and must not contain the port: %s" : "Задата адреÑа базе није иÑправна и не Ñме да Ñадржи порт: %s", "Invalid Federated Cloud ID" : "ÐеиÑправан ИД Здруженог облака", "Sharing %s failed, because the backend does not allow shares from type %i" : "Дељење %s није уÑпело зато што позадина не дозвољава дељење од типа %i", "Sharing %s failed, because the file does not exist" : "Дељење %s није уÑпело зато што фајл не поÑтоји", diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index 51d96c26337e5108fe953c5b92bdf9487c6d2492..18d7ead1274dd62d7d7f9b4075c182e92ef4ee1f 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -29,14 +29,23 @@ "Invalid image" : "ÐеиÑправна Ñлика", "Avatar image is not square" : "Слика аватара није квадратна", "today" : "данаÑ", + "tomorrow" : "Ñутра", "yesterday" : "јуче", + "_in %n day_::_in %n days_" : ["за %n дан","за %n дана","за %n дана"], "_%n day ago_::_%n days ago_" : ["пре %n дан","пре %n дана","пре %n дана"], + "next month" : "Ñледећег меÑеца", "last month" : "прошлог меÑеца", + "_in %n month_::_in %n months_" : ["за %n меÑец","за %n меÑеца","за %n меÑеци"], "_%n month ago_::_%n months ago_" : ["пре %n меÑец","пре %n меÑеца","пре %n меÑеци"], + "next year" : "Ñледеће године", "last year" : "прошле године", + "_in %n year_::_in %n years_" : ["за %n годину","за %n године","за %n година"], "_%n year ago_::_%n years ago_" : ["пре %n годину","пре %n године","пре %n година"], + "_in %n hour_::_in %n hours_" : ["за %n Ñат","за %n Ñата","за %n Ñати"], "_%n hour ago_::_%n hours ago_" : ["пре %n Ñат","пре %n Ñата","пре %n Ñати"], + "_in %n minute_::_in %n minutes_" : ["за %n минут","за %n минута","за %n минута"], "_%n minute ago_::_%n minutes ago_" : ["пре %n минут","пре %n минута","пре %n минута"], + "in a few seconds" : "за пар Ñекунди", "seconds ago" : "пре неколико Ñекунди", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модул Ñа идентификацијом: %s не поÑтоји. Омогућите га у подешавањима апликација или контактирајте админиÑтратора.", "File name is a reserved word" : "Ðазив фајла је резервиÑана реч", @@ -82,6 +91,7 @@ "Set an admin username." : "ПоÑтавите име за админиÑтратора.", "Set an admin password." : "ПоÑтавите лозинку за админиÑтратора.", "Can't create or write into the data directory %s" : "Ðе могу креирати или упиÑивати у директоријум података %s", + "Given database host is invalid and must not contain the port: %s" : "Задата адреÑа базе није иÑправна и не Ñме да Ñадржи порт: %s", "Invalid Federated Cloud ID" : "ÐеиÑправан ИД Здруженог облака", "Sharing %s failed, because the backend does not allow shares from type %i" : "Дељење %s није уÑпело зато што позадина не дозвољава дељење од типа %i", "Sharing %s failed, because the file does not exist" : "Дељење %s није уÑпело зато што фајл не поÑтоји", diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js index 1c222029704b3e7a9216ce76981a4436969f0e56..392d7817bf126b6006d45841d8f7fb415d26d419 100644 --- a/settings/l10n/sr.js +++ b/settings/l10n/sr.js @@ -12,6 +12,7 @@ OC.L10N.register( "A login attempt using two-factor authentication failed (%1$s)" : "Пријава Ñа двофакторÑком провером идентитета неуÑпела (%1$s)", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ваша <strong>лозинка</strong> или <strong>адреÑа е-поште</strong> је измењена", "Your apps" : "Ваше апликације", + "Updates" : "Ðжурирања", "Enabled apps" : "Укључене апликације", "Disabled apps" : "ИÑкључене апликације", "App bundles" : "Пакети апликација", @@ -103,6 +104,7 @@ OC.L10N.register( "Error: This app can not be enabled because it makes the server unstable" : "Грешка: ова апликација не може да Ñе укључи јер је због ње цео Ñервер неÑтабилан", "Error: Could not disable broken app" : "Грешка: Ðе могу да иÑкључим покварену апликацију", "Error while disabling broken app" : "Грешка приликом иÑкључивања покварене апликације", + "No app updates available" : "Ðема доÑтупних ажурирања", "Updating...." : "Ðжурирам…", "Error while updating app" : "Грешка при ажурирању апликације", "Updated" : "Ðжурирано", diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json index 163fb39f601229d9ef24d480abdc6a9ebbf4dfec..e4865232e8eac391853f58e1e03dcfd3957ebe6b 100644 --- a/settings/l10n/sr.json +++ b/settings/l10n/sr.json @@ -10,6 +10,7 @@ "A login attempt using two-factor authentication failed (%1$s)" : "Пријава Ñа двофакторÑком провером идентитета неуÑпела (%1$s)", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ваша <strong>лозинка</strong> или <strong>адреÑа е-поште</strong> је измењена", "Your apps" : "Ваше апликације", + "Updates" : "Ðжурирања", "Enabled apps" : "Укључене апликације", "Disabled apps" : "ИÑкључене апликације", "App bundles" : "Пакети апликација", @@ -101,6 +102,7 @@ "Error: This app can not be enabled because it makes the server unstable" : "Грешка: ова апликација не може да Ñе укључи јер је због ње цео Ñервер неÑтабилан", "Error: Could not disable broken app" : "Грешка: Ðе могу да иÑкључим покварену апликацију", "Error while disabling broken app" : "Грешка приликом иÑкључивања покварене апликације", + "No app updates available" : "Ðема доÑтупних ажурирања", "Updating...." : "Ðжурирам…", "Error while updating app" : "Грешка при ажурирању апликације", "Updated" : "Ðжурирано",