Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-04-03 03:13:35 +0300
committerNextcloud bot <bot@nextcloud.com>2019-04-03 03:13:35 +0300
commitd4ba3997063e40032ec28ca73cc886a7b3b02727 (patch)
tree2e618d3d2e08ac4d9c5f51e0816b23186c363c94
parent4491ed6db1c3138d596d81d8419a0a359d7c00b6 (diff)
[tx-robot] updated from transifex
-rw-r--r--apps/accessibility/l10n/fr.js2
-rw-r--r--apps/accessibility/l10n/fr.json2
-rw-r--r--apps/accessibility/l10n/sr.js12
-rw-r--r--apps/accessibility/l10n/sr.json10
-rw-r--r--apps/files_sharing/l10n/sr.js2
-rw-r--r--apps/files_sharing/l10n/sr.json2
-rw-r--r--apps/theming/l10n/de.js4
-rw-r--r--apps/theming/l10n/de.json4
-rw-r--r--apps/theming/l10n/de_DE.js4
-rw-r--r--apps/theming/l10n/de_DE.json4
-rw-r--r--apps/twofactor_backupcodes/l10n/sr.js1
-rw-r--r--apps/twofactor_backupcodes/l10n/sr.json1
-rw-r--r--core/l10n/sr.js3
-rw-r--r--core/l10n/sr.json3
-rw-r--r--lib/l10n/sr.js1
-rw-r--r--lib/l10n/sr.json1
-rw-r--r--settings/l10n/fr.js46
-rw-r--r--settings/l10n/fr.json46
-rw-r--r--settings/l10n/sr.js129
-rw-r--r--settings/l10n/sr.json129
20 files changed, 388 insertions, 18 deletions
diff --git a/apps/accessibility/l10n/fr.js b/apps/accessibility/l10n/fr.js
index 41fa6a6b16f..fc3eaa45bdc 100644
--- a/apps/accessibility/l10n/fr.js
+++ b/apps/accessibility/l10n/fr.js
@@ -4,7 +4,7 @@ OC.L10N.register(
"High contrast theme" : "Thème à fort contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème fortement contrasté pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
"Dark theme (beta)" : "Thème sombre (beta)",
- "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un thème sombre pour apaiser vos yeux en réduisant la luminosité et l'éclat de l'ensemble des éléments. Il est toujours en cours d'élaboration, alors veuillez signaler tout problème que vous pourriez rencontrer.",
+ "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un thème sombre pour apaiser vos yeux en réduisant la luminosité et la clarté générales. Il est toujours en cours de développement, alors veuillez signaler tout problème que vous pourriez rencontrer.",
"Dyslexia font" : "Police pour dyslexiques",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic est une police de caractères libre conçue pour atténuer certains problèmes de lecture causés par la dyslexie.",
"Accessibility" : "Accessibilité",
diff --git a/apps/accessibility/l10n/fr.json b/apps/accessibility/l10n/fr.json
index d8fcfc06690..8ca38c8ae4e 100644
--- a/apps/accessibility/l10n/fr.json
+++ b/apps/accessibility/l10n/fr.json
@@ -2,7 +2,7 @@
"High contrast theme" : "Thème à fort contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème fortement contrasté pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
"Dark theme (beta)" : "Thème sombre (beta)",
- "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un thème sombre pour apaiser vos yeux en réduisant la luminosité et l'éclat de l'ensemble des éléments. Il est toujours en cours d'élaboration, alors veuillez signaler tout problème que vous pourriez rencontrer.",
+ "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un thème sombre pour apaiser vos yeux en réduisant la luminosité et la clarté générales. Il est toujours en cours de développement, alors veuillez signaler tout problème que vous pourriez rencontrer.",
"Dyslexia font" : "Police pour dyslexiques",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic est une police de caractères libre conçue pour atténuer certains problèmes de lecture causés par la dyslexie.",
"Accessibility" : "Accessibilité",
diff --git a/apps/accessibility/l10n/sr.js b/apps/accessibility/l10n/sr.js
new file mode 100644
index 00000000000..5f027789bb9
--- /dev/null
+++ b/apps/accessibility/l10n/sr.js
@@ -0,0 +1,12 @@
+OC.L10N.register(
+ "accessibility",
+ {
+ "High contrast theme" : "Тема високог контраста",
+ "Dark theme (beta)" : "Тамна тема (бета)",
+ "Dyslexia font" : "Фонт Дислексија",
+ "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic је бесплатни фонт дизајниран да умањи честе грешке у читању изазване дислексијом.",
+ "Accessibility" : "Приступачност",
+ "Accessibility options for nextcloud" : "Опције приступачности Некстлауда",
+ "Enable" : "Укључи"
+},
+"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/accessibility/l10n/sr.json b/apps/accessibility/l10n/sr.json
new file mode 100644
index 00000000000..cb00b55814f
--- /dev/null
+++ b/apps/accessibility/l10n/sr.json
@@ -0,0 +1,10 @@
+{ "translations": {
+ "High contrast theme" : "Тема високог контраста",
+ "Dark theme (beta)" : "Тамна тема (бета)",
+ "Dyslexia font" : "Фонт Дислексија",
+ "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic је бесплатни фонт дизајниран да умањи честе грешке у читању изазване дислексијом.",
+ "Accessibility" : "Приступачност",
+ "Accessibility options for nextcloud" : "Опције приступачности Некстлауда",
+ "Enable" : "Укључи"
+},"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/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js
index 6d4d762cac9..6d167603dcf 100644
--- a/apps/files_sharing/l10n/sr.js
+++ b/apps/files_sharing/l10n/sr.js
@@ -111,7 +111,9 @@ OC.L10N.register(
"Share API is disabled" : "API за дељене је искључен",
"File sharing" : "Дељења фајлова",
"This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Ова апликација омогућава корисницима да деле фајлове унутар Некстклауда. Када се укључи, администратор може да одабере које групе могу да деле фајлове. Такви корисници затим могу да деле фасцикле и фајлове са осталим корисницима и групама унутар Некстклауда. Додатно, ако администратор укључи и могућност за дељење везе, може се користити и спољна веза за дељење са корисницима ван Некстклауда. Администратори такође могу да захтевају лозинке, датум истека и да омогуће дељење између сервера преко веза дељења, као и дељење са мобилних уређаја.\nИскључивањем ове могућности искључује дељене фасцикле и фајлове на серверу за све дељенике, као и на синхронизованим клијентима и мобилним апликацијама. Више информација можете наћи у Некстклауд документацији.",
+ "Link to a file" : "Веза ка фајлу",
"file" : "фајл",
+ "Shared" : "Подељено",
"Share" : "Подели",
"Sharing" : "Дељење",
"No entries found in this folder" : "Нема ничега у овој фасцикли",
diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json
index f840e257907..79cb483aaa1 100644
--- a/apps/files_sharing/l10n/sr.json
+++ b/apps/files_sharing/l10n/sr.json
@@ -109,7 +109,9 @@
"Share API is disabled" : "API за дељене је искључен",
"File sharing" : "Дељења фајлова",
"This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Ова апликација омогућава корисницима да деле фајлове унутар Некстклауда. Када се укључи, администратор може да одабере које групе могу да деле фајлове. Такви корисници затим могу да деле фасцикле и фајлове са осталим корисницима и групама унутар Некстклауда. Додатно, ако администратор укључи и могућност за дељење везе, може се користити и спољна веза за дељење са корисницима ван Некстклауда. Администратори такође могу да захтевају лозинке, датум истека и да омогуће дељење између сервера преко веза дељења, као и дељење са мобилних уређаја.\nИскључивањем ове могућности искључује дељене фасцикле и фајлове на серверу за све дељенике, као и на синхронизованим клијентима и мобилним апликацијама. Више информација можете наћи у Некстклауд документацији.",
+ "Link to a file" : "Веза ка фајлу",
"file" : "фајл",
+ "Shared" : "Подељено",
"Share" : "Подели",
"Sharing" : "Дељење",
"No entries found in this folder" : "Нема ничега у овој фасцикли",
diff --git a/apps/theming/l10n/de.js b/apps/theming/l10n/de.js
index 375deff80c4..22d1640078b 100644
--- a/apps/theming/l10n/de.js
+++ b/apps/theming/l10n/de.js
@@ -36,11 +36,11 @@ OC.L10N.register(
"Color" : "Farbe",
"Logo" : "Logo",
"Upload new logo" : "Neues Logo hochladen",
- "Login image" : "Anmelde-Bild",
+ "Login image" : "Anmeldebild",
"Upload new login background" : "Neuen Anmelde-Hintergrund hochladen",
"Remove background image" : "Entferne Hintergrundbild",
"Advanced options" : "Erweiterte Optionen",
- "Legal notice link" : "Link zu Impressum",
+ "Legal notice link" : "Link zum Impressum",
"Privacy policy link" : "Link zur Datenschutzerklärung",
"Header logo" : "Kopfbereich-Logo",
"Upload new header logo" : "Neues Kopfbereich-Logo hochladen",
diff --git a/apps/theming/l10n/de.json b/apps/theming/l10n/de.json
index 0005738c417..30fecf81cd5 100644
--- a/apps/theming/l10n/de.json
+++ b/apps/theming/l10n/de.json
@@ -34,11 +34,11 @@
"Color" : "Farbe",
"Logo" : "Logo",
"Upload new logo" : "Neues Logo hochladen",
- "Login image" : "Anmelde-Bild",
+ "Login image" : "Anmeldebild",
"Upload new login background" : "Neuen Anmelde-Hintergrund hochladen",
"Remove background image" : "Entferne Hintergrundbild",
"Advanced options" : "Erweiterte Optionen",
- "Legal notice link" : "Link zu Impressum",
+ "Legal notice link" : "Link zum Impressum",
"Privacy policy link" : "Link zur Datenschutzerklärung",
"Header logo" : "Kopfbereich-Logo",
"Upload new header logo" : "Neues Kopfbereich-Logo hochladen",
diff --git a/apps/theming/l10n/de_DE.js b/apps/theming/l10n/de_DE.js
index a295793128f..9d0f7fd3117 100644
--- a/apps/theming/l10n/de_DE.js
+++ b/apps/theming/l10n/de_DE.js
@@ -36,11 +36,11 @@ OC.L10N.register(
"Color" : "Farbe",
"Logo" : "Logo",
"Upload new logo" : "Neues Logo hochladen",
- "Login image" : "Anmelde-Bild",
+ "Login image" : "Anmeldebild",
"Upload new login background" : "Neuen Anmelde-Hintergrund hochladen",
"Remove background image" : "Entferne Hintergrundbild",
"Advanced options" : "Erweiterte Optionen",
- "Legal notice link" : "Link zu Impressum",
+ "Legal notice link" : "Link zum Impressum",
"Privacy policy link" : "Link zur Datenschutzerklärung",
"Header logo" : "Kopfbereich-Logo",
"Upload new header logo" : "Neues Kopfbereich-Logo hochladen",
diff --git a/apps/theming/l10n/de_DE.json b/apps/theming/l10n/de_DE.json
index 62143b52825..28d77e02c21 100644
--- a/apps/theming/l10n/de_DE.json
+++ b/apps/theming/l10n/de_DE.json
@@ -34,11 +34,11 @@
"Color" : "Farbe",
"Logo" : "Logo",
"Upload new logo" : "Neues Logo hochladen",
- "Login image" : "Anmelde-Bild",
+ "Login image" : "Anmeldebild",
"Upload new login background" : "Neuen Anmelde-Hintergrund hochladen",
"Remove background image" : "Entferne Hintergrundbild",
"Advanced options" : "Erweiterte Optionen",
- "Legal notice link" : "Link zu Impressum",
+ "Legal notice link" : "Link zum Impressum",
"Privacy policy link" : "Link zur Datenschutzerklärung",
"Header logo" : "Kopfbereich-Logo",
"Upload new header logo" : "Neues Kopfbereich-Logo hochladen",
diff --git a/apps/twofactor_backupcodes/l10n/sr.js b/apps/twofactor_backupcodes/l10n/sr.js
index a10c65e5ee7..c7397f1b8a5 100644
--- a/apps/twofactor_backupcodes/l10n/sr.js
+++ b/apps/twofactor_backupcodes/l10n/sr.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"_" : "_",
"An error occurred while generating your backup codes" : "Десила се грешка приликом генерисања резервних кодова",
+ "{name} backup codes" : "{name} резервни кодови",
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Ово су Ваши резервни кодови. Сачувајте их и/или их одштампајте пошто више нећете моћи да их прочитате.",
"Save backup codes" : "Сачувај резервне кодове",
"Print backup codes" : "Одштампај резервне кодове",
diff --git a/apps/twofactor_backupcodes/l10n/sr.json b/apps/twofactor_backupcodes/l10n/sr.json
index fa7637c22d5..2d995ad7f85 100644
--- a/apps/twofactor_backupcodes/l10n/sr.json
+++ b/apps/twofactor_backupcodes/l10n/sr.json
@@ -1,6 +1,7 @@
{ "translations": {
"_" : "_",
"An error occurred while generating your backup codes" : "Десила се грешка приликом генерисања резервних кодова",
+ "{name} backup codes" : "{name} резервни кодови",
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Ово су Ваши резервни кодови. Сачувајте их и/или их одштампајте пошто више нећете моћи да их прочитате.",
"Save backup codes" : "Сачувај резервне кодове",
"Print backup codes" : "Одштампај резервне кодове",
diff --git a/core/l10n/sr.js b/core/l10n/sr.js
index ac5e900f2c7..b81c993678b 100644
--- a/core/l10n/sr.js
+++ b/core/l10n/sr.js
@@ -178,6 +178,9 @@ OC.L10N.register(
"No files in here" : "Овде нема фајлова",
"New folder" : "Нова фасцикла",
"No more subfolders in here" : "Овде више нема потфасцикли",
+ "Name" : "Назив",
+ "Size" : "Величина",
+ "Modified" : "Измењен",
"{newName} already exists" : "{newName} већ постоји",
"Choose" : "Изаберите",
"Move" : "Премести",
diff --git a/core/l10n/sr.json b/core/l10n/sr.json
index d6bc01a45bf..56249a5a9f7 100644
--- a/core/l10n/sr.json
+++ b/core/l10n/sr.json
@@ -176,6 +176,9 @@
"No files in here" : "Овде нема фајлова",
"New folder" : "Нова фасцикла",
"No more subfolders in here" : "Овде више нема потфасцикли",
+ "Name" : "Назив",
+ "Size" : "Величина",
+ "Modified" : "Измењен",
"{newName} already exists" : "{newName} већ постоји",
"Choose" : "Изаберите",
"Move" : "Премести",
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js
index 7f9eb033f00..deb8d7e7109 100644
--- a/lib/l10n/sr.js
+++ b/lib/l10n/sr.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Или, ако пре желите да задржите config.php да је само за читање, поставите опцију \"config_is_read_only\" на true у њему самом.",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Ово се обично може средити давањем права писања веб серверу за директоријум са подешавањима. Погледајте %s",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Или, ако пре желите да задржите config.php да је само за читање, поставите опцију \"config_is_read_only\" на true у њему самом. Погледајте %s",
+ "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Фајлови апликације „%1$s“ нису правилно замењени. Проверите да ли је верзија компатибилна са сервером.",
"Sample configuration detected" : "Откривен је пример подешавања",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Откривено је да је прекопиран пример подешавања. Ово може покварити инсталацију и није подржано. Прочитајте документацију пре вршења промена у фајлу config.php",
"%1$s and %2$s" : "%1$s и %2$s",
diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json
index 45390e33470..11dff3c71fb 100644
--- a/lib/l10n/sr.json
+++ b/lib/l10n/sr.json
@@ -5,6 +5,7 @@
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Или, ако пре желите да задржите config.php да је само за читање, поставите опцију \"config_is_read_only\" на true у њему самом.",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Ово се обично може средити давањем права писања веб серверу за директоријум са подешавањима. Погледајте %s",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Или, ако пре желите да задржите config.php да је само за читање, поставите опцију \"config_is_read_only\" на true у њему самом. Погледајте %s",
+ "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Фајлови апликације „%1$s“ нису правилно замењени. Проверите да ли је верзија компатибилна са сервером.",
"Sample configuration detected" : "Откривен је пример подешавања",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Откривено је да је прекопиран пример подешавања. Ово може покварити инсталацију и није подржано. Прочитајте документацију пре вршења промена у фајлу config.php",
"%1$s and %2$s" : "%1$s и %2$s",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index 10ddd2cb11a..40ee6ffe2d7 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -7,7 +7,7 @@ OC.L10N.register(
"An administrator added you to group {group}" : "Un administrateur vous a ajouté au groupe {group}",
"An administrator added {user} to group {group}" : "Un administrateur a ajouté {user} au groupe {group}",
"{actor} removed you from group {group}" : "{actor} vous a retiré du groupe {group}",
- "You removed {user} from group {group}" : "Vous avez supprimé {user} du groupe {group}",
+ "You removed {user} from group {group}" : "Vous avez retiré {user} du groupe {group}",
"{actor} removed {user} from group {group}" : "{actor} a retiré {user} du groupe {group}",
"An administrator removed you from group {group}" : "Un administrateur vous a retiré du groupe {group}",
"An administrator removed {user} from group {group}" : "Un administrateur a retiré {user} du groupe {group}",
@@ -117,17 +117,56 @@ OC.L10N.register(
"Arabic (Egypt)" : "Arabe (Égypte)",
"Arabic (Iraq)" : "Arabe (Irak)",
"Arabic (Jordan)" : "Arabe (Jordanie)",
+ "Arabic (Kuwait)" : "Arabe (Koweït)",
+ "Arabic (Lebanon)" : "Arabe (Liban)",
+ "Arabic (Libya)" : "Arabe (Libye)",
+ "Arabic (Morocco)" : "Arabe (Maroc)",
+ "Arabic (Oman)" : "Arabe (Oman)",
+ "Arabic (Qatar)" : "Arabe (Qatar)",
+ "Arabic (Saudi Arabia)" : "Arabe (Arabie Saoudite)",
+ "Arabic (Sudan)" : "Arabe (Soudan)",
+ "Arabic (Syria)" : "Arabe (Syrie)",
+ "Arabic (Tunisia)" : "Arabe (Tunisie)",
+ "Arabic (United Arab Emirates)" : "Arabe (Émirats Arabes Unis)",
+ "Arabic (Yemen)" : "Arabe (Yémen)",
+ "Arabic" : "Arabe",
+ "Armenian (Armenia)" : "Arménien (Arménie)",
+ "Armenian" : "Arménien",
+ "Basque (Spain)" : "Basque (Espagne)",
"Basque" : "Basque",
+ "Chinese" : "Chinois",
+ "Croatian (Croatia)" : "Croate (Croatie)",
+ "Croatian" : "Croate",
+ "Czech (Czech Republic)" : "Tchèque (République Tchèque)",
+ "Czech" : "Tchèque",
+ "Danish (Denmark)" : "Danois (Danemark)",
+ "Danish" : "Danois",
"English (Australia)" : "Anglais (Australie)",
"English (Belgium)" : "Anglais (Belgique)",
"English (Canada)" : "Anglais (Canada)",
"English (India)" : "Anglais (Inde)",
"English (Ireland)" : "Anglais (Irlande)",
+ "English (Malta)" : "Anglais (Malte)",
+ "English (Mauritius)" : "Anglais (Îles Maurice)",
"English (New Zealand)" : "Anglais (Nouvelle-Zélande)",
"English" : "Anglais",
+ "Estonian" : "Estonien",
+ "Finnish" : "Finnois",
"French (Belgium)" : "Français (Belgique)",
+ "French (Benin)" : "Français (Bénin)",
+ "French (Burkina Faso)" : "Français (Burkina Faso)",
+ "French (Burundi)" : "Français (Burundi)",
+ "French (Cameroon)" : "Français (Cameroun)",
"French (Canada)" : "Français (Canada)",
+ "French (Central African Republic)" : "Français (République centrafricaine)",
+ "French (Chad)" : "Français (Tchad)",
+ "French (Comoros)" : "Français (Comores)",
+ "French (Côte d’Ivoire)" : "Français (Côte d’Ivoire)",
+ "French (Djibouti)" : "Français (Djibouti)",
"French (France)" : "Français (France)",
+ "French (Switzerland)" : "Français (Suisse)",
+ "French (Togo)" : "Français (Togo)",
+ "French" : "Français",
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être spécifiée pour tous les \tutilisateurs et groupes spécifiques. S'ils n'ont pas de fournisseur à deux facteurs configuré, ils seront dans l'incapacité de se connecter au système.",
"Enforce two-factor authentication" : "Imposer l'authentification à deux facteurs",
"Limit to groups" : "Limiter aux groupes",
@@ -385,6 +424,7 @@ OC.L10N.register(
"Current password" : "Mot de passe actuel",
"Change password" : "Changer de mot de passe",
"Use a second factor besides your password to increase security for your account." : "Utiliser un second facteur d'authentification en plus de votre mot de passe pour augmenter la sécurité de votre compte.",
+ "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL utilise une version obsolète de %s (%s). Veuillez mettre à jour votre système d'exploitation ou des fonctionnalités telles que %s ne fonctionneront pas correctement.",
"Disconnect" : "Se déconnecter",
"iPhone iOS" : "iOS iPhone",
"iPad iOS" : "iOS iPad",
@@ -393,8 +433,10 @@ OC.L10N.register(
"Not supported!" : "Non supporté !",
"Press ⌘-C to copy." : "Appuyez sur ⌘-C pour copier.",
"Press Ctrl-C to copy." : "Appuyez sur Ctrl + C pour copier.",
+ "Error while loading browser sessions and device tokens" : "Erreur lors du chargement des jetons de la session du navigateur et de l'appareil",
"Default quota :" : "Quota par défaut :",
"Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Merci de consulter les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">guides d'installation ↗</a> et de vérifier les erreurs ou avertissements des <a href=\"%s\">logs</a>.",
- "Follow us on Google+" : "Nous suivre sur Google+"
+ "Follow us on Google+" : "Nous suivre sur Google+",
+ "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "Vous utilisez <strong>%s</strong> de <strong>%s</strong> (<strong>%s%%</strong>)"
},
"nplurals=2; plural=(n > 1);");
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index aa27db2280c..466ccf3a557 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -5,7 +5,7 @@
"An administrator added you to group {group}" : "Un administrateur vous a ajouté au groupe {group}",
"An administrator added {user} to group {group}" : "Un administrateur a ajouté {user} au groupe {group}",
"{actor} removed you from group {group}" : "{actor} vous a retiré du groupe {group}",
- "You removed {user} from group {group}" : "Vous avez supprimé {user} du groupe {group}",
+ "You removed {user} from group {group}" : "Vous avez retiré {user} du groupe {group}",
"{actor} removed {user} from group {group}" : "{actor} a retiré {user} du groupe {group}",
"An administrator removed you from group {group}" : "Un administrateur vous a retiré du groupe {group}",
"An administrator removed {user} from group {group}" : "Un administrateur a retiré {user} du groupe {group}",
@@ -115,17 +115,56 @@
"Arabic (Egypt)" : "Arabe (Égypte)",
"Arabic (Iraq)" : "Arabe (Irak)",
"Arabic (Jordan)" : "Arabe (Jordanie)",
+ "Arabic (Kuwait)" : "Arabe (Koweït)",
+ "Arabic (Lebanon)" : "Arabe (Liban)",
+ "Arabic (Libya)" : "Arabe (Libye)",
+ "Arabic (Morocco)" : "Arabe (Maroc)",
+ "Arabic (Oman)" : "Arabe (Oman)",
+ "Arabic (Qatar)" : "Arabe (Qatar)",
+ "Arabic (Saudi Arabia)" : "Arabe (Arabie Saoudite)",
+ "Arabic (Sudan)" : "Arabe (Soudan)",
+ "Arabic (Syria)" : "Arabe (Syrie)",
+ "Arabic (Tunisia)" : "Arabe (Tunisie)",
+ "Arabic (United Arab Emirates)" : "Arabe (Émirats Arabes Unis)",
+ "Arabic (Yemen)" : "Arabe (Yémen)",
+ "Arabic" : "Arabe",
+ "Armenian (Armenia)" : "Arménien (Arménie)",
+ "Armenian" : "Arménien",
+ "Basque (Spain)" : "Basque (Espagne)",
"Basque" : "Basque",
+ "Chinese" : "Chinois",
+ "Croatian (Croatia)" : "Croate (Croatie)",
+ "Croatian" : "Croate",
+ "Czech (Czech Republic)" : "Tchèque (République Tchèque)",
+ "Czech" : "Tchèque",
+ "Danish (Denmark)" : "Danois (Danemark)",
+ "Danish" : "Danois",
"English (Australia)" : "Anglais (Australie)",
"English (Belgium)" : "Anglais (Belgique)",
"English (Canada)" : "Anglais (Canada)",
"English (India)" : "Anglais (Inde)",
"English (Ireland)" : "Anglais (Irlande)",
+ "English (Malta)" : "Anglais (Malte)",
+ "English (Mauritius)" : "Anglais (Îles Maurice)",
"English (New Zealand)" : "Anglais (Nouvelle-Zélande)",
"English" : "Anglais",
+ "Estonian" : "Estonien",
+ "Finnish" : "Finnois",
"French (Belgium)" : "Français (Belgique)",
+ "French (Benin)" : "Français (Bénin)",
+ "French (Burkina Faso)" : "Français (Burkina Faso)",
+ "French (Burundi)" : "Français (Burundi)",
+ "French (Cameroon)" : "Français (Cameroun)",
"French (Canada)" : "Français (Canada)",
+ "French (Central African Republic)" : "Français (République centrafricaine)",
+ "French (Chad)" : "Français (Tchad)",
+ "French (Comoros)" : "Français (Comores)",
+ "French (Côte d’Ivoire)" : "Français (Côte d’Ivoire)",
+ "French (Djibouti)" : "Français (Djibouti)",
"French (France)" : "Français (France)",
+ "French (Switzerland)" : "Français (Suisse)",
+ "French (Togo)" : "Français (Togo)",
+ "French" : "Français",
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être spécifiée pour tous les \tutilisateurs et groupes spécifiques. S'ils n'ont pas de fournisseur à deux facteurs configuré, ils seront dans l'incapacité de se connecter au système.",
"Enforce two-factor authentication" : "Imposer l'authentification à deux facteurs",
"Limit to groups" : "Limiter aux groupes",
@@ -383,6 +422,7 @@
"Current password" : "Mot de passe actuel",
"Change password" : "Changer de mot de passe",
"Use a second factor besides your password to increase security for your account." : "Utiliser un second facteur d'authentification en plus de votre mot de passe pour augmenter la sécurité de votre compte.",
+ "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL utilise une version obsolète de %s (%s). Veuillez mettre à jour votre système d'exploitation ou des fonctionnalités telles que %s ne fonctionneront pas correctement.",
"Disconnect" : "Se déconnecter",
"iPhone iOS" : "iOS iPhone",
"iPad iOS" : "iOS iPad",
@@ -391,8 +431,10 @@
"Not supported!" : "Non supporté !",
"Press ⌘-C to copy." : "Appuyez sur ⌘-C pour copier.",
"Press Ctrl-C to copy." : "Appuyez sur Ctrl + C pour copier.",
+ "Error while loading browser sessions and device tokens" : "Erreur lors du chargement des jetons de la session du navigateur et de l'appareil",
"Default quota :" : "Quota par défaut :",
"Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Merci de consulter les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">guides d'installation ↗</a> et de vérifier les erreurs ou avertissements des <a href=\"%s\">logs</a>.",
- "Follow us on Google+" : "Nous suivre sur Google+"
+ "Follow us on Google+" : "Nous suivre sur Google+",
+ "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "Vous utilisez <strong>%s</strong> de <strong>%s</strong> (<strong>%s%%</strong>)"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js
index 500a23f62cf..2591007a75e 100644
--- a/settings/l10n/sr.js
+++ b/settings/l10n/sr.js
@@ -103,6 +103,115 @@ OC.L10N.register(
"Groups" : "Групе",
"Group list is empty" : "Списак група је празан",
"Unable to retrieve the group list" : "Није могуће дохватити списак група",
+ "Portuguese (Brazil)" : "Португалски (Бразил)",
+ "Portuguese (Guinea-Bissau)" : "Португалски (Гвинеја Бисао)",
+ "Portuguese (Mozambique)" : "Португалски (Мозамбик)",
+ "Portuguese (Portugal)" : "Португалски (Португалија)",
+ "Portuguese" : "Португалски",
+ "Punjabi (Arabic)" : "Панџаби (арапско писмо)",
+ "Punjabi (Arabic, Pakistan)" : "Панџаби (арапско писмо, Пакистан)",
+ "Punjabi (Gurmukhi)" : "Панџаби (гурмуки писмо)",
+ "Punjabi (Gurmukhi, India)" : "Панџаби (гурмуки писмо, Индија)",
+ "Punjabi" : "Панџаби",
+ "Romanian (Moldova)" : "Румунски (Молдавија)",
+ "Romanian (Romania)" : "Румунски (Румунија)",
+ "Romanian" : "Румунски",
+ "Romansh (Switzerland)" : "Романш (Швајцарска)",
+ "Romansh" : "Романш",
+ "Russian (Moldova)" : "Руски (Молдавија)",
+ "Russian (Russia)" : "Руски (Русија)",
+ "Russian (Ukraine)" : "Руски (Украјина)",
+ "Russian" : "Руски",
+ "Sango (Central African Republic)" : "Санго (Централноафричка Република)",
+ "Sango" : "Санго",
+ "Serbian (Cyrillic)" : "Српски (ћирилица)",
+ "Serbian (Cyrillic, Bosnia and Herzegovina)" : "Српски (ћирилица, Босна и Херцеговина)",
+ "Serbian (Cyrillic, Montenegro)" : "Српски (ћирилица, Црна Гора)",
+ "Serbian (Cyrillic, Serbia)" : "Српски (ћирилица, Србија)",
+ "Serbian (Latin)" : "Српски (латиница)",
+ "Serbian (Latin, Bosnia and Herzegovina)" : "Српски (латиница, Босна и Херцеговина)",
+ "Serbian (Latin, Montenegro)" : "Српски (латиница, Црна Гора)",
+ "Serbian (Latin, Serbia)" : "Српски (латиница, Србија)",
+ "Serbian" : "Српски",
+ "Shona (Zimbabwe)" : "Шона (Зимбабве)",
+ "Shona" : "Шона",
+ "Slovak (Slovakia)" : "Словачки (Словачка)",
+ "Slovak" : "Словачки",
+ "Slovenian (Slovenia)" : "Словеначки (Словенија)",
+ "Slovenian" : "Словеначки",
+ "Somali (Djibouti)" : "Сомалијски (Џибути)",
+ "Somali (Ethiopia)" : "Сомалијски (Етиопија)",
+ "Somali (Kenya)" : "Сомалијски (Кенија)",
+ "Somali (Somalia)" : "Сомалијски (Сомалија)",
+ "Somali" : "Сомалијски",
+ "Spanish (Argentina)" : "Шпански (Аргентина)",
+ "Spanish (Bolivia)" : "Шпански (Боливија)",
+ "Spanish (Chile)" : "Шпански (Чиле)",
+ "Spanish (Colombia)" : "Шпански (Колумбија)",
+ "Spanish (Costa Rica)" : "Шпански (Костарика)",
+ "Spanish (Dominican Republic)" : "Шпански (Доминиканска Република)",
+ "Spanish (Ecuador)" : "Шпански (Еквадор)",
+ "Spanish (El Salvador)" : "Шпански (Ел Салвадор)",
+ "Spanish (Equatorial Guinea)" : "Шпански (Екваторијална Гвинеја)",
+ "Spanish (Guatemala)" : "Шпански (Гватемала)",
+ "Spanish (Honduras)" : "Шпански (Хондурас)",
+ "Spanish (Latin America)" : "Шпански (Латинска Америка)",
+ "Spanish (Mexico)" : "Шпански (Мексико)",
+ "Spanish (Nicaragua)" : "Шпански (Никарагва)",
+ "Spanish (Panama)" : "Шпански (Панама)",
+ "Spanish (Paraguay)" : "Шпански (Парагвај)",
+ "Spanish (Peru)" : "Шпански (Перу)",
+ "Spanish (Puerto Rico)" : "Шпански (Порторико)",
+ "Spanish (Spain)" : "Шпански (Шпанија)",
+ "Spanish (United States)" : "Шпански (Сједињене Америчке Државе)",
+ "Spanish (Uruguay)" : "Шпански (Уругвај)",
+ "Spanish (Venezuela)" : "Шпански (Венецуела)",
+ "Spanish" : "Шпански",
+ "Swahili (Kenya)" : "Свахили (Кенија)",
+ "Swahili (Tanzania)" : "Свахили (Танзанија)",
+ "Swahili" : "Свахили",
+ "Swedish (Finland)" : "Шведски (Финска)",
+ "Swedish (Sweden)" : "Шведски (Шведска)",
+ "Swedish" : "Шведски",
+ "Swiss German (Switzerland)" : "Швајцарски немачки (Швајцарска)",
+ "Swiss German" : "Швајцарски немачки",
+ "Tamil (India)" : "Тамилски (Индија)",
+ "Tamil (Sri Lanka)" : "Тамилски (Шри Ланка)",
+ "Tamil" : "Тамилски",
+ "Telugu (India)" : "Телугу (Индија)",
+ "Telugu" : "Телугу",
+ "Thai (Thailand)" : "Тајландски (Тајланд)",
+ "Thai" : "Тајландски",
+ "Tibetan (China)" : "Тибетски (Кина)",
+ "Tibetan (India)" : "Тибетски (Индија)",
+ "Tibetan" : "Тибетски",
+ "Tigrinya (Eritrea)" : "Тиграња (Еритреја)",
+ "Tigrinya (Ethiopia)" : "Тиграња (Етиопија)",
+ "Tigrinya" : "Тиграња",
+ "Tonga (Tonga)" : "Тонга (Тонга)",
+ "Tonga" : "Тонга",
+ "Turkish (Turkey)" : "Турски (Турска)",
+ "Turkish" : "Турски",
+ "Ukrainian (Ukraine)" : "Украјински (Украјина)",
+ "Ukrainian" : "Украјински",
+ "Urdu (India)" : "Урду (Индија)",
+ "Urdu (Pakistan)" : "Урду (Пакистан)",
+ "Urdu" : "Урду",
+ "Uzbek (Arabic)" : "Узбекистански (арапско писмо)",
+ "Uzbek (Arabic, Afghanistan)" : "Узбекистански (арапско писмо, Авганистан)",
+ "Uzbek (Cyrillic)" : "Узбекистански (ћирилица)",
+ "Uzbek (Cyrillic, Uzbekistan)" : "Узбекистански (ћирилица, Узбекистан)",
+ "Uzbek (Latin)" : "Узбекистански (латиница)",
+ "Uzbek (Latin, Uzbekistan)" : "Узбекистански (латиница, Узбекистан)",
+ "Uzbek" : "Узбекистански",
+ "Vietnamese (Vietnam)" : "Вијетнамски (Вијетнам)",
+ "Vietnamese" : "Вијетнамски",
+ "Welsh (United Kingdom)" : "Велшки (Уједињено Краљевство)",
+ "Welsh" : "Велшки",
+ "Yoruba (Nigeria)" : "Јоруба (Нигерија)",
+ "Yoruba" : "Јоруба",
+ "Zulu (South Africa)" : "Зулу (Јужна Африка)",
+ "Zulu" : "Зулу",
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторска провера идентитета се може захтевати свим\tкорисницима и и одређеним групама. Ако немају већ подешеног провајдера другог фактора, неће моћи да се пријаве на систем.",
"Enforce two-factor authentication" : "Захтевај двофакторску проверу идентитета",
"Limit to groups" : "Ограничи на групе",
@@ -175,7 +284,9 @@ OC.L10N.register(
"Enable all" : "Укључи све",
"Download and enable" : "Скини и укључи",
"Enable" : "Укључи",
+ "Enable untested app" : "Омогући нетестиране апликације",
"The app will be downloaded from the app store" : "Апликација ће бити скинута са продавнице",
+ "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ова апликација није означена као компатибилна са Вашом верзијом Некстклауда. Ако наставите, моћи ћете свеједно да инсталирате апликацију. Врло је могуће да апликација неће радити како је планирано.",
"You do not have permissions to see the details of this user" : "Немате дозволе да видите детаље о овом кориснику",
"The backend does not support changing the display name" : "Позадински мотор не дозвољава промену имена за приказ",
"New password" : "Нова лозинка",
@@ -310,7 +421,7 @@ OC.L10N.register(
"Expire after " : "Истиче након",
"days" : "дана",
"Enforce expiration date" : "Захтевај датум истека",
- "Allow resharing" : "Дозволи поновно дељење",
+ "Allow resharing" : "Дозволи дељење даље",
"Allow sharing with groups" : "Дозволи дељење са групама",
"Restrict users to only share with users in their groups" : "Ограничи кориснике да могу да деле само унутар групе",
"Exclude groups from sharing" : "Изузми групе из дељења",
@@ -357,6 +468,20 @@ OC.L10N.register(
"Locale" : "Локалитет",
"Current password" : "Тренутна лозинка",
"Change password" : "Измени лозинку",
- "Use a second factor besides your password to increase security for your account." : "Поред лозинке, користите и други фактор да повећате безбедност Вашег налога."
+ "Use a second factor besides your password to increase security for your account." : "Поред лозинке, користите и други фактор да повећате безбедност Вашег налога.",
+ "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL користи застарелу верзију %s (%s). Ажурирајте оперативни систем или функционалности као што је %s неће радити поуздано.",
+ "Disconnect" : "Раскачи се",
+ "iPhone iOS" : "iPhone iOS",
+ "iPad iOS" : "iPad iOS",
+ "iOS Client" : "iOS клијент",
+ "Android Client" : "Андроид клијент",
+ "Not supported!" : "Није подржано! ",
+ "Press ⌘-C to copy." : "Притисните ⌘-C за копирање.",
+ "Press Ctrl-C to copy." : "Притисни Ctrl-C за копирање.",
+ "Error while loading browser sessions and device tokens" : "Грешка при учитавању сесија веб читача и токена са уређаја",
+ "Default quota :" : "Подразумевана квота:",
+ "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Добро погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">инсталациону документацију ↗</a> и проверите за било какве грешке или упозорења у <a href=\"%s\">записнику</a>.",
+ "Follow us on Google+" : "Пратите нас на Google+-у",
+ "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "Користите <strong>%s</strong> од <strong>%s</strong> (<strong>%s %%</strong>)"
},
"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/settings/l10n/sr.json b/settings/l10n/sr.json
index ada8699e3f5..f0ac7abae19 100644
--- a/settings/l10n/sr.json
+++ b/settings/l10n/sr.json
@@ -101,6 +101,115 @@
"Groups" : "Групе",
"Group list is empty" : "Списак група је празан",
"Unable to retrieve the group list" : "Није могуће дохватити списак група",
+ "Portuguese (Brazil)" : "Португалски (Бразил)",
+ "Portuguese (Guinea-Bissau)" : "Португалски (Гвинеја Бисао)",
+ "Portuguese (Mozambique)" : "Португалски (Мозамбик)",
+ "Portuguese (Portugal)" : "Португалски (Португалија)",
+ "Portuguese" : "Португалски",
+ "Punjabi (Arabic)" : "Панџаби (арапско писмо)",
+ "Punjabi (Arabic, Pakistan)" : "Панџаби (арапско писмо, Пакистан)",
+ "Punjabi (Gurmukhi)" : "Панџаби (гурмуки писмо)",
+ "Punjabi (Gurmukhi, India)" : "Панџаби (гурмуки писмо, Индија)",
+ "Punjabi" : "Панџаби",
+ "Romanian (Moldova)" : "Румунски (Молдавија)",
+ "Romanian (Romania)" : "Румунски (Румунија)",
+ "Romanian" : "Румунски",
+ "Romansh (Switzerland)" : "Романш (Швајцарска)",
+ "Romansh" : "Романш",
+ "Russian (Moldova)" : "Руски (Молдавија)",
+ "Russian (Russia)" : "Руски (Русија)",
+ "Russian (Ukraine)" : "Руски (Украјина)",
+ "Russian" : "Руски",
+ "Sango (Central African Republic)" : "Санго (Централноафричка Република)",
+ "Sango" : "Санго",
+ "Serbian (Cyrillic)" : "Српски (ћирилица)",
+ "Serbian (Cyrillic, Bosnia and Herzegovina)" : "Српски (ћирилица, Босна и Херцеговина)",
+ "Serbian (Cyrillic, Montenegro)" : "Српски (ћирилица, Црна Гора)",
+ "Serbian (Cyrillic, Serbia)" : "Српски (ћирилица, Србија)",
+ "Serbian (Latin)" : "Српски (латиница)",
+ "Serbian (Latin, Bosnia and Herzegovina)" : "Српски (латиница, Босна и Херцеговина)",
+ "Serbian (Latin, Montenegro)" : "Српски (латиница, Црна Гора)",
+ "Serbian (Latin, Serbia)" : "Српски (латиница, Србија)",
+ "Serbian" : "Српски",
+ "Shona (Zimbabwe)" : "Шона (Зимбабве)",
+ "Shona" : "Шона",
+ "Slovak (Slovakia)" : "Словачки (Словачка)",
+ "Slovak" : "Словачки",
+ "Slovenian (Slovenia)" : "Словеначки (Словенија)",
+ "Slovenian" : "Словеначки",
+ "Somali (Djibouti)" : "Сомалијски (Џибути)",
+ "Somali (Ethiopia)" : "Сомалијски (Етиопија)",
+ "Somali (Kenya)" : "Сомалијски (Кенија)",
+ "Somali (Somalia)" : "Сомалијски (Сомалија)",
+ "Somali" : "Сомалијски",
+ "Spanish (Argentina)" : "Шпански (Аргентина)",
+ "Spanish (Bolivia)" : "Шпански (Боливија)",
+ "Spanish (Chile)" : "Шпански (Чиле)",
+ "Spanish (Colombia)" : "Шпански (Колумбија)",
+ "Spanish (Costa Rica)" : "Шпански (Костарика)",
+ "Spanish (Dominican Republic)" : "Шпански (Доминиканска Република)",
+ "Spanish (Ecuador)" : "Шпански (Еквадор)",
+ "Spanish (El Salvador)" : "Шпански (Ел Салвадор)",
+ "Spanish (Equatorial Guinea)" : "Шпански (Екваторијална Гвинеја)",
+ "Spanish (Guatemala)" : "Шпански (Гватемала)",
+ "Spanish (Honduras)" : "Шпански (Хондурас)",
+ "Spanish (Latin America)" : "Шпански (Латинска Америка)",
+ "Spanish (Mexico)" : "Шпански (Мексико)",
+ "Spanish (Nicaragua)" : "Шпански (Никарагва)",
+ "Spanish (Panama)" : "Шпански (Панама)",
+ "Spanish (Paraguay)" : "Шпански (Парагвај)",
+ "Spanish (Peru)" : "Шпански (Перу)",
+ "Spanish (Puerto Rico)" : "Шпански (Порторико)",
+ "Spanish (Spain)" : "Шпански (Шпанија)",
+ "Spanish (United States)" : "Шпански (Сједињене Америчке Државе)",
+ "Spanish (Uruguay)" : "Шпански (Уругвај)",
+ "Spanish (Venezuela)" : "Шпански (Венецуела)",
+ "Spanish" : "Шпански",
+ "Swahili (Kenya)" : "Свахили (Кенија)",
+ "Swahili (Tanzania)" : "Свахили (Танзанија)",
+ "Swahili" : "Свахили",
+ "Swedish (Finland)" : "Шведски (Финска)",
+ "Swedish (Sweden)" : "Шведски (Шведска)",
+ "Swedish" : "Шведски",
+ "Swiss German (Switzerland)" : "Швајцарски немачки (Швајцарска)",
+ "Swiss German" : "Швајцарски немачки",
+ "Tamil (India)" : "Тамилски (Индија)",
+ "Tamil (Sri Lanka)" : "Тамилски (Шри Ланка)",
+ "Tamil" : "Тамилски",
+ "Telugu (India)" : "Телугу (Индија)",
+ "Telugu" : "Телугу",
+ "Thai (Thailand)" : "Тајландски (Тајланд)",
+ "Thai" : "Тајландски",
+ "Tibetan (China)" : "Тибетски (Кина)",
+ "Tibetan (India)" : "Тибетски (Индија)",
+ "Tibetan" : "Тибетски",
+ "Tigrinya (Eritrea)" : "Тиграња (Еритреја)",
+ "Tigrinya (Ethiopia)" : "Тиграња (Етиопија)",
+ "Tigrinya" : "Тиграња",
+ "Tonga (Tonga)" : "Тонга (Тонга)",
+ "Tonga" : "Тонга",
+ "Turkish (Turkey)" : "Турски (Турска)",
+ "Turkish" : "Турски",
+ "Ukrainian (Ukraine)" : "Украјински (Украјина)",
+ "Ukrainian" : "Украјински",
+ "Urdu (India)" : "Урду (Индија)",
+ "Urdu (Pakistan)" : "Урду (Пакистан)",
+ "Urdu" : "Урду",
+ "Uzbek (Arabic)" : "Узбекистански (арапско писмо)",
+ "Uzbek (Arabic, Afghanistan)" : "Узбекистански (арапско писмо, Авганистан)",
+ "Uzbek (Cyrillic)" : "Узбекистански (ћирилица)",
+ "Uzbek (Cyrillic, Uzbekistan)" : "Узбекистански (ћирилица, Узбекистан)",
+ "Uzbek (Latin)" : "Узбекистански (латиница)",
+ "Uzbek (Latin, Uzbekistan)" : "Узбекистански (латиница, Узбекистан)",
+ "Uzbek" : "Узбекистански",
+ "Vietnamese (Vietnam)" : "Вијетнамски (Вијетнам)",
+ "Vietnamese" : "Вијетнамски",
+ "Welsh (United Kingdom)" : "Велшки (Уједињено Краљевство)",
+ "Welsh" : "Велшки",
+ "Yoruba (Nigeria)" : "Јоруба (Нигерија)",
+ "Yoruba" : "Јоруба",
+ "Zulu (South Africa)" : "Зулу (Јужна Африка)",
+ "Zulu" : "Зулу",
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторска провера идентитета се може захтевати свим\tкорисницима и и одређеним групама. Ако немају већ подешеног провајдера другог фактора, неће моћи да се пријаве на систем.",
"Enforce two-factor authentication" : "Захтевај двофакторску проверу идентитета",
"Limit to groups" : "Ограничи на групе",
@@ -173,7 +282,9 @@
"Enable all" : "Укључи све",
"Download and enable" : "Скини и укључи",
"Enable" : "Укључи",
+ "Enable untested app" : "Омогући нетестиране апликације",
"The app will be downloaded from the app store" : "Апликација ће бити скинута са продавнице",
+ "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ова апликација није означена као компатибилна са Вашом верзијом Некстклауда. Ако наставите, моћи ћете свеједно да инсталирате апликацију. Врло је могуће да апликација неће радити како је планирано.",
"You do not have permissions to see the details of this user" : "Немате дозволе да видите детаље о овом кориснику",
"The backend does not support changing the display name" : "Позадински мотор не дозвољава промену имена за приказ",
"New password" : "Нова лозинка",
@@ -308,7 +419,7 @@
"Expire after " : "Истиче након",
"days" : "дана",
"Enforce expiration date" : "Захтевај датум истека",
- "Allow resharing" : "Дозволи поновно дељење",
+ "Allow resharing" : "Дозволи дељење даље",
"Allow sharing with groups" : "Дозволи дељење са групама",
"Restrict users to only share with users in their groups" : "Ограничи кориснике да могу да деле само унутар групе",
"Exclude groups from sharing" : "Изузми групе из дељења",
@@ -355,6 +466,20 @@
"Locale" : "Локалитет",
"Current password" : "Тренутна лозинка",
"Change password" : "Измени лозинку",
- "Use a second factor besides your password to increase security for your account." : "Поред лозинке, користите и други фактор да повећате безбедност Вашег налога."
+ "Use a second factor besides your password to increase security for your account." : "Поред лозинке, користите и други фактор да повећате безбедност Вашег налога.",
+ "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL користи застарелу верзију %s (%s). Ажурирајте оперативни систем или функционалности као што је %s неће радити поуздано.",
+ "Disconnect" : "Раскачи се",
+ "iPhone iOS" : "iPhone iOS",
+ "iPad iOS" : "iPad iOS",
+ "iOS Client" : "iOS клијент",
+ "Android Client" : "Андроид клијент",
+ "Not supported!" : "Није подржано! ",
+ "Press ⌘-C to copy." : "Притисните ⌘-C за копирање.",
+ "Press Ctrl-C to copy." : "Притисни Ctrl-C за копирање.",
+ "Error while loading browser sessions and device tokens" : "Грешка при учитавању сесија веб читача и токена са уређаја",
+ "Default quota :" : "Подразумевана квота:",
+ "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Добро погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">инсталациону документацију ↗</a> и проверите за било какве грешке или упозорења у <a href=\"%s\">записнику</a>.",
+ "Follow us on Google+" : "Пратите нас на Google+-у",
+ "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "Користите <strong>%s</strong> од <strong>%s</strong> (<strong>%s %%</strong>)"
},"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