summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css29
-rw-r--r--apps/files/css/mobile.css8
-rw-r--r--apps/files/img/delete.pngbin243 -> 208 bytes
-rw-r--r--apps/files/img/folder.pngbin303 -> 151 bytes
-rw-r--r--apps/files/img/folder.svg4
-rw-r--r--apps/files/img/public.svg4
-rw-r--r--apps/files/img/star.pngbin490 -> 422 bytes
-rw-r--r--apps/files/img/star.svg6
-rw-r--r--apps/files/l10n/es.js2
-rw-r--r--apps/files/l10n/es.json2
-rw-r--r--apps/files_external/l10n/da.js1
-rw-r--r--apps/files_external/l10n/da.json1
-rw-r--r--apps/files_external/l10n/es.js4
-rw-r--r--apps/files_external/l10n/es.json4
-rw-r--r--apps/files_external/l10n/nl.js14
-rw-r--r--apps/files_external/l10n/nl.json14
-rw-r--r--apps/files_external/l10n/pt_BR.js13
-rw-r--r--apps/files_external/l10n/pt_BR.json13
-rw-r--r--apps/files_external/l10n/th_TH.js23
-rw-r--r--apps/files_external/l10n/th_TH.json23
-rw-r--r--apps/user_ldap/l10n/es.js2
-rw-r--r--apps/user_ldap/l10n/es.json2
22 files changed, 151 insertions, 18 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 4a56490fe0f..a9c85127c66 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -373,30 +373,53 @@ table td.filename .nametext .innernametext {
max-width: 47%;
}
-@media only screen and (min-width: 1366px) {
+@media only screen and (min-width: 1500px) {
+ table td.filename .nametext .innernametext {
+ max-width: 790px;
+ }
+ .with-app-sidebar table td.filename .nametext .innernametext {
+ max-width: 390px;
+ }
+}
+@media only screen and (min-width: 1366px) and (max-width: 1500px) {
table td.filename .nametext .innernametext {
max-width: 660px;
}
+ .with-app-sidebar table td.filename .nametext .innernametext {
+ max-width: 290px;
+ }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
table td.filename .nametext .innernametext {
max-width: 500px;
}
+ .with-app-sidebar table td.filename .nametext .innernametext {
+ max-width: 230px;
+ }
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
table td.filename .nametext .innernametext {
max-width: 400px;
}
+ .with-app-sidebar table td.filename .nametext .innernametext {
+ max-width: 230px;
+ }
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
table td.filename .nametext .innernametext {
max-width: 310px;
}
+ .with-app-sidebar table td.filename .nametext .innernametext {
+ max-width: 230px;
+ }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
table td.filename .nametext .innernametext {
max-width: 240px;
}
+ .with-app-sidebar table td.filename .nametext .innernametext {
+ max-width: 230px;
+ }
}
/* for smaller resolutions - see mobile.css */
@@ -616,13 +639,13 @@ a.action > img {
}
/* show share action of shared items darker to distinguish from non-shared */
-#fileList a.action.permanent.shared-style {
+#fileList a.action.permanent.shared-style,
+#fileList a.action.action-favorite.permanent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
filter: alpha(opacity=70) !important;
opacity: .7 !important;
}
/* always show actions on mobile, not only on hover */
-#fileList a.action,
#fileList a.action.action-menu.permanent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
filter: alpha(opacity=30) !important;
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index c5507a1e268..0641304d211 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -43,6 +43,14 @@ table td.filename .nametext {
#fileList a.action-share span {
display: none;
}
+#fileList a.action.action-favorite {
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
+ opacity: .7 !important;
+}
+#fileList a.action.action-favorite {
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
+ opacity: .3 !important;
+}
/* ellipsis on file names */
table td.filename .nametext .innernametext {
diff --git a/apps/files/img/delete.png b/apps/files/img/delete.png
index e891b370cca..20e894c7f74 100644
--- a/apps/files/img/delete.png
+++ b/apps/files/img/delete.png
Binary files differ
diff --git a/apps/files/img/folder.png b/apps/files/img/folder.png
index 4a8861f25ca..287a0c9ba6d 100644
--- a/apps/files/img/folder.png
+++ b/apps/files/img/folder.png
Binary files differ
diff --git a/apps/files/img/folder.svg b/apps/files/img/folder.svg
index 4411b065c1c..0cf4b3499dc 100644
--- a/apps/files/img/folder.svg
+++ b/apps/files/img/folder.svg
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <g transform="matrix(.86667 0 0 .86667 -172.04 -864.43)" fill-rule="evenodd">
- <path style="" d="m200.2 998.57c-0.28913 0-0.53125 0.24212-0.53125 0.53125v13.938c0 0.2985 0.23264 0.5312 0.53125 0.5312h15.091c0.2986 0 0.53125-0.2327 0.53125-0.5312l0.0004-8.1661c0-0.289-0.24212-0.5338-0.53125-0.5338h-12.161l-0.0004 6.349c0 0.2771-0.30237 0.5638-0.57937 0.5638s-0.57447-0.2867-0.57447-0.5638l0.0004-7.0055c0-0.2771 0.23357-0.4974 0.51057-0.4974h2.6507l8.3774 0.0003-0.0004-1.7029c0-0.3272-0.24549-0.6047-0.57258-0.6047h-7.5043v-1.7764c0-0.28915-0.23415-0.53125-0.52328-0.53125z" fill-rule="evenodd"/>
+ <g fill-rule="evenodd" transform="matrix(.86667 0 0 .86667 -172.05 -864.43)">
+ <path d="m200.2 999.72c-0.28913 0-0.53125 0.2421-0.53125 0.53117v12.784c0 0.2985 0.23264 0.5312 0.53125 0.5312h15.091c0.2986 0 0.53124-0.2327 0.53124-0.5312l0.0004-10.474c0-0.2889-0.24211-0.5338-0.53124-0.5338l-7.5457 0.0005-2.3076-2.3078z" fill-rule="evenodd"/>
</g>
</svg>
diff --git a/apps/files/img/public.svg b/apps/files/img/public.svg
index 99a71c6cb5b..7721c9e3408 100644
--- a/apps/files/img/public.svg
+++ b/apps/files/img/public.svg
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<g transform="matrix(.67042 -.67042 .67042 .67042 .62542 93.143)">
- <path style="block-progression:tb;text-indent:0;color:#000000;text-transform:none" d="m69.5-61.5c-1.9217 0-3.5 1.5783-3.5 3.5 0 0.17425 0.0062 0.33232 0.03125 0.5h2.0625c-0.053-0.156-0.094-0.323-0.094-0.5 0-0.8483 0.6517-1.5 1.5-1.5h5c0.8483 0 1.5 0.6517 1.5 1.5s-0.6517 1.5-1.5 1.5h-1.6875c-0.28733 0.79501-0.78612 1.4793-1.4375 2h3.125c1.9217 0 3.5-1.5783 3.5-3.5s-1.5783-3.5-3.5-3.5h-5z"/>
- <path style="block-progression:tb;text-indent:0;color:#000000;text-transform:none" d="m68.5-54.5c1.9217 0 3.5-1.5783 3.5-3.5 0-0.17425-0.0062-0.33232-0.03125-0.5h-2.0625c0.053 0.156 0.094 0.323 0.094 0.5 0 0.8483-0.6517 1.5-1.5 1.5h-5c-0.8483 0-1.5-0.6517-1.5-1.5s0.6517-1.5 1.5-1.5h1.6875c0.28733-0.79501 0.78612-1.4793 1.4375-2h-3.125c-1.9217 0-3.5 1.5783-3.5 3.5s1.5783 3.5 3.5 3.5h5z"/>
+ <path style="block-progression:tb;color:#000000;text-transform:none;text-indent:0" d="m69.5-61.5c-1.9217 0-3.5 1.5783-3.5 3.5 0 0.17425 0.0062 0.33232 0.03125 0.5h2.0625c-0.053-0.156-0.094-0.323-0.094-0.5 0-0.8483 0.6517-1.5 1.5-1.5h5c0.8483 0 1.5 0.6517 1.5 1.5s-0.6517 1.5-1.5 1.5h-1.6875c-0.28733 0.79501-0.78612 1.4793-1.4375 2h3.125c1.9217 0 3.5-1.5783 3.5-3.5s-1.5783-3.5-3.5-3.5h-5z"/>
+ <path style="block-progression:tb;color:#000000;text-transform:none;text-indent:0" d="m68.5-54.5c1.9217 0 3.5-1.5783 3.5-3.5 0-0.17425-0.0062-0.33232-0.03125-0.5h-2.0625c0.053 0.156 0.094 0.323 0.094 0.5 0 0.8483-0.6517 1.5-1.5 1.5h-5c-0.8483 0-1.5-0.6517-1.5-1.5s0.6517-1.5 1.5-1.5h1.6875c0.28733-0.79501 0.78612-1.4793 1.4375-2h-3.125c-1.9217 0-3.5 1.5783-3.5 3.5s1.5783 3.5 3.5 3.5h5z"/>
</g>
</svg>
diff --git a/apps/files/img/star.png b/apps/files/img/star.png
index 3c66c49a8c4..8b24c4441cf 100644
--- a/apps/files/img/star.png
+++ b/apps/files/img/star.png
Binary files differ
diff --git a/apps/files/img/star.svg b/apps/files/img/star.svg
index 3207f6f9a46..ba0f54f8eba 100644
--- a/apps/files/img/star.svg
+++ b/apps/files/img/star.svg
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <g transform="matrix(.049689 0 0 .049689 -7.3558 -36.792)">
- <path style="" d="m330.36 858.43 43.111 108.06 117.64 9.2572-89.445 74.392 27.55 114.75-98.391-62.079-100.62 61.66 28.637-112.76-89.734-76.638 116.09-7.6094z" transform="translate(-21.071,-112.5)"/>
+<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <g transform="matrix(.068322 0 0 .068322 -10.114 -50.902)">
+ <path d="m330.36 858.43 43.111 108.06 117.64 9.2572-89.445 74.392 27.55 114.75-98.391-62.079-100.62 61.66 28.637-112.76-89.734-76.638 116.09-7.6094z" transform="translate(-21.071,-112.5)"/>
</g>
</svg>
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index 64df2a8491d..39f4b8d0569 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -7,7 +7,7 @@ OC.L10N.register(
"Could not move %s - File with this name already exists" : "No se pudo mover %s - Ya existe un archivo con ese nombre.",
"Could not move %s" : "No se pudo mover %s",
"Permission denied" : "Permiso denegado",
- "The target folder has been moved or deleted." : "La carpeta destino fue movida o eliminada.",
+ "The target folder has been moved or deleted." : "La carpeta de destino fue movida o eliminada.",
"The name %s is already used in the folder %s. Please choose a different name." : "El nombre %s ya está en uso por la carpeta %s. Por favor elija uno diferente.",
"Error when creating the file" : "Error al crear el archivo",
"Error when creating the folder" : "Error al crear la carpeta.",
diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json
index c074a882129..064ffe3785d 100644
--- a/apps/files/l10n/es.json
+++ b/apps/files/l10n/es.json
@@ -5,7 +5,7 @@
"Could not move %s - File with this name already exists" : "No se pudo mover %s - Ya existe un archivo con ese nombre.",
"Could not move %s" : "No se pudo mover %s",
"Permission denied" : "Permiso denegado",
- "The target folder has been moved or deleted." : "La carpeta destino fue movida o eliminada.",
+ "The target folder has been moved or deleted." : "La carpeta de destino fue movida o eliminada.",
"The name %s is already used in the folder %s. Please choose a different name." : "El nombre %s ya está en uso por la carpeta %s. Por favor elija uno diferente.",
"Error when creating the file" : "Error al crear el archivo",
"Error when creating the folder" : "Error al crear la carpeta.",
diff --git a/apps/files_external/l10n/da.js b/apps/files_external/l10n/da.js
index 31f0776d875..946ea94169c 100644
--- a/apps/files_external/l10n/da.js
+++ b/apps/files_external/l10n/da.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Storage with id \"%i\" not found" : "Lager med ID'et \"%i% er ikke fundet",
"Invalid backend or authentication mechanism class" : "Ugyldig backend eller klasse for godkendelsesmekanisme",
"Invalid mount point" : "Fokert monteringspunkt",
+ "Objectstore forbidden" : "Objectstore er forbudt",
"Invalid storage backend \"%s\"" : "Forkert lager til backend \"%s\"en",
"Unsatisfied backend parameters" : "Utilfredsstillede backend-parametre",
"Unsatisfied authentication mechanism parameters" : "Utilfredsstillede parametre for godkendelsesmekanisme",
diff --git a/apps/files_external/l10n/da.json b/apps/files_external/l10n/da.json
index a9380e5f052..6a291b2b149 100644
--- a/apps/files_external/l10n/da.json
+++ b/apps/files_external/l10n/da.json
@@ -25,6 +25,7 @@
"Storage with id \"%i\" not found" : "Lager med ID'et \"%i% er ikke fundet",
"Invalid backend or authentication mechanism class" : "Ugyldig backend eller klasse for godkendelsesmekanisme",
"Invalid mount point" : "Fokert monteringspunkt",
+ "Objectstore forbidden" : "Objectstore er forbudt",
"Invalid storage backend \"%s\"" : "Forkert lager til backend \"%s\"en",
"Unsatisfied backend parameters" : "Utilfredsstillede backend-parametre",
"Unsatisfied authentication mechanism parameters" : "Utilfredsstillede parametre for godkendelsesmekanisme",
diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js
index f4960136af3..16d87d8d2f2 100644
--- a/apps/files_external/l10n/es.js
+++ b/apps/files_external/l10n/es.js
@@ -28,8 +28,8 @@ OC.L10N.register(
"System" : "Sistema",
"Grant access" : "Conceder acceso",
"Access granted" : "Acceso concedido",
- "Error configuring OAuth1" : "Error configurando OAuth1",
- "Error configuring OAuth2" : "Error configurando OAuth2",
+ "Error configuring OAuth1" : "Error al configurar OAuth1",
+ "Error configuring OAuth2" : "Error al configurar OAuth2",
"Enable encryption" : "Habilitar cifrado",
"Enable previews" : "Habilitar previsualizaciones",
"Check for changes" : "Comprobar si hay cambios",
diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json
index b44592016dc..fe20eca13d2 100644
--- a/apps/files_external/l10n/es.json
+++ b/apps/files_external/l10n/es.json
@@ -26,8 +26,8 @@
"System" : "Sistema",
"Grant access" : "Conceder acceso",
"Access granted" : "Acceso concedido",
- "Error configuring OAuth1" : "Error configurando OAuth1",
- "Error configuring OAuth2" : "Error configurando OAuth2",
+ "Error configuring OAuth1" : "Error al configurar OAuth1",
+ "Error configuring OAuth2" : "Error al configurar OAuth2",
"Enable encryption" : "Habilitar cifrado",
"Enable previews" : "Habilitar previsualizaciones",
"Check for changes" : "Comprobar si hay cambios",
diff --git a/apps/files_external/l10n/nl.js b/apps/files_external/l10n/nl.js
index dc136969fd8..a9a66934753 100644
--- a/apps/files_external/l10n/nl.js
+++ b/apps/files_external/l10n/nl.js
@@ -28,6 +28,8 @@ OC.L10N.register(
"System" : "Systeem",
"Grant access" : "Sta toegang toe",
"Access granted" : "Toegang toegestaan",
+ "Error configuring OAuth1" : "Fout bij configureren OAuth1",
+ "Error configuring OAuth2" : "Fout bij configureren OAuth2",
"Enable encryption" : "Versleuteling inschakelen",
"Enable previews" : "Activeren voorbeelden",
"Check for changes" : "Controleren op wijzigingen",
@@ -39,12 +41,19 @@ OC.L10N.register(
"Saved" : "Bewaard",
"Generate keys" : "Genereer sleutels",
"Error generating key pair" : "Fout bij genereren sleutelpaar",
+ "Access key" : "Access Key",
+ "Secret key" : "Geheime sleutel",
+ "Builtin" : "Ingebouwd",
"None" : "Geen",
+ "OAuth1" : "OAuth1",
"App key" : "App key",
"App secret" : "App secret",
+ "OAuth2" : "OAuth2",
"Client ID" : "Client ID",
"Client secret" : "Client secret",
+ "Username and password" : "Gebruikersnaam en wachtwoord",
"Password" : "Wachtwoord",
+ "Session credentials" : "Sessie inloggegevens",
"Amazon S3" : "Amazon S3",
"Hostname" : "Hostnaam",
"Port" : "Poort",
@@ -55,11 +64,15 @@ OC.L10N.register(
"URL" : "URL",
"Secure https://" : "Secure https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "Secure ftps://",
+ "Google Drive" : "Google Drive",
"Local" : "Lokaal",
"Location" : "Locatie",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
"Root" : "Root",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>Let op:</b> ",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Let op:</b> Curl ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw systeembeheerder dit te installeren.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Let op:</b> FTP ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw beheerder dit te installeren.",
@@ -71,6 +84,7 @@ OC.L10N.register(
"Scope" : "Scope",
"External Storage" : "Externe opslag",
"Folder name" : "Mapnaam",
+ "Authentication" : "Authenticatie",
"Configuration" : "Configuratie",
"Available for" : "Beschikbaar voor",
"Advanced settings" : "Geavanceerde instellingen",
diff --git a/apps/files_external/l10n/nl.json b/apps/files_external/l10n/nl.json
index 7d5279afbc2..bd3fd953a26 100644
--- a/apps/files_external/l10n/nl.json
+++ b/apps/files_external/l10n/nl.json
@@ -26,6 +26,8 @@
"System" : "Systeem",
"Grant access" : "Sta toegang toe",
"Access granted" : "Toegang toegestaan",
+ "Error configuring OAuth1" : "Fout bij configureren OAuth1",
+ "Error configuring OAuth2" : "Fout bij configureren OAuth2",
"Enable encryption" : "Versleuteling inschakelen",
"Enable previews" : "Activeren voorbeelden",
"Check for changes" : "Controleren op wijzigingen",
@@ -37,12 +39,19 @@
"Saved" : "Bewaard",
"Generate keys" : "Genereer sleutels",
"Error generating key pair" : "Fout bij genereren sleutelpaar",
+ "Access key" : "Access Key",
+ "Secret key" : "Geheime sleutel",
+ "Builtin" : "Ingebouwd",
"None" : "Geen",
+ "OAuth1" : "OAuth1",
"App key" : "App key",
"App secret" : "App secret",
+ "OAuth2" : "OAuth2",
"Client ID" : "Client ID",
"Client secret" : "Client secret",
+ "Username and password" : "Gebruikersnaam en wachtwoord",
"Password" : "Wachtwoord",
+ "Session credentials" : "Sessie inloggegevens",
"Amazon S3" : "Amazon S3",
"Hostname" : "Hostnaam",
"Port" : "Poort",
@@ -53,11 +62,15 @@
"URL" : "URL",
"Secure https://" : "Secure https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "Secure ftps://",
+ "Google Drive" : "Google Drive",
"Local" : "Lokaal",
"Location" : "Locatie",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
"Root" : "Root",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>Let op:</b> ",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Let op:</b> Curl ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw systeembeheerder dit te installeren.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Let op:</b> FTP ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag uw beheerder dit te installeren.",
@@ -69,6 +82,7 @@
"Scope" : "Scope",
"External Storage" : "Externe opslag",
"Folder name" : "Mapnaam",
+ "Authentication" : "Authenticatie",
"Configuration" : "Configuratie",
"Available for" : "Beschikbaar voor",
"Advanced settings" : "Geavanceerde instellingen",
diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js
index 8140d8be980..ae9a08fac6b 100644
--- a/apps/files_external/l10n/pt_BR.js
+++ b/apps/files_external/l10n/pt_BR.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"files_external",
{
+ "Fetching request tokens failed. Verify that your app key and secret are correct." : "A solicitação dos tokens de requesição falhou. Verifique se a sua chave de aplicativo e segurança estão corretos.",
+ "Fetching access tokens failed. Verify that your app key and secret are correct." : "A solicitação dos tokens de acesso falhou. Verifique se a sua chave de aplicativo e segurança estão corretos.",
"Please provide a valid app key and secret." : "Por favor forneça uma chave e segurança válidos.",
"Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s",
"Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s",
@@ -23,12 +25,19 @@ OC.L10N.register(
"SFTP with secret key login" : "SFTP com chave secreta de login",
"Public key" : "Chave pública",
"Storage with id \"%i\" not found" : "Armazenamento com id \"%i\" não encontrado",
+ "Invalid backend or authentication mechanism class" : "Backend inválido ou classe de mecanismo de autenticação",
"Invalid mount point" : "Ponto de montagem inválido",
+ "Objectstore forbidden" : "Proibido armazenamento de objetos",
"Invalid storage backend \"%s\"" : "Armazenamento backend inválido \"%s\"",
+ "Unsatisfied backend parameters" : "Parâmetros de back-end não-atendidos",
+ "Unsatisfied authentication mechanism parameters" : "Parâmetros de mecanismos de autenticação não satisfeitos",
+ "Admin-only storage backend \"%s\"" : "Backend de armazenamento somente de administrador \"%s\"",
"Personal" : "Pessoal",
"System" : "Sistema",
"Grant access" : "Permitir acesso",
"Access granted" : "Acesso concedido",
+ "Error configuring OAuth1" : "Erro configurando OAuth1",
+ "Error configuring OAuth2" : "Erro configurando OAuth2",
"Enable encryption" : "Ativar criptografia",
"Enable previews" : "Habilitar visualizações prévias",
"Check for changes" : "Verifique se há alterações",
@@ -40,7 +49,11 @@ OC.L10N.register(
"Saved" : "Salvo",
"Generate keys" : "Gerar chaves",
"Error generating key pair" : "Erro ao gerar um par de chaves",
+ "Access key" : "Chave da acesso",
+ "Secret key" : "Chave secreta",
+ "Builtin" : "Construídas em",
"None" : "Nenhum",
+ "OAuth1" : "OAuth1",
"App key" : "Chave do Aplicativo",
"App secret" : "Segredo da Aplicação",
"OAuth2" : "OAuth2",
diff --git a/apps/files_external/l10n/pt_BR.json b/apps/files_external/l10n/pt_BR.json
index 13ce808ba84..2cf6c696112 100644
--- a/apps/files_external/l10n/pt_BR.json
+++ b/apps/files_external/l10n/pt_BR.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "Fetching request tokens failed. Verify that your app key and secret are correct." : "A solicitação dos tokens de requesição falhou. Verifique se a sua chave de aplicativo e segurança estão corretos.",
+ "Fetching access tokens failed. Verify that your app key and secret are correct." : "A solicitação dos tokens de acesso falhou. Verifique se a sua chave de aplicativo e segurança estão corretos.",
"Please provide a valid app key and secret." : "Por favor forneça uma chave e segurança válidos.",
"Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s",
"Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s",
@@ -21,12 +23,19 @@
"SFTP with secret key login" : "SFTP com chave secreta de login",
"Public key" : "Chave pública",
"Storage with id \"%i\" not found" : "Armazenamento com id \"%i\" não encontrado",
+ "Invalid backend or authentication mechanism class" : "Backend inválido ou classe de mecanismo de autenticação",
"Invalid mount point" : "Ponto de montagem inválido",
+ "Objectstore forbidden" : "Proibido armazenamento de objetos",
"Invalid storage backend \"%s\"" : "Armazenamento backend inválido \"%s\"",
+ "Unsatisfied backend parameters" : "Parâmetros de back-end não-atendidos",
+ "Unsatisfied authentication mechanism parameters" : "Parâmetros de mecanismos de autenticação não satisfeitos",
+ "Admin-only storage backend \"%s\"" : "Backend de armazenamento somente de administrador \"%s\"",
"Personal" : "Pessoal",
"System" : "Sistema",
"Grant access" : "Permitir acesso",
"Access granted" : "Acesso concedido",
+ "Error configuring OAuth1" : "Erro configurando OAuth1",
+ "Error configuring OAuth2" : "Erro configurando OAuth2",
"Enable encryption" : "Ativar criptografia",
"Enable previews" : "Habilitar visualizações prévias",
"Check for changes" : "Verifique se há alterações",
@@ -38,7 +47,11 @@
"Saved" : "Salvo",
"Generate keys" : "Gerar chaves",
"Error generating key pair" : "Erro ao gerar um par de chaves",
+ "Access key" : "Chave da acesso",
+ "Secret key" : "Chave secreta",
+ "Builtin" : "Construídas em",
"None" : "Nenhum",
+ "OAuth1" : "OAuth1",
"App key" : "Chave do Aplicativo",
"App secret" : "Segredo da Aplicação",
"OAuth2" : "OAuth2",
diff --git a/apps/files_external/l10n/th_TH.js b/apps/files_external/l10n/th_TH.js
index b8fc2a054cb..5926a806437 100644
--- a/apps/files_external/l10n/th_TH.js
+++ b/apps/files_external/l10n/th_TH.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"files_external",
{
+ "Fetching request tokens failed. Verify that your app key and secret are correct." : "การเรียกร้องขอโทเคนล้มเหลว โปรดตรวจสอบคีย์และรหัสลับให้ถูกต้อง",
+ "Fetching access tokens failed. Verify that your app key and secret are correct." : "การเรียกร้องขอโทเคนล้มเหลว โปรดตรวจสอบคีย์และรหัสลับของแอพฯ ให้ถูกต้อง",
+ "Please provide a valid app key and secret." : "โปรดระบุคีย์และรหัสลับของแอพฯ ให้ถูกต้อง",
"Step 1 failed. Exception: %s" : "ขั้นตอนที่ 1 ล้มเหลว ข้อยกเว้น: %s",
"Step 2 failed. Exception: %s" : "ขั้นตอนที่ 2 ล้มเหลว ข้อยกเว้น: %s",
"External storage" : "จัดเก็บข้อมูลภายนอก",
@@ -22,12 +25,19 @@ OC.L10N.register(
"SFTP with secret key login" : "SFTP กับคีย์ลับสำหรับเข้าสู่ระบบ",
"Public key" : "คีย์สาธารณะ",
"Storage with id \"%i\" not found" : "ไม่พบจัดการเก็บข้อมูลของ ID \"%i\"",
+ "Invalid backend or authentication mechanism class" : "แบ็กเอนด์ไม่ถูกต้องหรือระดับการรับรองความถูกต้องไม่เพียงพอ",
"Invalid mount point" : "จุดเชื่อมต่อที่ไม่ถูกต้อง",
+ "Objectstore forbidden" : "เก็บวัตถุต้องห้าม",
"Invalid storage backend \"%s\"" : "การจัดเก็บข้อมูลแบ็กเอนด์ไม่ถูกต้อง \"%s\"",
+ "Unsatisfied backend parameters" : "พารามิเตอร์แบ็กเอนด์ไม่ได้รับอนุญาต",
+ "Unsatisfied authentication mechanism parameters" : "การรับรองความถูกต้องไม่เพียงพอ",
+ "Admin-only storage backend \"%s\"" : "จัดเก็บแบ็กเอนด์ของผู้ดูแลระบบเท่านั้น \"%s\"",
"Personal" : "ส่วนตัว",
"System" : "ระบบ",
"Grant access" : "อนุญาตให้เข้าถึงได้",
"Access granted" : "การเข้าถึงได้รับอนุญาตแล้ว",
+ "Error configuring OAuth1" : "ข้อผิดพลาดในการกำหนดค่า OAuth1",
+ "Error configuring OAuth2" : "ข้อผิดพลาดในการกำหนดค่า OAuth2",
"Enable encryption" : "เปิดใช้งานการเข้ารหัส",
"Enable previews" : "เปิดใช้งานการแสดงตัวอย่าง",
"Check for changes" : "ตรวจสอบการเปลี่ยนแปลง",
@@ -39,12 +49,19 @@ OC.L10N.register(
"Saved" : "บันทึกแล้ว",
"Generate keys" : "สร้างคีย์",
"Error generating key pair" : "ข้อผิดพลาดในการสร้างคีย์แบบเป็นคู่",
+ "Access key" : "คีย์การเข้าถึง",
+ "Secret key" : "คีย์ลับ",
+ "Builtin" : "ในตัว",
"None" : "ไม่มี",
+ "OAuth1" : "OAuth1",
"App key" : "App key",
"App secret" : "App secret",
+ "OAuth2" : "OAuth2",
"Client ID" : "Client ID",
"Client secret" : "Client secret",
+ "Username and password" : "ชื่อผู้ใช้และรหัสผ่าน",
"Password" : "รหัสผ่าน",
+ "Session credentials" : "ข้อมูลของเซสชั่น",
"Amazon S3" : "Amazon S3",
"Hostname" : "ชื่อโฮสต์",
"Port" : "พอร์ต",
@@ -55,10 +72,15 @@ OC.L10N.register(
"URL" : "URL",
"Secure https://" : "โหมดปลอดภัย https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "โหมดปลอดภัย ftps://",
+ "Google Drive" : "กูเกิ้ลไดร์ฟ",
"Local" : "ต้นทาง",
"Location" : "ตำแหน่งที่อยู่",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
+ "Root" : "รูท",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>หมายเหตุ:</b>",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>หมายเหตุ:</b> การสนับสนุน cURL ใน PHP ไม่ได้เปิดใช้งานหรือติดตั้ง %s เป็นไปไม่ได้ กรุณาขอให้ผู้ดูแลระบบของคุณติดตั้งมัน",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>หมายเหตุ:</b> การสนับสนุน FTP ใน PHP ไม่ได้เปิดใช้งานหรือติดตั้ง %s เป็นไปไม่ได้ กรุณาขอให้ผู้ดูแลระบบของคุณติดตั้งมัน",
@@ -70,6 +92,7 @@ OC.L10N.register(
"Scope" : "ขอบเขต",
"External Storage" : "พื้นทีจัดเก็บข้อมูลจากภายนอก",
"Folder name" : "ชื่อโฟลเดอร์",
+ "Authentication" : "รับรองความถูกต้อง",
"Configuration" : "การกำหนดค่า",
"Available for" : "สามารถใช้ได้สำหรับ",
"Advanced settings" : "ตั้งค่าขั้นสูง",
diff --git a/apps/files_external/l10n/th_TH.json b/apps/files_external/l10n/th_TH.json
index 2b65013f584..c927a5980b9 100644
--- a/apps/files_external/l10n/th_TH.json
+++ b/apps/files_external/l10n/th_TH.json
@@ -1,4 +1,7 @@
{ "translations": {
+ "Fetching request tokens failed. Verify that your app key and secret are correct." : "การเรียกร้องขอโทเคนล้มเหลว โปรดตรวจสอบคีย์และรหัสลับให้ถูกต้อง",
+ "Fetching access tokens failed. Verify that your app key and secret are correct." : "การเรียกร้องขอโทเคนล้มเหลว โปรดตรวจสอบคีย์และรหัสลับของแอพฯ ให้ถูกต้อง",
+ "Please provide a valid app key and secret." : "โปรดระบุคีย์และรหัสลับของแอพฯ ให้ถูกต้อง",
"Step 1 failed. Exception: %s" : "ขั้นตอนที่ 1 ล้มเหลว ข้อยกเว้น: %s",
"Step 2 failed. Exception: %s" : "ขั้นตอนที่ 2 ล้มเหลว ข้อยกเว้น: %s",
"External storage" : "จัดเก็บข้อมูลภายนอก",
@@ -20,12 +23,19 @@
"SFTP with secret key login" : "SFTP กับคีย์ลับสำหรับเข้าสู่ระบบ",
"Public key" : "คีย์สาธารณะ",
"Storage with id \"%i\" not found" : "ไม่พบจัดการเก็บข้อมูลของ ID \"%i\"",
+ "Invalid backend or authentication mechanism class" : "แบ็กเอนด์ไม่ถูกต้องหรือระดับการรับรองความถูกต้องไม่เพียงพอ",
"Invalid mount point" : "จุดเชื่อมต่อที่ไม่ถูกต้อง",
+ "Objectstore forbidden" : "เก็บวัตถุต้องห้าม",
"Invalid storage backend \"%s\"" : "การจัดเก็บข้อมูลแบ็กเอนด์ไม่ถูกต้อง \"%s\"",
+ "Unsatisfied backend parameters" : "พารามิเตอร์แบ็กเอนด์ไม่ได้รับอนุญาต",
+ "Unsatisfied authentication mechanism parameters" : "การรับรองความถูกต้องไม่เพียงพอ",
+ "Admin-only storage backend \"%s\"" : "จัดเก็บแบ็กเอนด์ของผู้ดูแลระบบเท่านั้น \"%s\"",
"Personal" : "ส่วนตัว",
"System" : "ระบบ",
"Grant access" : "อนุญาตให้เข้าถึงได้",
"Access granted" : "การเข้าถึงได้รับอนุญาตแล้ว",
+ "Error configuring OAuth1" : "ข้อผิดพลาดในการกำหนดค่า OAuth1",
+ "Error configuring OAuth2" : "ข้อผิดพลาดในการกำหนดค่า OAuth2",
"Enable encryption" : "เปิดใช้งานการเข้ารหัส",
"Enable previews" : "เปิดใช้งานการแสดงตัวอย่าง",
"Check for changes" : "ตรวจสอบการเปลี่ยนแปลง",
@@ -37,12 +47,19 @@
"Saved" : "บันทึกแล้ว",
"Generate keys" : "สร้างคีย์",
"Error generating key pair" : "ข้อผิดพลาดในการสร้างคีย์แบบเป็นคู่",
+ "Access key" : "คีย์การเข้าถึง",
+ "Secret key" : "คีย์ลับ",
+ "Builtin" : "ในตัว",
"None" : "ไม่มี",
+ "OAuth1" : "OAuth1",
"App key" : "App key",
"App secret" : "App secret",
+ "OAuth2" : "OAuth2",
"Client ID" : "Client ID",
"Client secret" : "Client secret",
+ "Username and password" : "ชื่อผู้ใช้และรหัสผ่าน",
"Password" : "รหัสผ่าน",
+ "Session credentials" : "ข้อมูลของเซสชั่น",
"Amazon S3" : "Amazon S3",
"Hostname" : "ชื่อโฮสต์",
"Port" : "พอร์ต",
@@ -53,10 +70,15 @@
"URL" : "URL",
"Secure https://" : "โหมดปลอดภัย https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "โหมดปลอดภัย ftps://",
+ "Google Drive" : "กูเกิ้ลไดร์ฟ",
"Local" : "ต้นทาง",
"Location" : "ตำแหน่งที่อยู่",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
+ "Root" : "รูท",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>หมายเหตุ:</b>",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>หมายเหตุ:</b> การสนับสนุน cURL ใน PHP ไม่ได้เปิดใช้งานหรือติดตั้ง %s เป็นไปไม่ได้ กรุณาขอให้ผู้ดูแลระบบของคุณติดตั้งมัน",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>หมายเหตุ:</b> การสนับสนุน FTP ใน PHP ไม่ได้เปิดใช้งานหรือติดตั้ง %s เป็นไปไม่ได้ กรุณาขอให้ผู้ดูแลระบบของคุณติดตั้งมัน",
@@ -68,6 +90,7 @@
"Scope" : "ขอบเขต",
"External Storage" : "พื้นทีจัดเก็บข้อมูลจากภายนอก",
"Folder name" : "ชื่อโฟลเดอร์",
+ "Authentication" : "รับรองความถูกต้อง",
"Configuration" : "การกำหนดค่า",
"Available for" : "สามารถใช้ได้สำหรับ",
"Advanced settings" : "ตั้งค่าขั้นสูง",
diff --git a/apps/user_ldap/l10n/es.js b/apps/user_ldap/l10n/es.js
index b423d5a8fa1..c73f54b5489 100644
--- a/apps/user_ldap/l10n/es.js
+++ b/apps/user_ldap/l10n/es.js
@@ -3,7 +3,7 @@ OC.L10N.register(
{
"Failed to clear the mappings." : "Ocurrió un fallo al borrar las asignaciones.",
"Failed to delete the server configuration" : "No se pudo borrar la configuración del servidor",
- "The configuration is invalid: anonymous bind is not allowed." : "La configuración no es válida: enlaces anónimos no están permitido.",
+ "The configuration is invalid: anonymous bind is not allowed." : "La configuración no es válida: no están permitidos enlaces anónimos.",
"The configuration is valid and the connection could be established!" : "¡La configuración es válida y la conexión puede establecerse!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración es válida, pero falló el nexo. Por favor, compruebe la configuración del servidor y las credenciales.",
"The configuration is invalid. Please have a look at the logs for further details." : "La configuración no es válida. Por favor, revise el registro para más detalles.",
diff --git a/apps/user_ldap/l10n/es.json b/apps/user_ldap/l10n/es.json
index c8244f41a6e..8666d1efdd9 100644
--- a/apps/user_ldap/l10n/es.json
+++ b/apps/user_ldap/l10n/es.json
@@ -1,7 +1,7 @@
{ "translations": {
"Failed to clear the mappings." : "Ocurrió un fallo al borrar las asignaciones.",
"Failed to delete the server configuration" : "No se pudo borrar la configuración del servidor",
- "The configuration is invalid: anonymous bind is not allowed." : "La configuración no es válida: enlaces anónimos no están permitido.",
+ "The configuration is invalid: anonymous bind is not allowed." : "La configuración no es válida: no están permitidos enlaces anónimos.",
"The configuration is valid and the connection could be established!" : "¡La configuración es válida y la conexión puede establecerse!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración es válida, pero falló el nexo. Por favor, compruebe la configuración del servidor y las credenciales.",
"The configuration is invalid. Please have a look at the logs for further details." : "La configuración no es válida. Por favor, revise el registro para más detalles.",