summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/es.js3
-rw-r--r--apps/files/l10n/es.json3
-rw-r--r--apps/files_external/l10n/pl.js2
-rw-r--r--apps/files_external/l10n/pl.json2
-rw-r--r--apps/oauth2/l10n/sk.js13
-rw-r--r--apps/oauth2/l10n/sk.json11
6 files changed, 32 insertions, 2 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index 98dac7c09b2..b331eb1bd83 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -16,6 +16,8 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hay suficiente espacio libre. Quiere subir {size1} pero solo quedan {size2}",
"Target folder \"{dir}\" does not exist any more" : "La carpeta de destino \"{dir}\" ya no existe",
"Not enough free space" : "No hay espacio libre suficiente",
+ "Uploading …" : "Subiendo...",
+ "…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Actions" : "Acciones",
"Download" : "Descargar",
@@ -117,6 +119,7 @@ OC.L10N.register(
"Show hidden files" : "Mostrar archivos ocultos",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos mediante WebDAV</a>",
+ "Uploading @" : "Subiendo a ",
"No files in here" : "Aquí no hay archivos",
"Upload some content or sync with your devices!" : "¡Suba contenidos o sincronice sus dispositivos!",
"No entries found in this folder" : "No hay entradas en esta carpeta",
diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json
index 88091458ba4..3adb8a0cfdf 100644
--- a/apps/files/l10n/es.json
+++ b/apps/files/l10n/es.json
@@ -14,6 +14,8 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hay suficiente espacio libre. Quiere subir {size1} pero solo quedan {size2}",
"Target folder \"{dir}\" does not exist any more" : "La carpeta de destino \"{dir}\" ya no existe",
"Not enough free space" : "No hay espacio libre suficiente",
+ "Uploading …" : "Subiendo...",
+ "…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Actions" : "Acciones",
"Download" : "Descargar",
@@ -115,6 +117,7 @@
"Show hidden files" : "Mostrar archivos ocultos",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos mediante WebDAV</a>",
+ "Uploading @" : "Subiendo a ",
"No files in here" : "Aquí no hay archivos",
"Upload some content or sync with your devices!" : "¡Suba contenidos o sincronice sus dispositivos!",
"No entries found in this folder" : "No hay entradas en esta carpeta",
diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js
index 2209c839853..db215c56e40 100644
--- a/apps/files_external/l10n/pl.js
+++ b/apps/files_external/l10n/pl.js
@@ -112,7 +112,7 @@ OC.L10N.register(
"External storage" : "Zewnętrzne zasoby dyskowe",
"Authentication" : "Poświadczenie",
"Configuration" : "Konfiguracja",
- "Available for" : "Dostępne przez",
+ "Available for" : "Dostępne dla",
"Add storage" : "Dodaj zewnętrzne magazyny",
"Advanced settings" : "Ustawienia zaawansowane",
"Delete" : "Usuń",
diff --git a/apps/files_external/l10n/pl.json b/apps/files_external/l10n/pl.json
index 9a304b6c172..7daea0dc69c 100644
--- a/apps/files_external/l10n/pl.json
+++ b/apps/files_external/l10n/pl.json
@@ -110,7 +110,7 @@
"External storage" : "Zewnętrzne zasoby dyskowe",
"Authentication" : "Poświadczenie",
"Configuration" : "Konfiguracja",
- "Available for" : "Dostępne przez",
+ "Available for" : "Dostępne dla",
"Add storage" : "Dodaj zewnętrzne magazyny",
"Advanced settings" : "Ustawienia zaawansowane",
"Delete" : "Usuń",
diff --git a/apps/oauth2/l10n/sk.js b/apps/oauth2/l10n/sk.js
new file mode 100644
index 00000000000..5de3a2a5144
--- /dev/null
+++ b/apps/oauth2/l10n/sk.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0 clients" : "klienti OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umožňuje externým službám vyžiadať prístup k %s.",
+ "Name" : "Názov",
+ "Redirection URI" : "URI presmerovania",
+ "Client Identifier" : "Identifikátor klienta",
+ "Secret" : "Tajný kľúč",
+ "Add client" : "Pridať klienta",
+ "Add" : "Pridať"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/oauth2/l10n/sk.json b/apps/oauth2/l10n/sk.json
new file mode 100644
index 00000000000..bb8e9db4caf
--- /dev/null
+++ b/apps/oauth2/l10n/sk.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "OAuth 2.0 clients" : "klienti OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umožňuje externým službám vyžiadať prístup k %s.",
+ "Name" : "Názov",
+ "Redirection URI" : "URI presmerovania",
+ "Client Identifier" : "Identifikátor klienta",
+ "Secret" : "Tajný kľúč",
+ "Add client" : "Pridať klienta",
+ "Add" : "Pridať"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file