summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-10-27 00:08:29 +0000
committerNextcloud bot <bot@nextcloud.com>2017-10-27 00:08:29 +0000
commit65621141fd5283b3d0d38399d1cf9ee5a3b319a7 (patch)
treefcf82f411c30e33348b416bb20a98b5c1c63369d
parent13087da3c66449caee51450619b386d605964383 (diff)
downloadnextcloud-server-65621141fd5283b3d0d38399d1cf9ee5a3b319a7.tar.gz
nextcloud-server-65621141fd5283b3d0d38399d1cf9ee5a3b319a7.zip
[tx-robot] updated from transifex
-rw-r--r--apps/dav/l10n/is.js5
-rw-r--r--apps/dav/l10n/is.json5
-rw-r--r--apps/files/l10n/da.js4
-rw-r--r--apps/files/l10n/da.json4
-rw-r--r--apps/files/l10n/fr.js3
-rw-r--r--apps/files/l10n/fr.json3
-rw-r--r--apps/files/l10n/is.js5
-rw-r--r--apps/files/l10n/is.json5
-rw-r--r--apps/files/l10n/it.js4
-rw-r--r--apps/files/l10n/it.json4
-rw-r--r--apps/files/l10n/pl.js4
-rw-r--r--apps/files/l10n/pl.json4
-rw-r--r--apps/files/l10n/pt_BR.js1
-rw-r--r--apps/files/l10n/pt_BR.json1
-rw-r--r--apps/files/l10n/sr.js1
-rw-r--r--apps/files/l10n/sr.json1
-rw-r--r--apps/files_external/l10n/is.js2
-rw-r--r--apps/files_external/l10n/is.json2
-rw-r--r--apps/theming/l10n/is.js8
-rw-r--r--apps/theming/l10n/is.json8
-rw-r--r--core/l10n/is.js1
-rw-r--r--core/l10n/is.json1
-rw-r--r--lib/l10n/is.js10
-rw-r--r--lib/l10n/is.json10
-rw-r--r--settings/l10n/is.js2
-rw-r--r--settings/l10n/is.json2
-rw-r--r--settings/l10n/ru.js30
-rw-r--r--settings/l10n/ru.json30
28 files changed, 128 insertions, 32 deletions
diff --git a/apps/dav/l10n/is.js b/apps/dav/l10n/is.js
index 79b4275068a..90a17107af9 100644
--- a/apps/dav/l10n/is.js
+++ b/apps/dav/l10n/is.js
@@ -44,6 +44,9 @@ OC.L10N.register(
"Contacts" : "Tengiliðir",
"Technical details" : "Tæknilegar upplýsingar",
"Remote Address: %s" : "Fjartengt vistfang: %s",
- "Request ID: %s" : "Beiðni um auðkenni: %s"
+ "Request ID: %s" : "Beiðni um auðkenni: %s",
+ "CalDAV server" : "CalDAV-þjónn",
+ "Send invitations to attendees" : "Senda boð til þátttakenda",
+ "Please make sure to properly set up the email settings above." : "Gakktu úr skugga um að tölvupóststillingarnar hér fyrir ofan séu réttar."
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/apps/dav/l10n/is.json b/apps/dav/l10n/is.json
index aba5a88917f..ebdeeea5541 100644
--- a/apps/dav/l10n/is.json
+++ b/apps/dav/l10n/is.json
@@ -42,6 +42,9 @@
"Contacts" : "Tengiliðir",
"Technical details" : "Tæknilegar upplýsingar",
"Remote Address: %s" : "Fjartengt vistfang: %s",
- "Request ID: %s" : "Beiðni um auðkenni: %s"
+ "Request ID: %s" : "Beiðni um auðkenni: %s",
+ "CalDAV server" : "CalDAV-þjónn",
+ "Send invitations to attendees" : "Senda boð til þátttakenda",
+ "Please make sure to properly set up the email settings above." : "Gakktu úr skugga um að tölvupóststillingarnar hér fyrir ofan séu réttar."
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
} \ No newline at end of file
diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js
index 799436c5bd3..ee70b6a15cd 100644
--- a/apps/files/l10n/da.js
+++ b/apps/files/l10n/da.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage",
"Target folder \"{dir}\" does not exist any more" : "Destinations mappen \"{dir}\" eksistere ikke længere",
"Not enough free space" : "Ikke nok fri plads",
+ "Uploading …" : "Uploader ...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
"Actions" : "Handlinger",
@@ -76,6 +77,9 @@ OC.L10N.register(
"Favorite" : "Foretrukken",
"New folder" : "Ny Mappe",
"Upload file" : "Upload fil",
+ "Not favorited" : "Ingen foretrukne",
+ "Remove from favorites" : "Fjern fra favoritter",
+ "Add to favorites" : "Tilføj til favoritter",
"An error occurred while trying to update the tags" : "Der opstod en fejl under forsøg på at opdatere mærkerne",
"Added to favorites" : "Tilføjet til favoritter",
"Removed from favorites" : "Fjernet fra favoritter",
diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json
index 679b1f28ef7..aed0a9b9715 100644
--- a/apps/files/l10n/da.json
+++ b/apps/files/l10n/da.json
@@ -14,6 +14,7 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage",
"Target folder \"{dir}\" does not exist any more" : "Destinations mappen \"{dir}\" eksistere ikke længere",
"Not enough free space" : "Ikke nok fri plads",
+ "Uploading …" : "Uploader ...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
"Actions" : "Handlinger",
@@ -74,6 +75,9 @@
"Favorite" : "Foretrukken",
"New folder" : "Ny Mappe",
"Upload file" : "Upload fil",
+ "Not favorited" : "Ingen foretrukne",
+ "Remove from favorites" : "Fjern fra favoritter",
+ "Add to favorites" : "Tilføj til favoritter",
"An error occurred while trying to update the tags" : "Der opstod en fejl under forsøg på at opdatere mærkerne",
"Added to favorites" : "Tilføjet til favoritter",
"Removed from favorites" : "Fjernet fra favoritter",
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index 394c8bd3080..9574a557cd3 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Espace libre insuffisant : vous tentez d'envoyer {size1} mais seulement {size2} sont disponibles",
"Target folder \"{dir}\" does not exist any more" : "Le dossier cible « {dir} » n'existe plus",
"Not enough free space" : "Espace disponible insuffisant",
+ "Uploading …" : "Téléversement en cours...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} sur {totalSize} ({bitrate})",
"Actions" : "Actions",
@@ -76,6 +77,8 @@ OC.L10N.register(
"Favorite" : "Favoris",
"New folder" : "Nouveau dossier",
"Upload file" : "Téléverser un fichier",
+ "Remove from favorites" : "Retirer des favoris",
+ "Add to favorites" : "Ajouter aux favoris",
"An error occurred while trying to update the tags" : "Une erreur est survenue lors de la mise à jour des étiquettes",
"Added to favorites" : "Ajouté aux favoris",
"Removed from favorites" : "Retiré des favoris",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index bbebfb9a391..21074489eec 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -14,6 +14,7 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Espace libre insuffisant : vous tentez d'envoyer {size1} mais seulement {size2} sont disponibles",
"Target folder \"{dir}\" does not exist any more" : "Le dossier cible « {dir} » n'existe plus",
"Not enough free space" : "Espace disponible insuffisant",
+ "Uploading …" : "Téléversement en cours...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} sur {totalSize} ({bitrate})",
"Actions" : "Actions",
@@ -74,6 +75,8 @@
"Favorite" : "Favoris",
"New folder" : "Nouveau dossier",
"Upload file" : "Téléverser un fichier",
+ "Remove from favorites" : "Retirer des favoris",
+ "Add to favorites" : "Ajouter aux favoris",
"An error occurred while trying to update the tags" : "Une erreur est survenue lors de la mise à jour des étiquettes",
"Added to favorites" : "Ajouté aux favoris",
"Removed from favorites" : "Retiré des favoris",
diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js
index 589a246dfee..65256f1548f 100644
--- a/apps/files/l10n/is.js
+++ b/apps/files/l10n/is.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ekki nægilegt laust pláss, þú ert að senda inn {size1} en einungis {size2} eru eftir",
"Target folder \"{dir}\" does not exist any more" : "Markmappan \"{dir}\" er ekki lengur til",
"Not enough free space" : "Ekki nægilegt pláss",
+ "Uploading …" : "Sendi inn …",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
"Actions" : "Aðgerðir",
@@ -76,6 +77,9 @@ OC.L10N.register(
"Favorite" : "Eftirlæti",
"New folder" : "Ný mappa",
"Upload file" : "Senda inn skrá",
+ "Not favorited" : "Ekki í eftirlætum",
+ "Remove from favorites" : "Fjarlægja úr eftirlætum",
+ "Add to favorites" : "Bæta í eftirlæti",
"An error occurred while trying to update the tags" : "Villa kom upp við að reyna að uppfæra merkin",
"Added to favorites" : "Bætt í eftirlæti",
"Removed from favorites" : "Fjarlægt úr eftirlætum",
@@ -122,6 +126,7 @@ OC.L10N.register(
"Show hidden files" : "Sýna faldar skrár",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Notaðu þetta vistfang til að <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">nálgast skrárnar þínar með WebDAV</a>",
+ "Cancel upload" : "Hætta við innsendingu",
"No files in here" : "Engar skrár hér",
"Upload some content or sync with your devices!" : "Sendu inn eitthvað efni eða samstilltu við tækin þín!",
"No entries found in this folder" : "Engar skrár fundust í þessari möppu",
diff --git a/apps/files/l10n/is.json b/apps/files/l10n/is.json
index b5f9b542b78..29b8d7eb79a 100644
--- a/apps/files/l10n/is.json
+++ b/apps/files/l10n/is.json
@@ -14,6 +14,7 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ekki nægilegt laust pláss, þú ert að senda inn {size1} en einungis {size2} eru eftir",
"Target folder \"{dir}\" does not exist any more" : "Markmappan \"{dir}\" er ekki lengur til",
"Not enough free space" : "Ekki nægilegt pláss",
+ "Uploading …" : "Sendi inn …",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
"Actions" : "Aðgerðir",
@@ -74,6 +75,9 @@
"Favorite" : "Eftirlæti",
"New folder" : "Ný mappa",
"Upload file" : "Senda inn skrá",
+ "Not favorited" : "Ekki í eftirlætum",
+ "Remove from favorites" : "Fjarlægja úr eftirlætum",
+ "Add to favorites" : "Bæta í eftirlæti",
"An error occurred while trying to update the tags" : "Villa kom upp við að reyna að uppfæra merkin",
"Added to favorites" : "Bætt í eftirlæti",
"Removed from favorites" : "Fjarlægt úr eftirlætum",
@@ -120,6 +124,7 @@
"Show hidden files" : "Sýna faldar skrár",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Notaðu þetta vistfang til að <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">nálgast skrárnar þínar með WebDAV</a>",
+ "Cancel upload" : "Hætta við innsendingu",
"No files in here" : "Engar skrár hér",
"Upload some content or sync with your devices!" : "Sendu inn eitthvað efni eða samstilltu við tækin þín!",
"No entries found in this folder" : "Engar skrár fundust í þessari möppu",
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index f136aa64190..8b92a250be1 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Spazio insufficiente, stai caricando {size1}, ma è rimasto solo {size2}",
"Target folder \"{dir}\" does not exist any more" : "La cartella di destinazione \"{dir}\" non esiste più",
"Not enough free space" : "Spazio libero insufficiente",
+ "Uploading …" : "Caricamento in corso...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} di {totalSize} ({bitrate})",
"Actions" : "Azioni",
@@ -76,6 +77,9 @@ OC.L10N.register(
"Favorite" : "Preferito",
"New folder" : "Nuova cartella",
"Upload file" : "Carica file",
+ "Not favorited" : "Non preferito",
+ "Remove from favorites" : "Rimuovi dai preferiti",
+ "Add to favorites" : "Aggiungi ai preferiti",
"An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette",
"Added to favorites" : "Aggiunto ai preferiti",
"Removed from favorites" : "Rimosso dai preferiti",
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json
index 4e8a14e1607..53d0f106fa5 100644
--- a/apps/files/l10n/it.json
+++ b/apps/files/l10n/it.json
@@ -14,6 +14,7 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Spazio insufficiente, stai caricando {size1}, ma è rimasto solo {size2}",
"Target folder \"{dir}\" does not exist any more" : "La cartella di destinazione \"{dir}\" non esiste più",
"Not enough free space" : "Spazio libero insufficiente",
+ "Uploading …" : "Caricamento in corso...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} di {totalSize} ({bitrate})",
"Actions" : "Azioni",
@@ -74,6 +75,9 @@
"Favorite" : "Preferito",
"New folder" : "Nuova cartella",
"Upload file" : "Carica file",
+ "Not favorited" : "Non preferito",
+ "Remove from favorites" : "Rimuovi dai preferiti",
+ "Add to favorites" : "Aggiungi ai preferiti",
"An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette",
"Added to favorites" : "Aggiunto ai preferiti",
"Removed from favorites" : "Rimosso dai preferiti",
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index e1f680ef694..9d298be0e2a 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}",
"Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" już nie istnieje",
"Not enough free space" : "Za mało wolnego miejsca",
+ "Uploading …" : "Wysyłanie...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Actions" : "Akcje",
@@ -76,6 +77,9 @@ OC.L10N.register(
"Favorite" : "Ulubione",
"New folder" : "Nowy folder",
"Upload file" : "Wyślij plik",
+ "Not favorited" : "Wyłączone z ulubionych",
+ "Remove from favorites" : "Usuń z ulubionych",
+ "Add to favorites" : "Dodaj do ulubionych",
"An error occurred while trying to update the tags" : "Wystąpił błąd podczas aktualizacji tagów",
"Added to favorites" : "Dodano do ulubionych",
"Removed from favorites" : "Usunięto z ulubionych",
diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json
index a1f7b96a4cf..38986e0cd27 100644
--- a/apps/files/l10n/pl.json
+++ b/apps/files/l10n/pl.json
@@ -14,6 +14,7 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}",
"Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" już nie istnieje",
"Not enough free space" : "Za mało wolnego miejsca",
+ "Uploading …" : "Wysyłanie...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Actions" : "Akcje",
@@ -74,6 +75,9 @@
"Favorite" : "Ulubione",
"New folder" : "Nowy folder",
"Upload file" : "Wyślij plik",
+ "Not favorited" : "Wyłączone z ulubionych",
+ "Remove from favorites" : "Usuń z ulubionych",
+ "Add to favorites" : "Dodaj do ulubionych",
"An error occurred while trying to update the tags" : "Wystąpił błąd podczas aktualizacji tagów",
"Added to favorites" : "Dodano do ulubionych",
"Removed from favorites" : "Usunięto z ulubionych",
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index 3044a99d678..ea38f68d6b0 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Não há espaço suficiente, você está enviando {size1} mas resta apenas {size2}",
"Target folder \"{dir}\" does not exist any more" : "Pasta de destino \"{dir}\" não existe mais",
"Not enough free space" : "Espaço livre insuficiente",
+ "Uploading …" : "Enviando...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Actions" : "Ações",
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json
index a28f791b714..26fafd4c5d8 100644
--- a/apps/files/l10n/pt_BR.json
+++ b/apps/files/l10n/pt_BR.json
@@ -14,6 +14,7 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Não há espaço suficiente, você está enviando {size1} mas resta apenas {size2}",
"Target folder \"{dir}\" does not exist any more" : "Pasta de destino \"{dir}\" não existe mais",
"Not enough free space" : "Espaço livre insuficiente",
+ "Uploading …" : "Enviando...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Actions" : "Ações",
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js
index e5cbbff8f03..62d72d56d45 100644
--- a/apps/files/l10n/sr.js
+++ b/apps/files/l10n/sr.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Нема простора. Отпремате {size1} али само {size2} је преостало",
"Target folder \"{dir}\" does not exist any more" : "Одредишна фасцикла \"{dir}\" више не постоји",
"Not enough free space" : "Нема довољно слободног места",
+ "Uploading …" : "Отпремам…",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} од {totalSize} ({bitrate})",
"Actions" : "Радње",
diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json
index dac93742cfd..190e3045496 100644
--- a/apps/files/l10n/sr.json
+++ b/apps/files/l10n/sr.json
@@ -14,6 +14,7 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Нема простора. Отпремате {size1} али само {size2} је преостало",
"Target folder \"{dir}\" does not exist any more" : "Одредишна фасцикла \"{dir}\" више не постоји",
"Not enough free space" : "Нема довољно слободног места",
+ "Uploading …" : "Отпремам…",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} од {totalSize} ({bitrate})",
"Actions" : "Радње",
diff --git a/apps/files_external/l10n/is.js b/apps/files_external/l10n/is.js
index 025e61daa7b..d0dcfd219d5 100644
--- a/apps/files_external/l10n/is.js
+++ b/apps/files_external/l10n/is.js
@@ -14,6 +14,8 @@ OC.L10N.register(
"(group)" : "(hópur)",
"Compatibility with Mac NFD encoding (slow)" : "Samhæfni við Mac NFD kóðun (hægvirkt)",
"Admin defined" : "Skilgreindur kerfisstjóri",
+ "Are you sure you want to delete this external storage" : "Ertu viss um að þú viljir eyða þessari ytri geymslu?",
+ "Delete storage?" : "Eyða geymslu?",
"Saved" : "Vistað",
"Saving..." : "Er að vista ...",
"Save" : "Vista",
diff --git a/apps/files_external/l10n/is.json b/apps/files_external/l10n/is.json
index 410a33ded3e..fa7957f3c23 100644
--- a/apps/files_external/l10n/is.json
+++ b/apps/files_external/l10n/is.json
@@ -12,6 +12,8 @@
"(group)" : "(hópur)",
"Compatibility with Mac NFD encoding (slow)" : "Samhæfni við Mac NFD kóðun (hægvirkt)",
"Admin defined" : "Skilgreindur kerfisstjóri",
+ "Are you sure you want to delete this external storage" : "Ertu viss um að þú viljir eyða þessari ytri geymslu?",
+ "Delete storage?" : "Eyða geymslu?",
"Saved" : "Vistað",
"Saving..." : "Er að vista ...",
"Save" : "Vista",
diff --git a/apps/theming/l10n/is.js b/apps/theming/l10n/is.js
index 1c97194763f..b09f2bf2801 100644
--- a/apps/theming/l10n/is.js
+++ b/apps/theming/l10n/is.js
@@ -9,6 +9,14 @@ OC.L10N.register(
"The given web address is too long" : "Uppgefið veffang er of langt",
"The given slogan is too long" : "Uppgefið slagorð er of langt",
"The given color is invalid" : "Uppgefinn litur er ógildur",
+ "There is no error, the file uploaded with success" : "Engin villa, innsending heppnaðist",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Innsend skrá er stærri en upload_max stillingin í php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Innsenda skráin er stærri en MAX_FILE_SIZE sem skilgreint er í HTML sniðinu",
+ "The uploaded file was only partially uploaded" : "Einungis hluti af innsendri skrá skilaði sér",
+ "No file was uploaded" : "Engin skrá skilaði sér",
+ "Missing a temporary folder" : "Vantar bráðabirgðamöppu",
+ "Failed to write file to disk." : "Tókst ekki að skrifa skrá á disk.",
+ "A PHP extension stopped the file upload." : "PHP-viðbót stöðvaði innsendingu skráar.",
"No file uploaded" : "Engin skrá var send inn",
"Unsupported image type" : "Óstudd gerð myndar",
"You are already using a custom theme" : "Þú ert nú þegar að nota sérsniðið þema",
diff --git a/apps/theming/l10n/is.json b/apps/theming/l10n/is.json
index 0e75a583c11..2489448cb78 100644
--- a/apps/theming/l10n/is.json
+++ b/apps/theming/l10n/is.json
@@ -7,6 +7,14 @@
"The given web address is too long" : "Uppgefið veffang er of langt",
"The given slogan is too long" : "Uppgefið slagorð er of langt",
"The given color is invalid" : "Uppgefinn litur er ógildur",
+ "There is no error, the file uploaded with success" : "Engin villa, innsending heppnaðist",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Innsend skrá er stærri en upload_max stillingin í php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Innsenda skráin er stærri en MAX_FILE_SIZE sem skilgreint er í HTML sniðinu",
+ "The uploaded file was only partially uploaded" : "Einungis hluti af innsendri skrá skilaði sér",
+ "No file was uploaded" : "Engin skrá skilaði sér",
+ "Missing a temporary folder" : "Vantar bráðabirgðamöppu",
+ "Failed to write file to disk." : "Tókst ekki að skrifa skrá á disk.",
+ "A PHP extension stopped the file upload." : "PHP-viðbót stöðvaði innsendingu skráar.",
"No file uploaded" : "Engin skrá var send inn",
"Unsupported image type" : "Óstudd gerð myndar",
"You are already using a custom theme" : "Þú ert nú þegar að nota sérsniðið þema",
diff --git a/core/l10n/is.js b/core/l10n/is.js
index 968fa4feea3..017d845cab9 100644
--- a/core/l10n/is.js
+++ b/core/l10n/is.js
@@ -262,6 +262,7 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Þetta forrit krefst JavaScript fyrir rétta virkni. {linkstart} virkjaðu JavaScript {linkend} og endurlestu síðan síðuna.",
"More apps" : "Fleiri forrit",
"Search" : "Leita",
+ "Reset search" : "Núllstilla leit",
"Confirm your password" : "Staðfestu lykilorðið þitt",
"Server side authentication failed!" : "Auðkenning af hálfu þjóns tókst ekki!",
"Please contact your administrator." : "Hafðu samband við kerfisstjóra.",
diff --git a/core/l10n/is.json b/core/l10n/is.json
index 5357a509b96..b16de4adedd 100644
--- a/core/l10n/is.json
+++ b/core/l10n/is.json
@@ -260,6 +260,7 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Þetta forrit krefst JavaScript fyrir rétta virkni. {linkstart} virkjaðu JavaScript {linkend} og endurlestu síðan síðuna.",
"More apps" : "Fleiri forrit",
"Search" : "Leita",
+ "Reset search" : "Núllstilla leit",
"Confirm your password" : "Staðfestu lykilorðið þitt",
"Server side authentication failed!" : "Auðkenning af hálfu þjóns tókst ekki!",
"Please contact your administrator." : "Hafðu samband við kerfisstjóra.",
diff --git a/lib/l10n/is.js b/lib/l10n/is.js
index 155f3d56a3a..7f3dc4a7075 100644
--- a/lib/l10n/is.js
+++ b/lib/l10n/is.js
@@ -31,14 +31,23 @@ OC.L10N.register(
"Invalid image" : "Ógild mynd",
"Avatar image is not square" : "Auðkennismynd er ekki ferningslaga",
"today" : "í dag",
+ "tomorrow" : "á morgun",
"yesterday" : "í gær",
+ "_in %n day_::_in %n days_" : ["eftir %n dag","eftir %n daga"],
"_%n day ago_::_%n days ago_" : ["fyrir %n degi síðan","fyrir %n dögum síðan"],
+ "next month" : "í næsta mánuði",
"last month" : "í síðasta mánuði",
+ "_in %n month_::_in %n months_" : ["eftir %n mánuð","eftir %n mánuði"],
"_%n month ago_::_%n months ago_" : ["fyrir %n mánuði","fyrir %n mánuðum"],
+ "next year" : "á næsta ári",
"last year" : "síðasta ári",
+ "_in %n year_::_in %n years_" : ["eftir %n ár","eftir %n ár"],
"_%n year ago_::_%n years ago_" : ["fyrir %n degi síðan","fyrir %n árum síðan"],
+ "_in %n hour_::_in %n hours_" : ["eftir %n klukkustund","eftir %n klukkustundir"],
"_%n hour ago_::_%n hours ago_" : ["fyrir %n klukkustund síðan","fyrir %n klukkustundum síðan"],
+ "_in %n minute_::_in %n minutes_" : ["eftir %n mínútu","eftir %n mínútur"],
"_%n minute ago_::_%n minutes ago_" : ["fyrir %n mínútu síðan","fyrir %n mínútum síðan"],
+ "in a few seconds" : "eftir örfáar sekúndur",
"seconds ago" : "sekúndum síðan",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Eining með auðkenni: %s er ekki til. Virkjaðu hana í forritastillingum eða hafðu samband við kerfisstjóra.",
"File name is a reserved word" : "Skráarheiti er þegar frátekið orð",
@@ -84,6 +93,7 @@ OC.L10N.register(
"Set an admin username." : "Stilltu notandanafn kerfisstjóra.",
"Set an admin password." : "Stilltu lykilorð kerfisstjóra.",
"Can't create or write into the data directory %s" : "Gat ekki búið til eða skrifað í gagnamöppuna %s",
+ "Given database host is invalid and must not contain the port: %s" : "Uppgefinn hýsill gagnagrunns er ógildur og má ekki innihalda gáttina: %s",
"Invalid Federated Cloud ID" : "Ógilt skýjasambandsauðkenni (Federated Cloud ID)",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Deiling %s mistókst, því bakvinnslukerfið leyfir ekki sameignir af gerðinni %i",
"Sharing %s failed, because the file does not exist" : "Deiling %s mistókst, því skráin er ekki til",
diff --git a/lib/l10n/is.json b/lib/l10n/is.json
index f106f993f88..ca3c9f19e41 100644
--- a/lib/l10n/is.json
+++ b/lib/l10n/is.json
@@ -29,14 +29,23 @@
"Invalid image" : "Ógild mynd",
"Avatar image is not square" : "Auðkennismynd er ekki ferningslaga",
"today" : "í dag",
+ "tomorrow" : "á morgun",
"yesterday" : "í gær",
+ "_in %n day_::_in %n days_" : ["eftir %n dag","eftir %n daga"],
"_%n day ago_::_%n days ago_" : ["fyrir %n degi síðan","fyrir %n dögum síðan"],
+ "next month" : "í næsta mánuði",
"last month" : "í síðasta mánuði",
+ "_in %n month_::_in %n months_" : ["eftir %n mánuð","eftir %n mánuði"],
"_%n month ago_::_%n months ago_" : ["fyrir %n mánuði","fyrir %n mánuðum"],
+ "next year" : "á næsta ári",
"last year" : "síðasta ári",
+ "_in %n year_::_in %n years_" : ["eftir %n ár","eftir %n ár"],
"_%n year ago_::_%n years ago_" : ["fyrir %n degi síðan","fyrir %n árum síðan"],
+ "_in %n hour_::_in %n hours_" : ["eftir %n klukkustund","eftir %n klukkustundir"],
"_%n hour ago_::_%n hours ago_" : ["fyrir %n klukkustund síðan","fyrir %n klukkustundum síðan"],
+ "_in %n minute_::_in %n minutes_" : ["eftir %n mínútu","eftir %n mínútur"],
"_%n minute ago_::_%n minutes ago_" : ["fyrir %n mínútu síðan","fyrir %n mínútum síðan"],
+ "in a few seconds" : "eftir örfáar sekúndur",
"seconds ago" : "sekúndum síðan",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Eining með auðkenni: %s er ekki til. Virkjaðu hana í forritastillingum eða hafðu samband við kerfisstjóra.",
"File name is a reserved word" : "Skráarheiti er þegar frátekið orð",
@@ -82,6 +91,7 @@
"Set an admin username." : "Stilltu notandanafn kerfisstjóra.",
"Set an admin password." : "Stilltu lykilorð kerfisstjóra.",
"Can't create or write into the data directory %s" : "Gat ekki búið til eða skrifað í gagnamöppuna %s",
+ "Given database host is invalid and must not contain the port: %s" : "Uppgefinn hýsill gagnagrunns er ógildur og má ekki innihalda gáttina: %s",
"Invalid Federated Cloud ID" : "Ógilt skýjasambandsauðkenni (Federated Cloud ID)",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Deiling %s mistókst, því bakvinnslukerfið leyfir ekki sameignir af gerðinni %i",
"Sharing %s failed, because the file does not exist" : "Deiling %s mistókst, því skráin er ekki til",
diff --git a/settings/l10n/is.js b/settings/l10n/is.js
index 0f68bdf9ff4..910341cce17 100644
--- a/settings/l10n/is.js
+++ b/settings/l10n/is.js
@@ -12,6 +12,7 @@ OC.L10N.register(
"A login attempt using two-factor authentication failed (%1$s)" : "Innskráning með tveggja-þrepa auðkenningu mistókst (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Breyting hefur orðið á <strong>lykilorði</strong> eða <strong>tölvupóstfangi</strong> þínu",
"Your apps" : "Forritin þín",
+ "Updates" : "Uppfærslur",
"Enabled apps" : "Virk forrit",
"Disabled apps" : "Óvirk forrit",
"App bundles" : "Forritavöndlar",
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error: This app can not be enabled because it makes the server unstable" : "Villa: ekki er hægt að virkja þetta forrit því það gerir þjóninn óstöðugan.",
"Error: Could not disable broken app" : "Villa: gat ekki gert bilaða forritið óvirkt",
"Error while disabling broken app" : "Villa við að gera bilaða forritið óvirkt",
+ "No app updates available" : "Engar forritsuppfærslur tiltækar",
"Updating...." : "Uppfæri...",
"Error while updating app" : "Villa við að uppfæra forrit",
"Updated" : "Uppfært",
diff --git a/settings/l10n/is.json b/settings/l10n/is.json
index 53a02e70b35..c2fb3310013 100644
--- a/settings/l10n/is.json
+++ b/settings/l10n/is.json
@@ -10,6 +10,7 @@
"A login attempt using two-factor authentication failed (%1$s)" : "Innskráning með tveggja-þrepa auðkenningu mistókst (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Breyting hefur orðið á <strong>lykilorði</strong> eða <strong>tölvupóstfangi</strong> þínu",
"Your apps" : "Forritin þín",
+ "Updates" : "Uppfærslur",
"Enabled apps" : "Virk forrit",
"Disabled apps" : "Óvirk forrit",
"App bundles" : "Forritavöndlar",
@@ -101,6 +102,7 @@
"Error: This app can not be enabled because it makes the server unstable" : "Villa: ekki er hægt að virkja þetta forrit því það gerir þjóninn óstöðugan.",
"Error: Could not disable broken app" : "Villa: gat ekki gert bilaða forritið óvirkt",
"Error while disabling broken app" : "Villa við að gera bilaða forritið óvirkt",
+ "No app updates available" : "Engar forritsuppfærslur tiltækar",
"Updating...." : "Uppfæri...",
"Error while updating app" : "Villa við að uppfæra forrit",
"Updated" : "Uppfært",
diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js
index a06ebddee5b..8f09c657bf1 100644
--- a/settings/l10n/ru.js
+++ b/settings/l10n/ru.js
@@ -2,15 +2,15 @@ OC.L10N.register(
"settings",
{
"{actor} changed your password" : "{actor} сменил ваш пароль",
- "You changed your password" : "Вы сменили пароль",
+ "You changed your password" : "Вы изменили свой пароль",
"Your password was reset by an administrator" : "Ваш пароль был сброшен администратором",
- "{actor} changed your email address" : "{actor} сменил ваш адрес email",
- "You changed your email address" : "Вы изменили свой адрес email",
- "Your email address was changed by an administrator" : "Ваш адрес email был изменён администратором",
+ "{actor} changed your email address" : "{actor} сменил ваш адрес электронной почты",
+ "You changed your email address" : "Вы изменили свой адрес электронной почты",
+ "Your email address was changed by an administrator" : "Ваш адрес электронной почты был изменён администратором",
"Security" : "Безопасность",
"You successfully logged in using two-factor authentication (%1$s)" : "Вы успешно вошли в систему используя двухфакторную аутентификацию (%1$s)",
"A login attempt using two-factor authentication failed (%1$s)" : "Сбой при попытке входа с использованием двухфакторной аутентификации (%1$s)",
- "Your <strong>password</strong> or <strong>email</strong> was modified" : "Вашr <strong>пароль</strong> или <strong>email</strong> были изменены",
+ "Your <strong>password</strong> or <strong>email</strong> was modified" : "Вашr <strong>пароль</strong> или <strong>адрес электронной почты</strong> были изменены",
"Your apps" : "Ваши приложения",
"Updates" : "Обновления",
"Enabled apps" : "Активные приложения",
@@ -18,7 +18,7 @@ OC.L10N.register(
"App bundles" : "Пакеты приложений",
"Wrong password" : "Неправильный пароль",
"Saved" : "Сохранено",
- "No user supplied" : "Не выбран Пользователь",
+ "No user supplied" : "Не выбран пользователь",
"Unable to change password" : "Невозможно изменить пароль",
"Authentication error" : "Ошибка аутентификации",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Введите пароль восстановления администратора, в противном случае все пользовательские данные будут утеряны.",
@@ -27,16 +27,16 @@ OC.L10N.register(
"installing and updating apps via the app store or Federated Cloud Sharing" : "установка и обновление приложений через магазин приложений или федерацию облачных хранилищ",
"Federated Cloud Sharing" : "Федерация облачных хранилищ",
"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, не будут работать корректно.",
- "A problem occurred, please check your log files (Error: %s)" : "Возникла проблема, пожалуйста, проверьте ваши файлы журнала (Ошибка: %s)",
+ "A problem occurred, please check your log files (Error: %s)" : "Возникла проблема, пожалуйста, проверьте журнал ошибок (Ошибка: %s)",
"Migration Completed" : "Миграция завершена",
- "Group already exists." : "Группа уже существует.",
+ "Group already exists." : "Такая группа уже существует.",
"Unable to add group." : "Невозможно добавить группу.",
"Unable to delete group." : "Невозможно удалить группу.",
"Invalid SMTP password." : "Неверный пароль SMTP.",
"Email setting test" : "Проверка настроек электронной почты",
"Well done, %s!" : "Отлично, %s!",
"If you received this email, the email configuration seems to be correct." : "Если вы получили это сообщение, значит электронная почта настроена правильно.",
- "Email could not be sent. Check your mail server log" : "Не удалось отправить email. Проверьте журнал почтового сервера",
+ "Email could not be sent. Check your mail server log" : "Не удалось отправить email. Проверьте журнал ошибок почтового сервера",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Во время отправки письма произошла ошибка. Пожалуйста проверьте настройки. (Ошибка: %s)",
"You need to set your user email before being able to send test emails." : "Вы должны настроить ваш собственный адрес электронной почты прежде чем отправлять тестовые сообщения.",
"Invalid mail address" : "Некорректный адрес электронной почты",
@@ -63,9 +63,9 @@ OC.L10N.register(
"Password for %1$s changed on %2$s" : "Пароль %1$s изменен на сервере %2$s",
"Password changed for %s" : "Пароль изменён для %s",
"If you did not request this, please contact an administrator." : "В случае, если вы не запрашивали это действие, свяжитесь с администратором.",
- "%1$s changed your email address on %2$s." : "%1$s изменил ваш адрес эл.почты на сервере %2$s.",
- "Your email address on %s was changed." : "Ваш адрес эл.почты на сервере %s был изменён.",
- "Your email address on %s was changed by an administrator." : "Ваш адрес эл.почты на сервере %s был изменён администратором.",
+ "%1$s changed your email address on %2$s." : "%1$s изменил ваш адрес электронной почты на сервере %2$s.",
+ "Your email address on %s was changed." : "Ваш адрес электронной почты на сервере %s был изменён.",
+ "Your email address on %s was changed by an administrator." : "Ваш адрес электронной почты на сервере %s был изменён администратором.",
"Email address for %1$s changed on %2$s" : "Адрес электронной почты %1$s изменён на %2$s",
"Email address changed for %s" : "Адрес эл.почты был изменен для %s.",
"The new email address is %s" : "Новый адрес эл.почты теперь %s",
@@ -119,7 +119,7 @@ OC.L10N.register(
"Enable all" : "Включить все",
"Allow filesystem access" : "Разрешить доступ к файловой системе",
"Disconnect" : "Отключить",
- "Revoke" : "Отменить",
+ "Revoke" : "Отозвать",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -165,7 +165,7 @@ OC.L10N.register(
"Error creating group: {message}" : "Ошибка создания группы: {message}",
"A valid group name must be provided" : "Введите правильное имя группы",
"deleted {groupName}" : "удалена {groupName}",
- "undo" : "отмена",
+ "undo" : "отмена операции",
"{size} used" : "{size} использовано",
"never" : "никогда",
"deleted {userName}" : "удалён {userName}",
@@ -177,7 +177,7 @@ OC.L10N.register(
"no group" : "Без группы",
"Password successfully changed" : "Пароль успешно изменен.",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Изменение пароля приведёт к потере данных, так как восстановление данных не доступно для этого пользователя",
- "Could not change the users email" : "Невозможно изменить электронный адрес пользователя",
+ "Could not change the users email" : "Невозможно изменить адрес электронной почты пользователя",
"Error while changing status of {user}" : "Ошибка изменения статуса пользователя {user}",
"A valid username must be provided" : "Укажите правильное имя пользователя",
"Error creating user: {message}" : "Ошибка создания пользователя: {message}",
diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json
index 3faf6d08dd1..036f4264fb3 100644
--- a/settings/l10n/ru.json
+++ b/settings/l10n/ru.json
@@ -1,14 +1,14 @@
{ "translations": {
"{actor} changed your password" : "{actor} сменил ваш пароль",
- "You changed your password" : "Вы сменили пароль",
+ "You changed your password" : "Вы изменили свой пароль",
"Your password was reset by an administrator" : "Ваш пароль был сброшен администратором",
- "{actor} changed your email address" : "{actor} сменил ваш адрес email",
- "You changed your email address" : "Вы изменили свой адрес email",
- "Your email address was changed by an administrator" : "Ваш адрес email был изменён администратором",
+ "{actor} changed your email address" : "{actor} сменил ваш адрес электронной почты",
+ "You changed your email address" : "Вы изменили свой адрес электронной почты",
+ "Your email address was changed by an administrator" : "Ваш адрес электронной почты был изменён администратором",
"Security" : "Безопасность",
"You successfully logged in using two-factor authentication (%1$s)" : "Вы успешно вошли в систему используя двухфакторную аутентификацию (%1$s)",
"A login attempt using two-factor authentication failed (%1$s)" : "Сбой при попытке входа с использованием двухфакторной аутентификации (%1$s)",
- "Your <strong>password</strong> or <strong>email</strong> was modified" : "Вашr <strong>пароль</strong> или <strong>email</strong> были изменены",
+ "Your <strong>password</strong> or <strong>email</strong> was modified" : "Вашr <strong>пароль</strong> или <strong>адрес электронной почты</strong> были изменены",
"Your apps" : "Ваши приложения",
"Updates" : "Обновления",
"Enabled apps" : "Активные приложения",
@@ -16,7 +16,7 @@
"App bundles" : "Пакеты приложений",
"Wrong password" : "Неправильный пароль",
"Saved" : "Сохранено",
- "No user supplied" : "Не выбран Пользователь",
+ "No user supplied" : "Не выбран пользователь",
"Unable to change password" : "Невозможно изменить пароль",
"Authentication error" : "Ошибка аутентификации",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Введите пароль восстановления администратора, в противном случае все пользовательские данные будут утеряны.",
@@ -25,16 +25,16 @@
"installing and updating apps via the app store or Federated Cloud Sharing" : "установка и обновление приложений через магазин приложений или федерацию облачных хранилищ",
"Federated Cloud Sharing" : "Федерация облачных хранилищ",
"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, не будут работать корректно.",
- "A problem occurred, please check your log files (Error: %s)" : "Возникла проблема, пожалуйста, проверьте ваши файлы журнала (Ошибка: %s)",
+ "A problem occurred, please check your log files (Error: %s)" : "Возникла проблема, пожалуйста, проверьте журнал ошибок (Ошибка: %s)",
"Migration Completed" : "Миграция завершена",
- "Group already exists." : "Группа уже существует.",
+ "Group already exists." : "Такая группа уже существует.",
"Unable to add group." : "Невозможно добавить группу.",
"Unable to delete group." : "Невозможно удалить группу.",
"Invalid SMTP password." : "Неверный пароль SMTP.",
"Email setting test" : "Проверка настроек электронной почты",
"Well done, %s!" : "Отлично, %s!",
"If you received this email, the email configuration seems to be correct." : "Если вы получили это сообщение, значит электронная почта настроена правильно.",
- "Email could not be sent. Check your mail server log" : "Не удалось отправить email. Проверьте журнал почтового сервера",
+ "Email could not be sent. Check your mail server log" : "Не удалось отправить email. Проверьте журнал ошибок почтового сервера",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Во время отправки письма произошла ошибка. Пожалуйста проверьте настройки. (Ошибка: %s)",
"You need to set your user email before being able to send test emails." : "Вы должны настроить ваш собственный адрес электронной почты прежде чем отправлять тестовые сообщения.",
"Invalid mail address" : "Некорректный адрес электронной почты",
@@ -61,9 +61,9 @@
"Password for %1$s changed on %2$s" : "Пароль %1$s изменен на сервере %2$s",
"Password changed for %s" : "Пароль изменён для %s",
"If you did not request this, please contact an administrator." : "В случае, если вы не запрашивали это действие, свяжитесь с администратором.",
- "%1$s changed your email address on %2$s." : "%1$s изменил ваш адрес эл.почты на сервере %2$s.",
- "Your email address on %s was changed." : "Ваш адрес эл.почты на сервере %s был изменён.",
- "Your email address on %s was changed by an administrator." : "Ваш адрес эл.почты на сервере %s был изменён администратором.",
+ "%1$s changed your email address on %2$s." : "%1$s изменил ваш адрес электронной почты на сервере %2$s.",
+ "Your email address on %s was changed." : "Ваш адрес электронной почты на сервере %s был изменён.",
+ "Your email address on %s was changed by an administrator." : "Ваш адрес электронной почты на сервере %s был изменён администратором.",
"Email address for %1$s changed on %2$s" : "Адрес электронной почты %1$s изменён на %2$s",
"Email address changed for %s" : "Адрес эл.почты был изменен для %s.",
"The new email address is %s" : "Новый адрес эл.почты теперь %s",
@@ -117,7 +117,7 @@
"Enable all" : "Включить все",
"Allow filesystem access" : "Разрешить доступ к файловой системе",
"Disconnect" : "Отключить",
- "Revoke" : "Отменить",
+ "Revoke" : "Отозвать",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -163,7 +163,7 @@
"Error creating group: {message}" : "Ошибка создания группы: {message}",
"A valid group name must be provided" : "Введите правильное имя группы",
"deleted {groupName}" : "удалена {groupName}",
- "undo" : "отмена",
+ "undo" : "отмена операции",
"{size} used" : "{size} использовано",
"never" : "никогда",
"deleted {userName}" : "удалён {userName}",
@@ -175,7 +175,7 @@
"no group" : "Без группы",
"Password successfully changed" : "Пароль успешно изменен.",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Изменение пароля приведёт к потере данных, так как восстановление данных не доступно для этого пользователя",
- "Could not change the users email" : "Невозможно изменить электронный адрес пользователя",
+ "Could not change the users email" : "Невозможно изменить адрес электронной почты пользователя",
"Error while changing status of {user}" : "Ошибка изменения статуса пользователя {user}",
"A valid username must be provided" : "Укажите правильное имя пользователя",
"Error creating user: {message}" : "Ошибка создания пользователя: {message}",