summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-12-21 01:54:36 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-12-21 01:54:36 -0500
commit312891c6032176346e6e624949fbceca6a85a7a7 (patch)
tree42e0f8b57a2f983d34f695f88925246596f18b8d /apps/files/l10n
parent79c9fc98a66a2b73fa8b5e9d1e09f2117d84c8cf (diff)
downloadnextcloud-server-312891c6032176346e6e624949fbceca6a85a7a7.tar.gz
nextcloud-server-312891c6032176346e6e624949fbceca6a85a7a7.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/gl.js9
-rw-r--r--apps/files/l10n/gl.json9
-rw-r--r--apps/files/l10n/sl.js12
-rw-r--r--apps/files/l10n/sl.json12
4 files changed, 34 insertions, 8 deletions
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js
index 8ef032c703d..be157bc65b1 100644
--- a/apps/files/l10n/gl.js
+++ b/apps/files/l10n/gl.js
@@ -54,6 +54,7 @@ OC.L10N.register(
"Unshare" : "Deixar de compartir",
"Select" : "Seleccionar",
"Pending" : "Pendentes",
+ "Unable to determine date" : "Non é posíbel determinar a data",
"Error moving file." : "Produciuse un erro ao mover o ficheiro.",
"Error moving file" : "Produciuse un erro ao mover o ficheiro",
"Error" : "Erro",
@@ -73,6 +74,7 @@ OC.L10N.register(
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada para a aplicación de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "O cifrado foi desactivado, mais os ficheiros están cifrados. Vaia á configuración persoal para descifrar os ficheiros.",
"{dirs} and {files}" : "{dirs} e {files}",
+ "Favorited" : "Marcado como favorito",
"Favorite" : "Favorito",
"%s could not be renamed as it has been deleted" : "Non é posíbel renomear %s xa que foi eliminado",
"%s could not be renamed" : "%s non pode cambiar de nome",
@@ -92,10 +94,15 @@ OC.L10N.register(
"From link" : "Desde a ligazón",
"Upload" : "Enviar",
"Cancel upload" : "Cancelar o envío",
+ "No files yet" : "Aínda non hai ficheiros",
+ "Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!",
+ "Select all" : "Seleccionar todo",
"Download" : "Descargar",
"Upload too large" : "Envío grande de máis",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor",
"Files are being scanned, please wait." : "Estanse analizando os ficheiros. Agarde.",
- "Currently scanning" : "Análise actual"
+ "Currently scanning" : "Análise actual",
+ "No favorites" : "Non hai favoritos",
+ "Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json
index 742f76b182e..69f3daabcf7 100644
--- a/apps/files/l10n/gl.json
+++ b/apps/files/l10n/gl.json
@@ -52,6 +52,7 @@
"Unshare" : "Deixar de compartir",
"Select" : "Seleccionar",
"Pending" : "Pendentes",
+ "Unable to determine date" : "Non é posíbel determinar a data",
"Error moving file." : "Produciuse un erro ao mover o ficheiro.",
"Error moving file" : "Produciuse un erro ao mover o ficheiro",
"Error" : "Erro",
@@ -71,6 +72,7 @@
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada para a aplicación de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "O cifrado foi desactivado, mais os ficheiros están cifrados. Vaia á configuración persoal para descifrar os ficheiros.",
"{dirs} and {files}" : "{dirs} e {files}",
+ "Favorited" : "Marcado como favorito",
"Favorite" : "Favorito",
"%s could not be renamed as it has been deleted" : "Non é posíbel renomear %s xa que foi eliminado",
"%s could not be renamed" : "%s non pode cambiar de nome",
@@ -90,10 +92,15 @@
"From link" : "Desde a ligazón",
"Upload" : "Enviar",
"Cancel upload" : "Cancelar o envío",
+ "No files yet" : "Aínda non hai ficheiros",
+ "Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!",
+ "Select all" : "Seleccionar todo",
"Download" : "Descargar",
"Upload too large" : "Envío grande de máis",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor",
"Files are being scanned, please wait." : "Estanse analizando os ficheiros. Agarde.",
- "Currently scanning" : "Análise actual"
+ "Currently scanning" : "Análise actual",
+ "No favorites" : "Non hai favoritos",
+ "Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js
index 8f8fa1398b9..8862b6ddeec 100644
--- a/apps/files/l10n/sl.js
+++ b/apps/files/l10n/sl.js
@@ -35,7 +35,7 @@ OC.L10N.register(
"Invalid directory." : "Neveljavna mapa.",
"Files" : "Datoteke",
"All files" : "Vse datoteke",
- "Favorites" : "Priljubljeni",
+ "Favorites" : "Priljubljene",
"Home" : "Domači naslov",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ni mogoče poslati datoteke {filename}, saj je to ali mapa ali pa je velikost datoteke 0 bajtov.",
"Total file size {size1} exceeds upload limit {size2}" : "Skupna velikost {size1} presega omejitev velikosti {size2}",
@@ -74,7 +74,8 @@ OC.L10N.register(
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ni ustreznega osebnega ključa za program za šifriranje. Posodobite osebni ključ za dostop do šifriranih datotek med nastavitvami.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifriranje je onemogočeno, datoteke pa so še vedno šifrirane. Odšifrirajte jih med nastavitvami.",
"{dirs} and {files}" : "{dirs} in {files}",
- "Favorite" : "Priljubljeno",
+ "Favorited" : "Označeno kot priljubljeno",
+ "Favorite" : "Priljubljene",
"%s could not be renamed as it has been deleted" : "Datoteke %s ni mogoče preimenovati, ker je bila že prej izbrisana.",
"%s could not be renamed" : "%s ni mogoče preimenovati",
"Upload (max. %s)" : "Pošiljanje (omejitev %s)",
@@ -93,10 +94,15 @@ OC.L10N.register(
"From link" : "Iz povezave",
"Upload" : "Pošlji",
"Cancel upload" : "Prekliči pošiljanje",
+ "No files yet" : "Ni datotek",
+ "Upload some content or sync with your devices!" : "Uvozite vsebino ali pa omogočite usklajevanje z napravami!",
+ "Select all" : "izberi vse",
"Download" : "Prejmi",
"Upload too large" : "Prekoračenje omejitve velikosti",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke, ki jih želite poslati, presegajo največjo dovoljeno velikost na strežniku.",
"Files are being scanned, please wait." : "Poteka preučevanje datotek, počakajte ...",
- "Currently scanning" : "Poteka preverjanje"
+ "Currently scanning" : "Poteka preverjanje",
+ "No favorites" : "Ni priljubljenih",
+ "Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo izpisane tukaj."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json
index 35d924e3bc7..ea156b22765 100644
--- a/apps/files/l10n/sl.json
+++ b/apps/files/l10n/sl.json
@@ -33,7 +33,7 @@
"Invalid directory." : "Neveljavna mapa.",
"Files" : "Datoteke",
"All files" : "Vse datoteke",
- "Favorites" : "Priljubljeni",
+ "Favorites" : "Priljubljene",
"Home" : "Domači naslov",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ni mogoče poslati datoteke {filename}, saj je to ali mapa ali pa je velikost datoteke 0 bajtov.",
"Total file size {size1} exceeds upload limit {size2}" : "Skupna velikost {size1} presega omejitev velikosti {size2}",
@@ -72,7 +72,8 @@
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ni ustreznega osebnega ključa za program za šifriranje. Posodobite osebni ključ za dostop do šifriranih datotek med nastavitvami.",
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifriranje je onemogočeno, datoteke pa so še vedno šifrirane. Odšifrirajte jih med nastavitvami.",
"{dirs} and {files}" : "{dirs} in {files}",
- "Favorite" : "Priljubljeno",
+ "Favorited" : "Označeno kot priljubljeno",
+ "Favorite" : "Priljubljene",
"%s could not be renamed as it has been deleted" : "Datoteke %s ni mogoče preimenovati, ker je bila že prej izbrisana.",
"%s could not be renamed" : "%s ni mogoče preimenovati",
"Upload (max. %s)" : "Pošiljanje (omejitev %s)",
@@ -91,10 +92,15 @@
"From link" : "Iz povezave",
"Upload" : "Pošlji",
"Cancel upload" : "Prekliči pošiljanje",
+ "No files yet" : "Ni datotek",
+ "Upload some content or sync with your devices!" : "Uvozite vsebino ali pa omogočite usklajevanje z napravami!",
+ "Select all" : "izberi vse",
"Download" : "Prejmi",
"Upload too large" : "Prekoračenje omejitve velikosti",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke, ki jih želite poslati, presegajo največjo dovoljeno velikost na strežniku.",
"Files are being scanned, please wait." : "Poteka preučevanje datotek, počakajte ...",
- "Currently scanning" : "Poteka preverjanje"
+ "Currently scanning" : "Poteka preverjanje",
+ "No favorites" : "Ni priljubljenih",
+ "Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo izpisane tukaj."
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} \ No newline at end of file